boot/src/main/java/org/apidesign/html/boot/impl/JavaScriptProcesor.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Thu, 12 Dec 2013 18:33:11 +0100 Fail the build when the reference resource is not found
Sun, 10 Nov 2013 17:35:08 +0100 Be able to generate 1.6 complient try/catch
Tue, 05 Nov 2013 23:06:32 +0100 Exposing Fn.activate and Fn.activePresenter so they are available from exported packages
Thu, 10 Oct 2013 14:02:18 +0200 FnUtils are bloated and contain references to Asm classes. Separate the code needed by generated JsCallbacks into own class
Mon, 16 Sep 2013 12:17:36 +0200 Continue iteration to next package, if needed
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Sat, 31 Aug 2013 07:48:08 +0000 Report malformed JavaScriptBody callback as an error
Fri, 12 Jul 2013 12:21:53 +0200 Need to propagate throws exceptions
Thu, 11 Jul 2013 21:26:28 +0200 Support for calling static Java methods from JavaScript
Thu, 11 Jul 2013 17:58:45 +0200 FX Web View can finally call run() on non-public implementations of Runnable
Thu, 11 Jul 2013 16:39:39 +0200 Turn the callback classes into singletons with VM field
Thu, 11 Jul 2013 16:33:40 +0200 For each package generate $JsCallbacks$ class that encapsulates all calls from JavaScript to Java
Thu, 11 Jul 2013 14:47:58 +0200 Check methods and their parameters
Thu, 11 Jul 2013 14:04:37 +0200 Detects calls to non-existing classes
Wed, 26 Jun 2013 15:11:58 +0200 Providing JavaScript processor to verify correct number of args