Mon, 08 Dec 2014 20:59:41 +0100 Jaroslav Tulach Disable compile on save for every project gc
Mon, 08 Dec 2014 18:12:52 +0100 Jaroslav Tulach Give garbage collector a chance to GC something by existing the JavaScript loop few times gc
Mon, 08 Dec 2014 18:04:10 +0100 Jaroslav Tulach No need for two tests doing completely same thing gc
Mon, 08 Dec 2014 15:48:51 +0100 Jaroslav Tulach Moving the GC related tests into separate classes whose name starts with GC prefix gc
Wed, 12 Nov 2014 11:35:11 +0100 Jaroslav Tulach Verify GC behavior of assigned properties gc
Wed, 12 Nov 2014 10:56:18 +0100 Jaroslav Tulach Root object needs to be hold via strong reference gc
Wed, 12 Nov 2014 10:48:12 +0100 Jaroslav Tulach No longer needed model instances can be garbage collected gc
Wed, 12 Nov 2014 10:36:39 +0100 Jaroslav Tulach Removing needless import gc
Tue, 11 Nov 2014 16:14:55 +0100 Jaroslav Tulach All ko->java callbacks can be made through Knockout instance gc
Mon, 10 Nov 2014 18:28:45 +0100 Jaroslav Tulach Verifying a parameter to a method can be GCed by a test that is passing. Verifying the knockout model sticks in a memory when no longer needed by a failing test. gc
Sun, 09 Nov 2014 16:07:41 +0100 Jaroslav Tulach Disable Nashorn ko test on JDK8 u25 and u40 because of JDK-8047764
Sun, 09 Nov 2014 15:29:29 +0100 Jaroslav Tulach Merging: It's OK if status is 0
Sun, 09 Nov 2014 15:29:01 +0100 Jaroslav Tulach request.status === 0 is still signal of success. especially when loading resources from local disk
Thu, 16 Oct 2014 11:52:26 +0200 Jaroslav Tulach #247466: Title of the main window showing JavaFX WebView is updated according to title of the HTML page in it
Thu, 16 Oct 2014 09:12:59 +0200 Jaroslav Tulach #247470: @Property names can be Java keywords. Also providing special handling for 'class' which has getter accessClass to not conflict with Object.getClass
Fri, 26 Sep 2014 15:44:39 +0200 Jaroslav Tulach Need to prevent obfuscation of imported symbols
Wed, 24 Sep 2014 05:35:33 +0200 Jaroslav Tulach Merging the two TCK additions on top of 1.0 version
Mon, 22 Sep 2014 00:05:50 +0200 Jaroslav Tulach Testing behavior of multiline strings
Wed, 24 Sep 2014 05:29:57 +0200 Jaroslav Tulach Merging additional TCK changes on top of 1.0 version
Wed, 24 Sep 2014 05:29:34 +0200 Jaroslav Tulach Testing behavior of for ( in ) on arrays
Mon, 08 Sep 2014 17:24:35 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 08 Sep 2014 17:24:35 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.0
Mon, 08 Sep 2014 17:24:35 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.0 release-1.0
Mon, 08 Sep 2014 17:21:24 +0200 Jaroslav Tulach Merging changes happening on different computers
Mon, 01 Sep 2014 16:25:25 +0200 Jaroslav Tulach Documenting, testing and adopting code to IllegalStateException being thrown when there is no browser context during invocation of a JavaScriptBody method.
Mon, 01 Sep 2014 15:36:48 +0200 Jaroslav Tulach First attempt to describe an what is wrong when presenter is not active.
Mon, 01 Sep 2014 15:36:39 +0200 Jaroslav Tulach Re-schedule the callback into original browser thread.
Thu, 28 Aug 2014 14:27:34 +0200 Jaroslav Tulach org.netbeans.html.boot.fx is implementation package
Sun, 31 Aug 2014 10:05:01 +0200 Jaroslav Tulach Improving the coverage of the JavaScriptBody annotation compatibility tests.
Thu, 28 Aug 2014 14:16:08 +0200 Jaroslav Tulach Don't be lazy and make the SPI extensible with a help of an Accessor
Wed, 27 Aug 2014 18:45:51 +0200 Jaroslav Tulach Providing Geolocation SPI for masses.
Wed, 27 Aug 2014 18:44:16 +0200 Jaroslav Tulach Referencing innerclasses directly. Only then links in Javadoc show up. GeoSPI
Wed, 27 Aug 2014 18:39:23 +0200 Jaroslav Tulach Making Callback a non-static innerclass to exclude it from the list of classes in the package Javadoc. Would not be possible without generous Jan Lahoda's help. GeoSPI
Wed, 27 Aug 2014 18:26:43 +0200 Jaroslav Tulach Documenting Geolocation SPI GeoSPI
Wed, 27 Aug 2014 17:28:30 +0200 Jaroslav Tulach Geolocation SPI that seems to run OK in bck2brwsr (post 0.9 version) GeoSPI
Tue, 26 Aug 2014 18:38:36 +0200 Jaroslav Tulach Documenting the SPI packages rename and explicitly blacklisting implementation packages
Tue, 26 Aug 2014 18:27:14 +0200 Jaroslav Tulach Turn off the debug mode
Tue, 26 Aug 2014 18:22:37 +0200 Jaroslav Tulach MIT allows sublicensing, so let's re-distribute the knockout.js under our license while keeping Steven Sanderson copyright.
Tue, 26 Aug 2014 18:13:30 +0200 Jaroslav Tulach During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Tue, 26 Aug 2014 17:43:37 +0200 Jaroslav Tulach Adding forgotten test
Tue, 26 Aug 2014 17:43:20 +0200 Jaroslav Tulach Showing use of locale in the default Javadoc sample for BrowserBuilder
Tue, 26 Aug 2014 17:37:43 +0200 Jaroslav Tulach Fixing lints by JDK8's javadoc tool
Tue, 26 Aug 2014 17:37:11 +0200 Jaroslav Tulach Support for L10N of pages. Just use browserBuilder.locale(Locale.getDefault());
Tue, 26 Aug 2014 17:36:31 +0200 Jaroslav Tulach Mutable arrays seem to behave well
Tue, 26 Aug 2014 17:36:07 +0200 Jaroslav Tulach Documenting the mutable array change in Javadoc overview page MutableArrays
Tue, 26 Aug 2014 17:35:37 +0200 Jaroslav Tulach Finishing the sentence in the Javadoc MutableArrays
Tue, 26 Aug 2014 17:35:10 +0200 Jaroslav Tulach Verify that derived properties are also updated when an array is modified from inside of knockout binding MutableArrays
Tue, 26 Aug 2014 17:34:03 +0200 Jaroslav Tulach Merge of work on default branch MutableArrays
Tue, 26 Aug 2014 17:33:30 +0200 Jaroslav Tulach List of primitive types can be result of a derived property
Tue, 26 Aug 2014 17:32:42 +0200 Jaroslav Tulach Skip this test as it relies on (non-functional) with MutableArrays
Tue, 26 Aug 2014 17:31:51 +0200 Jaroslav Tulach Can modify array of JSON objects MutableArrays
Tue, 26 Aug 2014 17:31:21 +0200 Jaroslav Tulach Modification of arrays works on ints as well MutableArrays
Tue, 26 Aug 2014 17:30:45 +0200 Jaroslav Tulach If one modifies the String array from ko.computed, the value is propagated back to Java model. MutableArrays
Sat, 23 Aug 2014 22:55:00 +0200 Jaroslav Tulach A bit of typesafety and flexibility
Tue, 19 Aug 2014 20:49:57 +0200 Jaroslav Tulach skip deployment of Felix and Equinox testing projects
Tue, 19 Aug 2014 20:17:46 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Tue, 19 Aug 2014 20:17:45 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.9
Tue, 19 Aug 2014 20:17:45 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.9 release-0.9
Tue, 19 Aug 2014 20:13:30 +0200 Jaroslav Tulach Removed tag release-0.9
Tue, 19 Aug 2014 20:13:11 +0200 Jaroslav Tulach Merging in update to knockout.js 3.2.0