Sun, 23 Nov 2014 17:05:32 +0100Looks 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).
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 23 Nov 2014 17:05:32 +0100] rev 1725
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 +0100Test whether we can parse OSGi export package manifest tag
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Nov 2014 05:56:47 +0100] rev 1724
Test whether we can parse OSGi export package manifest tag

Wed, 19 Nov 2014 19:32:00 +0100Separating compact profile tests into own project, so launcher.http can depend on compact profile JAR
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Nov 2014 19:32:00 +0100] rev 1723
Separating compact profile tests into own project, so launcher.http can depend on compact profile JAR

Sun, 09 Nov 2014 10:36:08 +0100Don't initialize @JavaScriptBody resources sooner than their methods are called.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 09 Nov 2014 10:36:08 +0100] rev 1722
Don't initialize @JavaScriptBody resources sooner than their methods are called.

Sun, 09 Nov 2014 10:35:21 +0100Only fail on XHR status bigger than 200
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 09 Nov 2014 10:35:21 +0100] rev 1721
Only fail on XHR status bigger than 200

Sun, 09 Nov 2014 06:54:07 +0100Use window.atob only if atob is not defined
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 09 Nov 2014 06:54:07 +0100] rev 1720
Use window.atob only if atob is not defined

Thu, 30 Oct 2014 17:21:08 +0100chromium just returns 404 in case the URL has been revoked. Throw exceptions by ownself.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 17:21:08 +0100] rev 1719
chromium just returns 404 in case the URL has been revoked. Throw exceptions by ownself.

Thu, 30 Oct 2014 16:45:20 +0100Java byte type is signed, adjust the XHR read values
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 16:45:20 +0100] rev 1718
Java byte type is signed, adjust the XHR read values

Thu, 30 Oct 2014 01:50:21 +0100getClass().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().
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 01:50:21 +0100] rev 1717
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 +0100Tests should pass when invoked repeatedly
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 30 Oct 2014 01:49:57 +0100] rev 1716
Tests should pass when invoked repeatedly