ko4j/src/main/java/org/netbeans/html/ko4j/FXContext.java
Tue, 26 Aug 2014 18:13:30 +0200 During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Sun, 09 Mar 2014 20:12:51 +0100 Android requires the @JavaScriptBody method to be outside of FXContext. Moving it.
Tue, 04 Mar 2014 17:32:54 +0100 Deprecating Technology.runSafe - BrwsrCtx.execute is good enough
Tue, 04 Mar 2014 17:09:22 +0100 Letting BrwsrCtx invoke runnables correctly and reschedule them into the appropriate thread if necessary. Caching JavaScript objects in the hope to allow asynchronous execution of the JavaScript snippets.
Mon, 03 Mar 2014 12:17:41 +0100 Ability to update a property without callback from JavaScript back to Java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Tue, 04 Feb 2014 13:27:08 +0100 Don't store the websocket information in a variable, rather query again as the Fn.Presenter may be different
Sat, 11 Jan 2014 06:10:42 +0100 Be enabled even if there is no active presenter currently
Thu, 09 Jan 2014 20:39:23 +0100 ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped.
Thu, 09 Jan 2014 15:03:34 +0100 Renaming to ko4j as now the support is trully generic