Tue, 09 Dec 2014 08:33:22 +0100 Jaroslav Tulach Bringing the most recent changes in default branch to gc gc
Tue, 09 Dec 2014 08:40:19 +0100 Jaroslav Tulach Refer to version 1.0 and 0.9
Tue, 09 Dec 2014 07:23:22 +0100 Jaroslav Tulach Merging unwanted conflict on GC branch gc
Thu, 04 Dec 2014 21:53:48 +0100 Jaroslav Tulach Additional method for #248918 to allow selection of technologies when booting FXBrowsers with a Runnable
Thu, 04 Dec 2014 11:04:28 +0100 Anton Epple #248468: Way nicer resizing of the FX view in design mode.
Thu, 04 Dec 2014 09:59:14 +0100 Jaroslav Tulach Hiding the old API changes by default
Thu, 04 Dec 2014 09:21:55 +0100 Jaroslav Tulach #248918: Introducing technology identifiers
Wed, 03 Dec 2014 11:41:24 +0100 Jaroslav Tulach Don't use compile on save - does not play well with JavaScriptBody post processing
Sat, 29 Nov 2014 22:25:40 +0100 Jaroslav Tulach Use optional dependency on asm-5.0.jar, so we don't have to bundle it when the classes are post processed.
Thu, 20 Nov 2014 14:59:04 +0100 Jaroslav Tulach Describing wrapper Java object around JavaScript one
Thu, 20 Nov 2014 14:07:35 +0100 Jaroslav Tulach Fixing broken links and typos in the javadoc
Thu, 20 Nov 2014 13:51:38 +0100 Jaroslav Tulach More detailed description of what one can do to work with raw knockout and JSON objects
Fri, 14 Nov 2014 18:21:02 +0100 Jaroslav Tulach Reference self indirectly, via a property that can be later cleaned gc
Wed, 12 Nov 2014 16:49:31 +0100 Jaroslav Tulach #248383: Checking behavior of setter as well
Wed, 12 Nov 2014 16:26:21 +0100 Jaroslav Tulach #248383: Trying to emulate problems with iterator(), but it seems to be working fine
Mon, 08 Dec 2014 21:04:35 +0100 Jaroslav Tulach Cleanup properties of the JavaScript object once its model gets garbage collected gc
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