Tue, 17 Jan 2017 07:04:06 +0100 Jaroslav Tulach Implementation of ClassValue for bck2brwsr default tip
Tue, 17 Jan 2017 06:16:06 +0100 Jaroslav Tulach Moving the ClassValue to proper place
Tue, 17 Jan 2017 06:15:09 +0100 Jaroslav Tulach Bringing in ClassValue implementation
Tue, 17 Jan 2017 06:14:39 +0100 Jaroslav Tulach Compare tests for ClassValue
Tue, 17 Jan 2017 06:11:57 +0100 Jaroslav Tulach Adding JDK implementation of ClassValue jdk7-b147
Mon, 16 Jan 2017 04:08:05 +0100 Jaroslav Tulach Another check against missing manifest
Mon, 16 Jan 2017 04:04:22 +0100 Jaroslav Tulach More defensive checks shielding against JARs without manifest
Sat, 24 Sep 2016 09:02:41 +0200 Jaroslav Tulach Enough to have one bck2brwsr.js in the vm directory
Tue, 14 Jun 2016 06:11:20 +0200 Jaroslav Tulach We need to keep Function.Ax classes in the VM Libraries
Tue, 14 Jun 2016 05:44:20 +0200 Jaroslav Tulach Hardcoding that Array.push is using varargs Libraries
Tue, 14 Jun 2016 05:20:30 +0200 Jaroslav Tulach Handles virtual property read Libraries
Fri, 10 Jun 2016 08:24:36 +0200 Jaroslav Tulach Including failing arrayForEach test Libraries
Fri, 10 Jun 2016 06:41:04 +0200 Jaroslav Tulach Invoke direct methods on instance of Date Libraries
Fri, 10 Jun 2016 06:27:01 +0200 Jaroslav Tulach Recognizes and invokes direct library constructor Libraries
Fri, 10 Jun 2016 05:52:44 +0200 Jaroslav Tulach Make sure Boolean.prototype contains the Java methods soon enough Libraries
Wed, 08 Jun 2016 07:15:54 +0200 Jaroslav Tulach Overloaded methods can be invoked OK Libraries
Wed, 08 Jun 2016 07:08:52 +0200 Jaroslav Tulach Don't forget to add ; at the end of line Libraries
Wed, 08 Jun 2016 07:02:46 +0200 Jaroslav Tulach Use index access to write a property of a direct object Libraries
Wed, 08 Jun 2016 06:58:24 +0200 Jaroslav Tulach Use index access to read a property of a direct object Libraries
Wed, 08 Jun 2016 06:50:38 +0200 Jaroslav Tulach InstanceOf and cast for direct libraries Libraries
Tue, 07 Jun 2016 06:20:20 +0200 Jaroslav Tulach Special treatment for net.java.html.lib generated classes Libraries
Sat, 21 May 2016 11:23:01 +0200 Jaroslav Tulach Use names of parameters as indentification of a 'case-run' rather than name of the main method which is usually a constant
Fri, 20 May 2016 06:02:44 +0200 Jaroslav Tulach Trivial implementation of TimeZone.getDefault() - doesn't count with daylightsavings
Tue, 10 May 2016 04:52:05 +0200 Jaroslav Tulach Don't obfuscate names of fields in objects - otherwise fields provided by two modules may clash
Fri, 29 Apr 2016 08:32:49 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.19 release-0.19
Fri, 29 Apr 2016 07:35:06 +0200 Jaroslav Tulach All tests in the HtmlAnnotationsTest class need to do the initial assert check
Fri, 29 Apr 2016 07:17:38 +0200 Jaroslav Tulach Exclude dependencies that aren't needed during runtime in a browser
Thu, 28 Apr 2016 07:13:00 +0200 Jaroslav Tulach Convert content of array properly before entering JavaScript
Thu, 28 Apr 2016 06:21:04 +0200 Jaroslav Tulach Exclude classes needed only when running on classical JVM
Thu, 28 Apr 2016 06:09:26 +0200 Jaroslav Tulach Don't report warnings when generating minified version of bck2brwsr libraries