boot/src/main/java/org/apidesign/html/boot/impl/JsClassLoader.java
Wed, 06 Nov 2013 15:15:54 +0100 Introducing Agent-Class to allow java.lang.instrument-like transforms of the @JavaScriptBody annotation
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
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Thu, 05 Sep 2013 18:36:44 +0200 Pretend we compiled against JDK7, so asm does not complain about unknown bytecode. Innovation - that is what one gets by forgetting to make classes and methods final...
Sat, 31 Aug 2013 00:39:39 +0000 It is more effective to remember the defined function in a field
Fri, 12 Jul 2013 09:43:02 +0200 Long (and probably also double) parameters need to increase the load index by two
Thu, 11 Jul 2013 21:10:18 +0200 Removing no longer used field
Thu, 11 Jul 2013 20:30:39 +0200 No need to collect own methods - they are treated the same way as others
Thu, 11 Jul 2013 17:58:45 +0200 FX Web View can finally call run() on non-public implementations of Runnable
Sat, 29 Jun 2013 22:44:59 +0200 Can callback @JavaScriptBody methods in the same class
Wed, 26 Jun 2013 15:11:17 +0200 Removing unneeded import
Wed, 26 Jun 2013 08:43:32 +0200 Loading of external JavaScript files simplified
Tue, 25 Jun 2013 21:09:48 +0200 Can call method with two integer arguments from JavaScript
Tue, 25 Jun 2013 15:34:37 +0200 Callback run() on Runnable
Tue, 25 Jun 2013 09:27:40 +0200 Can return boolean value
Mon, 24 Jun 2013 10:11:12 +0200 Enable assertion status in tests by copying assertion status of the classloader's class
Thu, 20 Jun 2013 10:26:05 +0200 Making sure ko-fx existing tests pass
Wed, 19 Jun 2013 12:55:41 +0200 No need to have static define method in the Fn interface
Wed, 19 Jun 2013 12:52:23 +0200 Creating bootstraping APIs