boot/src/main/java/org/apidesign/html/boot/spi/Fn.java
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Thu, 12 Dec 2013 23:59:50 +0100 Merging in recent changes on default branch
Thu, 12 Dec 2013 23:54:32 +0100 Load global scripts when first method in the class is called
Mon, 25 Nov 2013 17:23:50 +0100 activePresenter can return null
Wed, 06 Nov 2013 15:15:54 +0100 Introducing Agent-Class to allow java.lang.instrument-like transforms of the @JavaScriptBody annotation
Tue, 05 Nov 2013 23:06:32 +0100 Exposing Fn.activate and Fn.activePresenter so they are available from exported packages
Tue, 05 Nov 2013 09:04:29 +0100 Running inside OSGi container nicely reveals what packages need to be public...
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 11:31:04 +0200 More compatible change with one deprecation
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Wed, 26 Jun 2013 08:43:32 +0200 Loading of external JavaScript files simplified
Wed, 19 Jun 2013 22:29:41 +0200 displayPage should be blocking, no need to expose resource finder
Wed, 19 Jun 2013 13:18:44 +0200 BrowserBuilder delegates to presenter
Wed, 19 Jun 2013 13:02:13 +0200 No need for newLoader method in the SPI
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