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
Tue, 29 Apr 2014 12:45:30 +0200 Jaroslav Tulach Backported from default: Actually use the comparator closure
Tue, 29 Apr 2014 11:59:55 +0200 Jaroslav Tulach Low number of threads prevents ZipFileTest from succeeding closure
Tue, 29 Apr 2014 11:31:03 +0200 Jaroslav Tulach Ignore more test resources closure
Tue, 29 Apr 2014 10:23:55 +0200 Jaroslav Tulach Making sure resources can be loaded in brwsr testing mode with extensions closure
Mon, 28 Apr 2014 20:23:44 +0200 Jaroslav Tulach Testing loading of resource from an extension and preparing for loading them from multiple extensions closure
Mon, 28 Apr 2014 17:31:29 +0200 Jaroslav Tulach Handles resources with non 7-bit ASCII characters closure
Mon, 28 Apr 2014 10:59:12 +0200 Jaroslav Tulach Being able to compile resources into the generated JavaScript file and use them. closure
Mon, 28 Apr 2014 08:54:51 +0200 Jaroslav Tulach Fixing the test name closure
Sun, 27 Apr 2014 22:40:17 +0200 Jaroslav Tulach Initial infrastructure to export resources closure
Sun, 27 Apr 2014 08:33:38 +0200 Jaroslav Tulach Need to include all emul-mini classes in the generated bck2brwsr.js closure
Sat, 26 Apr 2014 21:30:06 +0200 Jaroslav Tulach Different meaning of root vs. added classes. Ability to explicitly enumerate classes that should be exported and available with fully qualified name. closure
Sat, 26 Apr 2014 21:16:06 +0200 Jaroslav Tulach Need to disable compile on save, as we process JARs and directories differently closure
Sat, 26 Apr 2014 19:13:56 +0200 Jaroslav Tulach Can execute VMTest in browser, if it is annotated with @Exported annotation like the BooleanTest closure
Fri, 25 Apr 2014 15:06:09 +0200 Jaroslav Tulach Backporting selection of jfxrt.jar based on used JDK closure
Fri, 25 Apr 2014 09:59:48 +0200 Jaroslav Tulach A test to verify the extension mode closure
Fri, 25 Apr 2014 08:14:12 +0200 Jaroslav Tulach Backporting expandArray fixes to make all rt/vm tests pass on Nashorn closure
Thu, 24 Apr 2014 18:05:21 +0200 Jaroslav Tulach Backporting da9e5973e699 to make sure we run on Nashorn (at least a bit) closure
Wed, 23 Apr 2014 17:48:43 +0200 Jaroslav Tulach Merge in less methods in Object
Wed, 23 Apr 2014 17:43:36 +0200 Jaroslav Tulach java.lang.Object's methods are pushed into Object.prototype. The less of them, the better. Moving them to Class
Sat, 15 Mar 2014 20:09:06 +0100 Jaroslav Tulach Upgrading to most recent version of html4j API