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
Sun, 11 May 2014 08:08:17 +0200 Jaroslav Tulach Prevent recursive loading of ZipResource class closure
Sun, 11 May 2014 08:05:59 +0200 Jaroslav Tulach Run in the browser only. It's faster. closure
Sun, 11 May 2014 08:05:27 +0200 Jaroslav Tulach Include whole VM in the bootstrap code closure
Fri, 09 May 2014 08:37:20 +0200 Jaroslav Tulach Moving Zip tests into right locations closure
Wed, 07 May 2014 17:24:29 +0200 Jaroslav Tulach Splitting into two classes: one that deals with classpath, one that deals with ZIP content closure
Wed, 07 May 2014 16:47:24 +0200 Jaroslav Tulach Separating the unzipping functionality into own module. Step one. closure
Wed, 07 May 2014 11:55:06 +0200 Jaroslav Tulach String.toCharArray is known to be painfully slow. Avoiding it as much as possible and dead code which was referencing it closure
Wed, 07 May 2014 11:41:41 +0200 Jaroslav Tulach Encode package-info into package_0002dinfo closure
Wed, 07 May 2014 11:39:31 +0200 Jaroslav Tulach Copying to char array is expensive operation avoid it closure
Wed, 07 May 2014 11:05:07 +0200 Jaroslav Tulach Testing behavior of second constructor on the stack closure
Wed, 07 May 2014 10:45:42 +0200 Jaroslav Tulach Test to verify constructors don't need special register closure
Wed, 07 May 2014 10:01:54 +0200 Jaroslav Tulach Shortening constructor calls and access to arrays closure
Wed, 07 May 2014 09:38:30 +0200 Jaroslav Tulach Simplifying the link function closure
Wed, 07 May 2014 08:49:54 +0200 Jaroslav Tulach Methods in Array are shared between different VMs, but other types like Integer, or Float, aren't. Need to be careful when using equality then closure
Tue, 06 May 2014 17:47:45 +0200 Jaroslav Tulach Continuing work on launcher unification closure
Tue, 06 May 2014 17:46:47 +0200 Jaroslav Tulach Merging the closure branch as it seems to be in a state when it is ready to work and not break anything
Tue, 06 May 2014 16:48:12 +0200 Jaroslav Tulach Need to convert Java string to Rhino's string on JDK7 closure
Tue, 06 May 2014 11:46:47 +0200 Jaroslav Tulach Reuse the browser for js and in brwsr test execution closure
Tue, 06 May 2014 11:30:08 +0200 Jaroslav Tulach java.lang.Boolean class has to be initialized before we can do instanceof on it (and primitive types) closure
Tue, 06 May 2014 11:12:40 +0200 Jaroslav Tulach Storing constructor function in last element of multidimensional array closure
Tue, 06 May 2014 10:08:42 +0200 Jaroslav Tulach 2nd step in eliminating need for Class.forName when dealing with arrays closure
Tue, 06 May 2014 08:38:34 +0200 Jaroslav Tulach No need for the newArray0 method closure
Tue, 06 May 2014 08:36:54 +0200 Jaroslav Tulach 1st step in eliminating Class.forName when working with array types. Class.getComponentType on directly allocated arrays does not need that. closure
Mon, 05 May 2014 14:19:25 +0200 Jaroslav Tulach Don't let empty object leak out from the method closure
Mon, 05 May 2014 13:49:05 +0200 Jaroslav Tulach When querying manifests, return them as array of bytes closure
Mon, 05 May 2014 12:58:10 +0200 Jaroslav Tulach Adopting proxy implementation to extension mode closure
Mon, 05 May 2014 12:25:44 +0200 Jaroslav Tulach making sure all classes check the same object for desiredAssertionStatus. Allowing the status to be set per class. closure
Mon, 05 May 2014 11:43:54 +0200 Jaroslav Tulach Execute the tests twice. Once via ScriptEngine and once in a browser closure
Mon, 05 May 2014 11:43:24 +0200 Jaroslav Tulach Need to specify UTF-8 encoding closure
Mon, 05 May 2014 10:16:30 +0200 Jaroslav Tulach Export only test classes, classes from exported packages and those referenced in META-INF/services closure
Mon, 05 May 2014 08:42:33 +0200 Jaroslav Tulach Need URI and URLConnection closure
Mon, 05 May 2014 08:36:50 +0200 Jaroslav Tulach More robust against missing classes closure
Sun, 04 May 2014 12:02:57 +0200 Jaroslav Tulach Exporting widely used methods via Class, which is guaranteed to be available, rather than Throwable closure
Sat, 03 May 2014 20:41:35 +0200 Jaroslav Tulach Log I/O exceptions before throwing them into Grizzly closure
Sat, 03 May 2014 20:31:11 +0200 Jaroslav Tulach Read the arrays fully and be ready for loading a resource to load a new extension closure
Sat, 03 May 2014 06:46:57 +0200 Jaroslav Tulach Can load multiple resources of the same name from extensions closure
Fri, 02 May 2014 09:06:57 +0200 Jaroslav Tulach More classes to not process into JavaScript closure
Fri, 02 May 2014 09:06:18 +0200 Jaroslav Tulach Prevent NPE when system refuses to load a class closure
Fri, 02 May 2014 09:05:53 +0200 Jaroslav Tulach The append method takes CharSequence closure
Thu, 01 May 2014 13:43:36 +0200 Jaroslav Tulach Don't reference Fn closure
Wed, 30 Apr 2014 15:57:56 +0200 Jaroslav Tulach Mangling class names, so UnderTest passes closure
Wed, 30 Apr 2014 15:04:10 +0200 Jaroslav Tulach Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK. closure
Wed, 30 Apr 2014 09:26:28 +0200 Jaroslav Tulach Compile own fake class signatures. Ensures the class files are complete and can link inside Javac.
Wed, 30 Apr 2014 08:54:28 +0200 Jaroslav Tulach Moving UnsupportedOperationException to its right place
Tue, 29 Apr 2014 16:28:06 +0200 Jaroslav Tulach Decreasing the number of lines of core bck2brwsr.js to be under 65636. Should help debugging on Nashorn as it has problems with lines numbers over 16-bit numbers.
Tue, 29 Apr 2014 16:22:23 +0200 Jaroslav Tulach Making ByteCodeToJavaScript an Appendable to track when something is generated
Tue, 29 Apr 2014 15:25:58 +0200 Jaroslav Tulach Stateless invoker. Don't use any static variables, that has to confuse any JavaScript VM a lot. closure
Tue, 29 Apr 2014 15:08:02 +0200 Jaroslav Tulach Switching to newer version of NetBeans that can run on JDK8 closure
Tue, 29 Apr 2014 15:02:53 +0200 Jaroslav Tulach Removing the protocol test closure
Tue, 29 Apr 2014 14:59:40 +0200 Jaroslav Tulach javaquery api works on JDK8 closure
Tue, 29 Apr 2014 14:28:52 +0200 Jaroslav Tulach Use provided loader to load libraries closure
Tue, 29 Apr 2014 14:27:36 +0200 Jaroslav Tulach Renaming the extension parameter to library to keep with the API of Bck2Brwsr compiler closure
Tue, 29 Apr 2014 13:28:41 +0200 Jaroslav Tulach Don't include this class in the generated bck2brwsr VM closure