rt/vm/src/main/java/org/apidesign/vm4brwsr/Main.java
Tue, 27 May 2014 12:25:41 +0200 The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute.
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Sat, 26 Apr 2014 21:30:06 +0200 Different meaning of root vs. added classes. Ability to explicitly enumerate classes that should be exported and available with fully qualified name.
Wed, 09 Oct 2013 22:02:34 +0200 Don't provide resources from rt.jar when generating bck2brwsr.js as the minimal library is not self contained anymore - but we still want as small bck2brwsr.js as possible
Fri, 24 May 2013 18:04:55 +0200 Merge with trunk
Mon, 13 May 2013 18:54:50 +0200 Changed the way the external classes are identified
Mon, 29 Apr 2013 14:39:27 +0200 Speedup the compilation by skipping it if the target bck2brwsr.js exists
Fri, 26 Apr 2013 18:48:34 +0200 Partially working extension modules
Thu, 25 Apr 2013 16:17:48 +0200 Initial structure for extension modules
Mon, 25 Mar 2013 13:28:33 +0100 One can specify --obfuscationlevel when invoking the bck2brwsr compiler from command line. Forking external Java when calling into the compiler to prevent "out of perm gem" errors.
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository