boot/src/main/java/org/netbeans/html/boot/impl/JavaScriptProcesor.java
Fri, 15 Jan 2016 13:05:42 +0100 #257579: Erase the parameter types before computing the signature
Fri, 15 Jan 2016 11:41:37 +0100 Make sure the generated code uses fully qualified names when referencing java.lang.Object
Tue, 25 Aug 2015 22:32:18 +0200 #253185: Emit a warning when there is a mishmash in actual and args parameter names
Sat, 11 Apr 2015 07:41:04 +0200 Ensure callback can be made to Java method with innerclass type parameters
Wed, 17 Dec 2014 21:37:30 +0100 Really treat String as primitive type: don't give a presenter chance for additional conversions.
Wed, 17 Dec 2014 18:09:12 +0100 Try to consider String a primitive type
Wed, 17 Dec 2014 17:34:16 +0100 Callback type of 'self' needs to be java.lang.Object otherwise FX presenter cannot wrap its values in Weak reference
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
Wed, 04 Jun 2014 07:05:13 +0200 Trying to run ko4j inside of envjs
Sat, 15 Mar 2014 11:30:09 +0100 Make sure the processor can run on JDK6
Tue, 04 Mar 2014 10:12:22 +0100 Attempt to standardize asynchronous execution of JavaScript code snippets
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 06 Feb 2014 09:44:06 +0100 Cannot use JavaScriptResource with JavaScriptBody
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.
Sun, 12 Jan 2014 19:23:58 +0100 Speeding up start of applications by listing the classes that need post processing and analysing/processing only those
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.
Wed, 08 Jan 2014 12:58:45 +0100 Implementation of knockout binding that does not rely on anything JavaFX specific
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