vm/src/main/java/org/apidesign/vm4brwsr/VM.java
Tue, 12 Feb 2013 23:30:01 +0100 Flexible composition of classpath. One can either specify a URL or a load function
Mon, 11 Feb 2013 19:55:00 +0100 Allows two isolated bck2brwsr VM in a single JavaScript page/context
Thu, 07 Feb 2013 13:41:56 +0100 Recognizing Main-Class attribute, so initializing the VM is just about passing in correct classpath
Tue, 05 Feb 2013 13:19:06 +0100 Don't really initialize the classes. Just pretend they will be initialized so bck2brwsr includes them in transitive closure
Fri, 01 Feb 2013 18:42:07 +0100 Can initialize VM with classpath composed of a JAR file and read resources from it
Mon, 14 Jan 2013 10:57:51 +0100 Following standard object oriented calling conventions. Method run of Runnable r can now be called as r.run__V()
Thu, 10 Jan 2013 20:15:11 +0100 Can read resources as streams
Thu, 03 Jan 2013 16:20:21 +0100 Merging Lubo's fix in as all tests continue to pass
Thu, 03 Jan 2013 16:16:04 +0100 Array flag in ByteCodeToJavaScript.countArgs is not reset to false for object types. The following signature '([Ljava/lang/Object;)I' is incorrectly reported to return array
Thu, 03 Jan 2013 11:29:22 +0100 Using 'o' instead of full name of java.lang.Object
Thu, 03 Jan 2013 11:20:40 +0100 Using 's' instead of Ljava_lang_String_2
Sat, 29 Dec 2012 20:20:59 +0100 Ability to eliminate debug messages
Sat, 15 Dec 2012 08:17:45 +0100 Class.forName can load new classes
Tue, 11 Dec 2012 09:48:37 +0100 Early warning when loading a class and no loader function is present
Tue, 11 Dec 2012 09:36:44 +0100 Creating Bck2Brwsr entrypoint to for those who wish to generate their JavaScript based Java VM