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
Fri, 07 Mar 2014 09:41:24 +0100 Jaroslav Tulach Getting ready for new version which will need Executor in the context
Sun, 02 Mar 2014 11:54:59 +0100 Jaroslav Tulach Correct isWhitespace up until 128
Tue, 18 Feb 2014 22:29:25 +0100 Jaroslav Tulach Shortening the generated code by providing shorter new array methods ReducedStack
Wed, 19 Feb 2014 08:10:04 +0100 Jaroslav Tulach Reduced stack seems to be stable enough to be merged into default branch
Tue, 18 Feb 2014 22:20:50 +0100 Jaroslav Tulach More effective replaces on stack ReducedStack
Tue, 18 Feb 2014 21:43:55 +0100 Jaroslav Tulach The array needs to grow up to expectedSize, don't decrement it ReducedStack
Tue, 18 Feb 2014 11:01:08 +0100 Anton Epple Y01 Improved Package documentation canvas
Tue, 18 Feb 2014 10:02:46 +0100 Jaroslav Tulach Don't generate String constants either ReducedStack
Mon, 17 Feb 2014 17:49:30 +0100 Jaroslav Tulach Verify behavior when string constants are used ReducedStack
Mon, 17 Feb 2014 17:41:00 +0100 Jaroslav Tulach No need to generate primitive final fields as their values get inlined in the classfiles anyway ReducedStack
Mon, 17 Feb 2014 17:33:22 +0100 Jaroslav Tulach Removing unused constants ReducedStack
Mon, 17 Feb 2014 16:55:44 +0100 Jaroslav Tulach Invoking non-static method needs to perform dispatch ReducedStack
Mon, 17 Feb 2014 15:39:34 +0100 Jaroslav Tulach 15KB less from 1.4MB by eliminating empty for operations ReducedStack
Mon, 17 Feb 2014 14:26:55 +0100 Jaroslav Tulach Another if statements to flush stack before generating them ReducedStack
Mon, 17 Feb 2014 12:08:31 +0100 Jaroslav Tulach Correctly encode the index of the type using bit shift ReducedStack
Mon, 17 Feb 2014 07:54:35 +0100 Jaroslav Tulach Don't clear the stack mapping when doing a cast ReducedStack
Mon, 17 Feb 2014 07:52:41 +0100 Jaroslav Tulach Include the whole code of the program in the dump ReducedStack
Sun, 16 Feb 2014 23:56:01 +0100 Jaroslav Tulach One less ; ReducedStack