launcher/fx/src/main/java/org/apidesign/bck2brwsr/launcher/fximpl/JsClassLoader.java
Mon, 17 Jun 2013 19:36:24 +0200 Initial attempt to pass this into non-static methods
Mon, 17 Jun 2013 17:40:30 +0200 Console using JavaScriptBody
Mon, 17 Jun 2013 16:17:46 +0200 Allow overloaded @JavaScriptBody methods
Mon, 17 Jun 2013 16:14:55 +0200 Read bytes properly
Mon, 17 Jun 2013 11:00:51 +0200 @JavaScriptBody methods may be native
Thu, 13 Jun 2013 16:48:17 +0200 New classloader can be used to load the twitter application
Wed, 12 Jun 2013 18:19:29 +0200 Trying to use JsClassLoader in FX launcher
Tue, 11 Jun 2013 09:13:33 +0200 Can invoke method with int params and return type
Mon, 10 Jun 2013 18:19:40 +0200 Separating the Fn class outside of the classloader and moving methods the generated code deals with into it
Mon, 10 Jun 2013 18:12:38 +0200 Initial version of ClassLoader that understands @JavaScriptBody