launcher/http/src/main/java/org/apidesign/bck2brwsr/launcher/CompileCP.java
Tue, 27 May 2014 15:22:04 +0200 Make sure test classes remain exported
Tue, 27 May 2014 14:52:43 +0200 Turning on standalone mode for the bck2brwsr.js
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.
Mon, 26 May 2014 17:52:56 +0200 Moving the JAR file parsing and processing into a shared library
Thu, 22 May 2014 15:29:40 +0200 Tests pass OK in full obfuscation mode
Wed, 21 May 2014 23:42:24 +0200 Support for exporting whole packages. addRootClasses defined in terms of addClasses and addExported.
Sun, 11 May 2014 08:05:27 +0200 Include whole VM in the bootstrap code
Wed, 07 May 2014 11:41:41 +0200 Encode package-info into package_0002dinfo
Mon, 05 May 2014 10:16:30 +0200 Export only test classes, classes from exported packages and those referenced in META-INF/services
Mon, 05 May 2014 08:36:50 +0200 More robust against missing classes
Fri, 02 May 2014 09:06:18 +0200 Prevent NPE when system refuses to load a class
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Tue, 29 Apr 2014 14:59:40 +0200 javaquery api works on JDK8
Tue, 29 Apr 2014 14:28:52 +0200 Use provided loader to load libraries
Tue, 29 Apr 2014 10:23:55 +0200 Making sure resources can be loaded in brwsr testing mode with extensions
Sun, 27 Apr 2014 08:33:38 +0200 Need to include all emul-mini classes in the generated bck2brwsr.js
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.
Sat, 26 Apr 2014 19:13:56 +0200 Can execute VMTest in browser, if it is annotated with @Exported annotation like the BooleanTest