Fri, 09 Jan 2015 20:46:35 +0100 Jaroslav Tulach Always write down the JavaScript file in UTF-8 encoding
Wed, 07 Jan 2015 14:17:22 +0100 Jaroslav Tulach Using >>> in shr64
Sat, 27 Dec 2014 20:38:32 +0100 Jaroslav Tulach Skip deployment of these test related modules
Fri, 26 Dec 2014 21:00:36 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 26 Dec 2014 21:00:35 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.12
Fri, 26 Dec 2014 21:00:34 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.12 release-0.12
Tue, 23 Dec 2014 14:55:26 +0100 Jaroslav Tulach Switching to soon to be released HTML/Java version
Mon, 22 Dec 2014 20:57:23 +0100 Jaroslav Tulach Supporting Fn.KeepAlive
Mon, 22 Dec 2014 20:33:44 +0100 Jaroslav Tulach String is like a primitive type. Keep its signature.
Sun, 14 Dec 2014 19:28:56 +0100 Jaroslav Tulach Increasing separation of both tests. Running them in their own web view.
Sun, 14 Dec 2014 19:03:28 +0100 Jaroslav Tulach Increasing the timeout to 10s as Internet Explorer does not timeout in 1s in loadError test
Sun, 14 Dec 2014 19:02:46 +0100 Jaroslav Tulach Preventing Internet Explorer from caching the resources
Sun, 14 Dec 2014 16:29:46 +0100 Jaroslav Tulach Internet Explorer somehow caches values of person.json and people.json from previous runs. Let's use unique names to prevent that.
Mon, 08 Dec 2014 22:13:18 +0100 Jaroslav Tulach Getting ready for next version of HTML/Java - e.g. skipping the GC test, as WeakReference does not work in Bck2Brwsr
Mon, 08 Dec 2014 18:52:00 +0100 Jaroslav Tulach Add Bck2BrwsrDebug attribute to -debug file
Mon, 08 Dec 2014 18:36:00 +0100 Jaroslav Tulach Remove needless imports
Mon, 08 Dec 2014 00:22:49 +0100 Jaroslav Tulach Can use precompiled versions even when running tests
Sat, 06 Dec 2014 11:11:45 +0100 Jaroslav Tulach Solving cyclic dependency by removing the launcher.http's dependency on emul-rt.jar
Sat, 06 Dec 2014 09:25:22 +0100 Jaroslav Tulach No need for core annotations dependency
Sat, 06 Dec 2014 09:20:22 +0100 Jaroslav Tulach Need to export core.jar's API package as it is not an OSGi bundle
Sat, 06 Dec 2014 08:02:33 +0100 Jaroslav Tulach ko-bck2brwsr now provides precompiled versions of org.netbeans.html libraries. emul.zip is precompiled as well.
Sat, 06 Dec 2014 07:16:51 +0100 Jaroslav Tulach No need to do any excludes
Sat, 06 Dec 2014 07:14:53 +0100 Jaroslav Tulach @ServiceProvider registration is only used in tests
Sat, 06 Dec 2014 07:11:02 +0100 Jaroslav Tulach javaquery demo now uses only extracted dependencies because javaquery.api generates additional bck2brwsr js files for core annotations library
Sat, 06 Dec 2014 06:49:24 +0100 Jaroslav Tulach Pregenerate the bck2brwsr js files for JDK emul and JavaQuery API
Sat, 06 Dec 2014 06:28:17 +0100 Jaroslav Tulach Ability to extract precompiled bck2brwsr JavaScript files from Maven artifacts named bck2brwsr
Thu, 04 Dec 2014 19:07:00 +0100 Jaroslav Tulach status 0 is used when the network is not available
Wed, 03 Dec 2014 20:27:39 +0100 Jaroslav Tulach Don't include JavaScriptBody and co. in emul-rt.jar
Tue, 02 Dec 2014 15:31:40 +0100 Jaroslav Tulach We don't need runtime dependency on the VM
Sun, 30 Nov 2014 16:48:07 +0100 Jaroslav Tulach Use 'core' package only as 'provided' because it only contains compile time annotations
Sun, 30 Nov 2014 16:21:27 +0100 Jaroslav Tulach Better to not do any processign as '...*/*...' string can break our simple check. Keep comments in and let obfuscator remove them
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