boot/src/main/java/net/java/html/boot/BrowserBuilder.java
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:48:09 +0100 Using longer bundle symbolic names
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
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
Sat, 31 Aug 2013 17:06:18 +0000 Need to print out all throwables, otherise the FX View may swallow errors
Wed, 07 Aug 2013 15:34:10 +0200 Fix context class loader before loading our classes, so ServiceLoader works
Thu, 18 Jul 2013 15:39:20 +0200 Support for external resources in -Dbrowser.rootdir or next to the main JAR's location
Wed, 26 Jun 2013 17:17:42 +0200 Documenting the bootstrap API
Tue, 25 Jun 2013 10:20:42 +0200 Having 'invoke' method on the main class is more natural than Class[1] and Runnable callback
Mon, 24 Jun 2013 16:51:38 +0200 Using dynamic grizzly http server to let @OnReceive tests succeed
Mon, 24 Jun 2013 15:34:25 +0200 Runs TCK tests via BrowserBuilder
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 12:52:23 +0200 Creating bootstraping APIs