Tue, 03 Jun 2014 16:05:21 +0200 Jaroslav Tulach Directly derive the parent root folder based on resource name rather than going through classpath closure
Thu, 29 May 2014 09:57:01 +0200 Jaroslav Tulach Lowering number of actions in invoker by half closure
Wed, 28 May 2014 15:18:23 +0200 Jaroslav Tulach Reference cons__V as string closure
Wed, 28 May 2014 14:35:21 +0200 Jaroslav Tulach External classes are treated as exported. closure
Wed, 28 May 2014 13:38:29 +0200 Jaroslav Tulach Make sure Object is always available in each VM and each extension. closure
Wed, 28 May 2014 10:47:18 +0200 Jaroslav Tulach All classes loaded through the 'vm' object will have 'invoke' method that can be used to invoke static methods like main(String[]), so our examples no longer need to rely on initialization in static initializers. closure
Wed, 28 May 2014 09:07:48 +0200 Jaroslav Tulach Load scripts asynchronously closure
Tue, 27 May 2014 16:36:07 +0200 Jaroslav Tulach There can be multiple VMs in one browser and the primitive types may be shared. Using string comparition to compare primitive classes. closure
Tue, 27 May 2014 15:22:04 +0200 Jaroslav Tulach Make sure test classes remain exported closure
Tue, 27 May 2014 14:52:43 +0200 Jaroslav Tulach Turning on standalone mode for the bck2brwsr.js closure
Tue, 27 May 2014 12:25:41 +0200 Jaroslav Tulach 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. closure
Tue, 27 May 2014 09:20:06 +0200 Jaroslav Tulach Adding since tag closure
Mon, 26 May 2014 18:29:46 +0200 Jaroslav Tulach Skip Maven related info files closure
Mon, 26 May 2014 18:21:36 +0200 Jaroslav Tulach Can't close the JAR, we read its resources later closure
Mon, 26 May 2014 18:21:24 +0200 Jaroslav Tulach Enough to check the number is between 40 and 50 closure
Mon, 26 May 2014 17:52:56 +0200 Jaroslav Tulach Moving the JAR file parsing and processing into a shared library closure
Mon, 26 May 2014 16:20:51 +0200 Jaroslav Tulach Shorten the name to register an extension and use configuration object with a generated magic to ensure basic level of consistency. closure
Mon, 26 May 2014 14:34:46 +0200 Jaroslav Tulach Trying to switch to latest version of ko4j. Probably needs two patches on top of 0.8.1. Works with: html4j rev. 7ec623087bfa closure
Mon, 26 May 2014 14:33:42 +0200 Jaroslav Tulach Special toString() method for Boolean closure
Mon, 26 May 2014 14:33:11 +0200 Jaroslav Tulach Need to flush the stack before destroying it with return value of a function closure
Mon, 26 May 2014 10:19:43 +0200 Jaroslav Tulach Don't include provided dependencies closure
Mon, 26 May 2014 10:19:26 +0200 Jaroslav Tulach Seek also in exports for the loadBytes function closure
Mon, 26 May 2014 10:18:57 +0200 Jaroslav Tulach Export all java.** packages closure
Fri, 23 May 2014 12:43:21 +0200 Jaroslav Tulach Skip already empty classpath slots closure
Fri, 23 May 2014 12:39:26 +0200 Jaroslav Tulach Generated Script files can be specified on classpath closure
Fri, 23 May 2014 11:44:38 +0200 Jaroslav Tulach Print out reasonable error rather throwing undefined type error closure
Thu, 22 May 2014 22:32:00 +0200 Jaroslav Tulach closure compiler has bad habbit of rearranging elements to global scope. Need to avoid it by adding yet another wrapping function. closure
Thu, 22 May 2014 19:06:44 +0200 Jaroslav Tulach Don't include @JavaScriptResource resources in generated JavaScript closure
Thu, 22 May 2014 15:29:40 +0200 Jaroslav Tulach Tests pass OK in full obfuscation mode closure
Thu, 22 May 2014 12:19:52 +0200 Jaroslav Tulach Seek the class in VM as well as among exported symbols to allow calculator demo to start in full obfuscation mode closure
Thu, 22 May 2014 10:48:09 +0200 Jaroslav Tulach Static compilator demo is capable to load itself from individual extension files closure
Wed, 21 May 2014 23:42:24 +0200 Jaroslav Tulach Support for exporting whole packages. addRootClasses defined in terms of addClasses and addExported. closure
Wed, 21 May 2014 21:55:17 +0200 Jaroslav Tulach Ignore all classes in the processor closure
Sun, 18 May 2014 08:42:56 +0200 Jaroslav Tulach Doing the initial classpath cycle in JavaScript to allow loading of the VM on demand closure
Sun, 18 May 2014 07:43:33 +0200 Jaroslav Tulach Using own copy of replaceAll function, so the launcher can be independent on the Java libraries closure
Thu, 15 May 2014 18:09:50 +0200 Jaroslav Tulach Don't expose vm to the users of externally visible loader closure
Wed, 14 May 2014 21:49:44 +0200 Jaroslav Tulach loadClass is loadBytes+reload closure
Wed, 14 May 2014 21:24:24 +0200 Jaroslav Tulach Read the byte array via loadBytes call closure
Wed, 14 May 2014 16:09:03 +0200 Jaroslav Tulach loadBytes does not need the loader argument closure
Wed, 14 May 2014 15:57:52 +0200 Jaroslav Tulach First step towards calling directly into ClassPath and using VMLazy only for JIT compilation closure
Thu, 15 May 2014 11:38:27 +0200 Jaroslav Tulach JDK8 throws IOException on the build server. Try xdg-open fallback then.
Wed, 14 May 2014 21:43:16 +0200 Jaroslav Tulach Obfuscated tests and their libraries pass tests OK
Wed, 14 May 2014 14:03:14 +0200 Jaroslav Tulach Use FQN as string when running tests with FULL obfuscation of library JARs closure
Tue, 13 May 2014 21:17:14 +0200 Jaroslav Tulach Removing unneeded import closure
Tue, 13 May 2014 21:15:34 +0200 Jaroslav Tulach Use exported symbols closure
Tue, 13 May 2014 21:14:44 +0200 Jaroslav Tulach Used from tests, must be exported closure
Tue, 13 May 2014 17:07:48 +0200 Jaroslav Tulach Using string references to make sure JavaQuery API works in obfuscated mode closure
Tue, 13 May 2014 16:00:53 +0200 Jaroslav Tulach console.log is not available in plain nashorn execution closure
Tue, 13 May 2014 15:39:26 +0200 Jaroslav Tulach Prevent obfuscation when defining proxy constructor and methods closure
Tue, 13 May 2014 14:24:35 +0200 Jaroslav Tulach Accept any exception closure
Tue, 13 May 2014 13:34:14 +0200 Jaroslav Tulach Use string names for annotation properties and exported methods to define enums closure
Tue, 13 May 2014 11:29:16 +0200 Jaroslav Tulach Using _reload as exported symbol closure
Tue, 13 May 2014 11:28:47 +0200 Jaroslav Tulach Need to expose few more JavaScript symbols closure
Tue, 13 May 2014 11:27:01 +0200 Jaroslav Tulach Need to make sure all VALUES fields of enums are exported closure
Mon, 12 May 2014 16:40:57 +0200 Jaroslav Tulach Use indx, not x variable closure
Mon, 12 May 2014 11:18:46 +0200 Jaroslav Tulach Only do range check when the array value is not defined closure
Sun, 11 May 2014 23:06:45 +0200 Jaroslav Tulach Full obfuscation of libraries works OK closure
Sun, 11 May 2014 14:01:18 +0200 Jaroslav Tulach Merging separated emulation of ZIP access
Sun, 11 May 2014 12:24:19 +0200 Jaroslav Tulach Using only emul.mini APIs closure
Sun, 11 May 2014 08:10:28 +0200 Jaroslav Tulach Use as little of Java APIs as possible closure