rt/launcher/src/main/java/org/apidesign/bck2brwsr/launcher/Bck2BrwsrLauncher.java
Fri, 26 Apr 2013 18:48:34 +0200 Partially working extension modules
Thu, 25 Apr 2013 16:17:48 +0200 Initial structure for extension modules
Wed, 17 Apr 2013 17:04:40 +0200 Rather than piggybacking on first alert call, use the fact that the server and FX Web View are in the same VM and notify the view that bck2brwsr.js is about to be served from the server.
Thu, 11 Apr 2013 20:44:46 +0200 Merging in default branch before release 0.6 is created. Code compiles.
Mon, 08 Apr 2013 16:51:30 +0200 Support for JSONP
Sun, 07 Apr 2013 22:30:45 +0200 Rewind the stream before serving it
Wed, 03 Apr 2013 18:23:49 +0200 #4858: Let the server provide all resources around the startpage
Fri, 22 Mar 2013 17:03:32 +0100 Need to merge in default branch: It contains automatic conversion of boxed types to primitive values which is needed by Knockout to display elements of arrays properly.
Thu, 14 Mar 2013 09:22:28 +0100 Hacky way (relies on singleton) to get FX working. Can attach @On(event=CLICK) and show alert in FX WebView now
Wed, 13 Mar 2013 16:20:03 +0100 Initial attempt to use JavaFX: When running with -Dvmtest.brwsrs=fx, it runs the tests inside of WebView
Fri, 01 Mar 2013 14:10:57 +0100 Allow execution in browser rather than Rhino. This should speed up our tests. Had to workaround Grizlly/Chrome misunderstanding about UTF-8
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository