rt/vm/src/main/java/org/apidesign/vm4brwsr/ClosureWrapper.java
Fri, 26 Sep 2014 10:22:23 +0200 Default constructor cannot be obfuscated
Mon, 26 May 2014 16:20:51 +0200 Shorten the name to register an extension and use configuration object with a generated magic to ensure basic level of consistency.
Thu, 22 May 2014 22:32:00 +0200 closure compiler has bad habbit of rearranging elements to global scope. Need to avoid it by adding yet another wrapping function.
Tue, 13 May 2014 11:28:47 +0200 Need to expose few more JavaScript symbols
Sun, 04 May 2014 12:02:57 +0200 Exporting widely used methods via Class, which is guaranteed to be available, rather than Throwable
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
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.
Tue, 18 Feb 2014 22:20:50 +0100 More effective replaces on stack
Mon, 27 May 2013 08:33:59 +0200 Added bck2BrwsrCnvrt to externs
Mon, 13 May 2013 18:54:50 +0200 Changed the way the external classes are identified
Wed, 08 May 2013 14:54:32 +0200 Reenabled obfuscation
Mon, 06 May 2013 11:57:29 +0200 Removed ObfuscationDelegate
Fri, 26 Apr 2013 18:48:34 +0200 Partially working extension modules
Fri, 12 Apr 2013 18:48:48 +0200 Introduced Exported annotation
Mon, 25 Mar 2013 13:29:42 +0100 Adding javadoc to various obfuscation levels. Disabling MEDIUM for the upcoming merge to default, as it is not finished yet.
Thu, 21 Mar 2013 18:48:46 +0100 Initial attempt for advanced obfuscation
Wed, 13 Mar 2013 16:17:47 +0100 Allow to set obfuscation level for j2js
Tue, 12 Mar 2013 13:54:26 +0100 Merge with trunk