boot/src/main/java/org/netbeans/html/boot/impl/FnUtils.java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 06 Feb 2014 10:52:45 +0100 Fixing Javadoc warnings
Mon, 03 Feb 2014 15:12:45 +0100 Keep JavaScriptXXX annotations in the post processed class file so they are available for bck2brwsr VM
Mon, 03 Feb 2014 11:33:10 +0100 Removing unneeded imports
Thu, 30 Jan 2014 16:46:14 +0100 No special checks. If there is no META-INF/services/net.java.html.js.classes, then assume we can run without special classloaders
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.
Fri, 24 Jan 2014 05:50:15 +0100 Using native method and catching linkage errors
Tue, 14 Jan 2014 14:18:50 +0100 Merging in the state just after the 0.7 release
Sun, 12 Jan 2014 07:49:00 +0100 The preprocess branch assumes public transform method, so make it public
Sun, 12 Jan 2014 07:41:23 +0100 Expose less from the FnUtils signature
Fri, 10 Jan 2014 15:49:27 +0100 Use Java bodies of @JavaScriptBody methods if there is no presenter
Thu, 09 Jan 2014 11:53:46 +0100 Behavior with respect to arrays is different between the two JavaScriptBody annotations, so support only the net.java.html.js one
Thu, 09 Jan 2014 11:14:27 +0100 Support array return type
Tue, 07 Jan 2014 08:55:34 +0100 Additional merge from default branch
Tue, 07 Jan 2014 08:48:40 +0100 Extending the TCK with checks for proper behavior of JavaScriptBody annotations
Tue, 07 Jan 2014 08:21:57 +0100 Merging with most recent changes on the default branch. Including switch to org.netbeans.html namespace.
Sun, 05 Jan 2014 08:33:29 +0100 The OSGi classloading is not really transitive: So, if a loader that can see our class, can't see Test class, use the Test class that is next to us.
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