boot/src/main/java/net/java/html/boot/BrowserBuilder.java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 30 Jan 2014 14:59:33 +0100 Using META-INF/net.java.html.js.classes to find out whether runtime patching is needed or not. The annotation processor for @JavaScriptBody generate the file, the maven class post processor empties it. If such file is around, the bootstrap creates own file, otherwise it assumes patching has been done and is not needed in runtime.
Fri, 24 Jan 2014 08:59:32 +0100 When all classes are preprocessed we don't have to play special tricks ClassLoaders in tests
Sun, 12 Jan 2014 14:57:18 +0100 Fixing typo
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
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