Thu, 27 Nov 2014 20:31:17 +0100 Jaroslav Tulach Verifying that Lookup.getDefault can find implementation
Thu, 27 Nov 2014 20:23:35 +0100 Jaroslav Tulach Generating a library script that does not export a single class is probably a bit silly. Throw an exception.
Wed, 26 Nov 2014 16:44:12 +0100 Jaroslav Tulach Documenting support for NetBeans module system attributes
Sun, 23 Nov 2014 21:59:21 +0100 Jaroslav Tulach Recognizes NetBeans manifest tags
Sun, 23 Nov 2014 21:55:46 +0100 Jaroslav Tulach Class.getInterfaces works
Sun, 23 Nov 2014 20:50:19 +0100 Jaroslav Tulach Convert the concatenated values into real JavaScript string
Sun, 23 Nov 2014 17:05:32 +0100 Jaroslav Tulach Looks like package-info classes have too old classfile version, but we can accept them as they don't contain any code (the only reason why we require 1.6 target).
Thu, 20 Nov 2014 05:56:47 +0100 Jaroslav Tulach Test whether we can parse OSGi export package manifest tag
Wed, 19 Nov 2014 19:32:00 +0100 Jaroslav Tulach Separating compact profile tests into own project, so launcher.http can depend on compact profile JAR
Sun, 09 Nov 2014 10:36:08 +0100 Jaroslav Tulach Don't initialize @JavaScriptBody resources sooner than their methods are called.
Sun, 09 Nov 2014 10:35:21 +0100 Jaroslav Tulach Only fail on XHR status bigger than 200
Sun, 09 Nov 2014 06:54:07 +0100 Jaroslav Tulach Use window.atob only if atob is not defined
Thu, 30 Oct 2014 17:21:08 +0100 Jaroslav Tulach chromium just returns 404 in case the URL has been revoked. Throw exceptions by ownself.
Thu, 30 Oct 2014 16:45:20 +0100 Jaroslav Tulach Java byte type is signed, adjust the XHR read values
Thu, 30 Oct 2014 01:50:21 +0100 Jaroslav Tulach getClass().getResource(...).openConnection().getURL() returns a URL which is recognized by the browser and can be used to load resources with XHR or <img src='...'>. When no longer needed, convert connection to Closeable and use connection.close().
Thu, 30 Oct 2014 01:49:57 +0100 Jaroslav Tulach Tests should pass when invoked repeatedly
Fri, 26 Sep 2014 16:27:58 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 26 Sep 2014 16:27:57 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.11
Fri, 26 Sep 2014 16:27:57 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.11 release-0.11
Fri, 26 Sep 2014 15:53:04 +0200 Jaroslav Tulach Workaround mistakes ko4j@1.0 symbol imports
Fri, 26 Sep 2014 14:16:02 +0200 Jaroslav Tulach Taking the nanoTime from the canvas branch for Toni
Fri, 26 Sep 2014 13:42:15 +0200 Jaroslav Tulach Need to be able to load classes from classpath to find out if a method overrides something in a superclass.
Fri, 26 Sep 2014 10:44:54 +0200 Jaroslav Tulach Can call methods of Object in obfuscation mode
Fri, 26 Sep 2014 10:22:23 +0200 Jaroslav Tulach Default constructor cannot be obfuscated
Fri, 26 Sep 2014 09:22:31 +0200 Jaroslav Tulach Test at least a bit of obfuscation in same unit test
Fri, 26 Sep 2014 09:21:49 +0200 Jaroslav Tulach If class initializer is defined via Object.defineProperty call it by name
Fri, 26 Sep 2014 08:28:11 +0200 Jaroslav Tulach Using function callback so we can assign the vm attribute in a non-string way and obfuscation applies to it.
Thu, 25 Sep 2014 23:48:41 +0200 Jaroslav Tulach Store just defined member in variable m and use it to assign access, cls and export the member
Thu, 25 Sep 2014 19:54:16 +0200 Jaroslav Tulach Skip only rt.jar not emul-rt.jar
Tue, 23 Sep 2014 21:52:27 +0200 Jaroslav Tulach for (var x in array) should return only expected values
Sat, 20 Sep 2014 12:52:47 +0200 Jaroslav Tulach Simulating Jirka's inqury. Seems to work OK.
Sun, 14 Sep 2014 23:13:33 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sun, 14 Sep 2014 23:13:26 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.10
Sun, 14 Sep 2014 23:13:25 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.10 release-0.10
Sun, 14 Sep 2014 22:34:52 +0200 Jaroslav Tulach NetBeans uses the Streams class for check whether we are really running on JDK8 and thus whether it can enable JDK8 features. Add such fake package private class.
Sun, 14 Sep 2014 22:33:35 +0200 Jaroslav Tulach Fail the build if invokeDynamic instruction remains un-preprocessed
Sun, 14 Sep 2014 21:54:20 +0200 Jaroslav Tulach We know that the version 0.10 needs to be fixed.
Sun, 14 Sep 2014 21:40:03 +0200 Jaroslav Tulach Verify that the AOT mojo does not fail when generating JDK8 lambda code
Sun, 14 Sep 2014 21:36:56 +0200 Jaroslav Tulach There is a difference between lazy reference in standalone and in extension mode
Sun, 14 Sep 2014 19:27:44 +0200 Jaroslav Tulach Adding necessary fake classes to allow Javac to compile lamda expressions against our emulation library.
Sat, 13 Sep 2014 22:29:13 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 13 Sep 2014 22:29:11 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.10
Sat, 13 Sep 2014 22:29:10 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.10
Sat, 13 Sep 2014 18:33:05 +0200 Jaroslav Tulach Lambda's work OK in AOT mode. Defender methods work OK. Merging.
Sat, 13 Sep 2014 18:21:25 +0200 Jaroslav Tulach Check behavior of overriden defender method. jdk8
Sat, 13 Sep 2014 18:14:55 +0200 Jaroslav Tulach Only define defender methods if they are not already defined jdk8
Sat, 13 Sep 2014 18:14:14 +0200 Jaroslav Tulach Removing debugging note jdk8
Sat, 13 Sep 2014 16:11:42 +0200 Jaroslav Tulach Call RetroLambda during AOT compilation jdk8
Sat, 13 Sep 2014 15:41:35 +0200 Jaroslav Tulach Run the tests in a browser jdk8
Sat, 13 Sep 2014 15:37:30 +0200 Jaroslav Tulach We don't need the loader anymore jdk8
Sat, 13 Sep 2014 15:37:01 +0200 Jaroslav Tulach Don't forget to add to classes list jdk8
Sat, 13 Sep 2014 14:37:49 +0200 Jaroslav Tulach Using @Compare tests to make sure the classes are processed by the AOT infrastructure. jdk8
Sat, 13 Sep 2014 14:19:43 +0200 Jaroslav Tulach Support processing of lambda also in directories jdk8
Sat, 13 Sep 2014 13:44:01 +0200 Jaroslav Tulach Can call RetroLambda processor in JAR files. jdk8
Tue, 09 Sep 2014 12:45:22 +0200 Jaroslav Tulach Seems to work OK on soon to come release 1.0 of html4j
Sun, 31 Aug 2014 22:36:54 +0200 Jaroslav Tulach Adopting to new names of SPI packages to be introduced by version 1.0 of html4j API
Sun, 17 Aug 2014 20:15:56 +0200 Jaroslav Tulach Removing all the JDK8 invokeDynamic infrastructure. We don't need it when we are using retrolambda. jdk8
Sun, 17 Aug 2014 20:09:05 +0200 Jaroslav Tulach Keep bytecode level at 1.8 as we still use default methods jdk8
Sun, 17 Aug 2014 19:58:05 +0200 Jaroslav Tulach 1st implementation of interface extender methods jdk8
Sun, 17 Aug 2014 08:27:45 +0200 Jaroslav Tulach Executing first lambda expression on bck2brwsr thanks to preprocessing of retrolamda jdk8