ko-fx/src/test/java/org/apidesign/html/kofx/KnockoutFXTest.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Tue, 26 Nov 2013 10:13:49 +0100 Use official API for getting the presenter
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
Fri, 13 Sep 2013 11:40:18 +0200 Trigger Java<->JavaScript synchronization before querying the browser for its state.
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Sun, 01 Sep 2013 07:13:38 +0000 Precompute property values in Java, so ko.computed does not need to call back from JavaScript to get initial value.
Sun, 25 Aug 2013 14:40:16 +0200 Tyrus based implementation of WebSockets for JDK7
Sun, 25 Aug 2013 12:18:25 +0200 Introducing WSTransfer and making it work on JDK8
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
Mon, 24 Jun 2013 14:19:09 +0200 Using HTTP protocol rather than reflection tricks as HTTP will work on all known implementations
Mon, 24 Jun 2013 09:46:31 +0200 Remove unused import
Fri, 21 Jun 2013 22:35:21 +0200 Using dynamic way to register an Http resource. Some tests are passing. Five + one is failing
Fri, 21 Jun 2013 15:54:38 +0200 Removing dependency on vmtest
Thu, 20 Jun 2013 10:35:39 +0200 Use net.java.html's JavaScriptBody
Mon, 17 Jun 2013 19:56:54 +0200 No more references to WebEngine
Mon, 17 Jun 2013 11:47:50 +0200 All methods converted to annotation based
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
Mon, 29 Apr 2013 10:05:06 +0200 Better names for VMTest builder methods
Sun, 28 Apr 2013 22:39:26 +0200 Builder methods on VMTest now allow direct specification of the launcher to use
Thu, 25 Apr 2013 16:21:50 +0200 Initial implementation of knockout.js bindings via JavaFX's WebView