launcher/http/src/main/java/org/apidesign/bck2brwsr/launcher/Bck2BrwsrLauncher.java
Mon, 26 May 2014 16:20:51 +0200 Shorten the name to register an extension and use configuration object with a generated magic to ensure basic level of consistency.
Mon, 05 May 2014 14:19:25 +0200 Don't let empty object leak out from the method
Mon, 05 May 2014 13:49:05 +0200 When querying manifests, return them as array of bytes
Mon, 05 May 2014 10:16:30 +0200 Export only test classes, classes from exported packages and those referenced in META-INF/services
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Tue, 29 Apr 2014 14:59:40 +0200 javaquery api works on JDK8
Tue, 29 Apr 2014 14:28:52 +0200 Use provided loader to load libraries
Sun, 27 Apr 2014 08:33:38 +0200 Need to include all emul-mini classes in the generated bck2brwsr.js
Sat, 26 Apr 2014 19:13:56 +0200 Can execute VMTest in browser, if it is annotated with @Exported annotation like the BooleanTest
Tue, 29 Oct 2013 14:17:00 +0100 Cache the returned resources, so subsequent requests work locally
Wed, 23 Oct 2013 15:15:48 +0200 The bck2brwsr.js property can also point to an existing file on disk
Sun, 20 Oct 2013 20:36:03 +0200 Can load multiple resources of the same name even in testing and development mode
Sat, 12 Oct 2013 09:05:08 +0200 If j2js task is used, read the generated bck2brwsr.js in rather than compiling new one during execution
Thu, 03 Oct 2013 15:51:55 +0200 Work on javac branch seems to have some results, so merge it
Mon, 23 Sep 2013 00:59:14 +0200 Can we run Javac in the bck2brwsr VM?
Thu, 09 May 2013 21:51:56 +0200 Sharing BaseHTTPLauncher between FX and Bck2Brwsr
Tue, 07 May 2013 16:16:21 +0200 No need for hacks anymore now when GRIZZLY-1450 was fixed
Sun, 05 May 2013 18:16:43 +0200 Both HTTP launchers now provide a way to get to the HttpServer (after casting to Callable)
Sun, 28 Apr 2013 22:10:57 +0200 Load the last found URL
Sun, 28 Apr 2013 10:14:31 +0200 Splitting launcher API and its implementation based on Bck2Brwsr