Sun, 22 Feb 2015 09:00:14 +0100 Jaroslav Tulach Locale.getDefault() reads real value from navigator.language & co.
Mon, 09 Feb 2015 21:30:04 +0100 Jaroslav Tulach Use shorter access to own class
Mon, 09 Feb 2015 20:36:12 +0100 Jaroslav Tulach Support for updaters updating field in the same class that defines them
Mon, 09 Feb 2015 20:32:36 +0100 Jaroslav Tulach Merging in new JDK classes for emulation: Updaters
Tue, 03 Feb 2015 12:30:20 +0100 Jaroslav Tulach Only skip class files, otherwise it is not possible to re-run testcases in a browser
Mon, 09 Feb 2015 20:31:09 +0100 Jaroslav Tulach Adding field updaters into the emul library jdk7-b147
Tue, 03 Feb 2015 11:16:33 +0100 Jaroslav Tulach Use invoke rather than hardcoding invocation schema
Tue, 20 Jan 2015 17:23:12 +0100 Jaroslav Tulach Generate the ClassCastException via java.lang.Class as that one is always known to be exported
Tue, 20 Jan 2015 13:01:31 +0100 Jaroslav Tulach Define StictMath as a delegate to Math
Tue, 20 Jan 2015 12:26:35 +0100 Jaroslav Tulach #6658: Need to addReference when accessing non-static field
Sun, 11 Jan 2015 13:20:32 +0100 Jaroslav Tulach Merging recent post 0.13 fixes into trunk
Sun, 11 Jan 2015 13:19:32 +0100 Jaroslav Tulach Upgrading to most recent version of closure compiler prevents warnings about unreachable code in catch blocks
Sun, 11 Jan 2015 09:54:37 +0100 Jaroslav Tulach Honor ignoreBootClassPath attribute in all mojos
Sat, 10 Jan 2015 19:38:00 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 10 Jan 2015 19:38:00 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.13
Sat, 10 Jan 2015 19:38:00 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.13 release-0.13
Sat, 10 Jan 2015 08:55:17 +0100 Jaroslav Tulach Use UTF-8 when ahead-of-time compiling libraries into -bck2brwsr.jar artefact
Fri, 09 Jan 2015 21:48:45 +0100 Jaroslav Tulach Close the reader
Fri, 09 Jan 2015 21:38:00 +0100 Jaroslav Tulach Process package-info.java normally
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.