rt/vm/src/test/java/org/apidesign/vm4brwsr/TestVM.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.
Thu, 22 May 2014 19:06:44 +0200 Don't include @JavaScriptResource resources in generated JavaScript
Sun, 11 May 2014 23:06:45 +0200 Full obfuscation of libraries works OK
Tue, 06 May 2014 16:48:12 +0200 Need to convert Java string to Rhino's string on JDK7
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Mon, 28 Apr 2014 20:23:44 +0200 Testing loading of resource from an extension and preparing for loading them from multiple extensions
Mon, 28 Apr 2014 10:59:12 +0200 Being able to compile resources into the generated JavaScript file and use them.
Sun, 27 Apr 2014 22:40:17 +0200 Initial infrastructure to export resources
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.
Fri, 25 Apr 2014 09:59:48 +0200 A test to verify the extension mode
Thu, 24 Apr 2014 18:05:21 +0200 Backporting da9e5973e699 to make sure we run on Nashorn (at least a bit)
Sat, 15 Feb 2014 14:36:43 +0100 Centralizing the stack pushes into single assign method
Fri, 01 Nov 2013 06:36:08 +0100 Need to ignore newly added URLConnection
Wed, 30 Oct 2013 17:15:23 +0100 Adopting to JDK8's Nashorn differences. Most tests should now pass with Nashorn now.
Fri, 11 Oct 2013 09:58:03 +0200 If a class is not available during Ahead-Of-Time compilation it needs to be ready for dynamic loading
Sat, 05 Oct 2013 07:23:48 +0200 Need to skip URI and System references, as they are not part of minimal API profile
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
Tue, 12 Mar 2013 13:01:34 +0100 Print out details about the exception
Wed, 27 Feb 2013 17:52:49 +0100 Merge another head
Wed, 27 Feb 2013 16:14:14 +0100 Keep the exception message
Wed, 27 Feb 2013 17:37:18 +0100 Print the error message when execution fails
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