Tue, 16 Dec 2014 21:03:16 +0100 Jaroslav Tulach Providing an ability to apply model to element with certain id ApplyId
Wed, 17 Dec 2014 07:19:50 +0100 Jaroslav Tulach Initial attempt to implement keepAlive in FX presenter weakfx
Tue, 16 Dec 2014 21:49:45 +0100 Jaroslav Tulach Default for keepAlive is true
Sun, 14 Dec 2014 14:36:30 +0100 Jaroslav Tulach When waiting for background tasks, give other threads a chance to run
Fri, 12 Dec 2014 12:37:58 +0100 Jaroslav Tulach Fixing Javadoc warnings
Fri, 12 Dec 2014 11:50:20 +0100 Jaroslav Tulach Listing keepAlive attribute in what's new section
Fri, 12 Dec 2014 11:23:57 +0100 Jaroslav Tulach Merge of keepAlive option
Tue, 09 Dec 2014 13:42:51 +0100 Jaroslav Tulach #249117: Documenting and testing additional parameters of @Function methods
Fri, 12 Dec 2014 11:22:40 +0100 Jaroslav Tulach Giving API users better control over GC aspects of their objects gc
Tue, 09 Dec 2014 21:32:09 +0100 Jaroslav Tulach No weak references in classical JSB tests gc
Tue, 09 Dec 2014 11:43:46 +0100 Jaroslav Tulach Slight difference between this and thiz may cause fatal errors
Tue, 09 Dec 2014 11:00:52 +0100 Jaroslav Tulach More descriptive error when one forgets to post-process @JavaScriptBody classes
Tue, 09 Dec 2014 10:42:58 +0100 Jaroslav Tulach The GC behavior seems to be better defined. Merging to default branch.
Tue, 09 Dec 2014 09:24:22 +0100 Jaroslav Tulach Use string name to prevent linkage errors
Tue, 09 Dec 2014 10:38:46 +0100 Jaroslav Tulach Cleaning reference to JavaScript obj can help in some cases gc
Tue, 09 Dec 2014 10:06:48 +0100 Jaroslav Tulach Moving the ref.get() check into own method so it is not on a stack when executing the garbage collector gc
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