rt/emul/compact/src/test/java/org/apidesign/bck2brwsr/tck/ResourcesTest.java
Sun, 09 Nov 2014 10:35:21 +0100 Only fail on XHR status bigger than 200
Thu, 30 Oct 2014 17:21:08 +0100 chromium just returns 404 in case the URL has been revoked. Throw exceptions by ownself.
Thu, 30 Oct 2014 16:45:20 +0100 Java byte type is signed, adjust the XHR read values
Thu, 30 Oct 2014 01:50:21 +0100 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().
Mon, 26 May 2014 18:21:24 +0200 Enough to check the number is between 40 and 50
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Sun, 27 Apr 2014 22:40:17 +0200 Initial infrastructure to export resources
Thu, 31 Oct 2013 11:23:54 +0100 Implementing URLConnection
Sun, 20 Oct 2013 20:36:03 +0200 Can load multiple resources of the same name even in testing and development mode
Thu, 03 Oct 2013 15:51:55 +0200 Work on javac branch seems to have some results, so merge it
Thu, 03 Oct 2013 14:45:25 +0200 Can get access to ClassLoader and use it to load resources and classes
Sat, 28 Sep 2013 02:11:01 +0200 Can convert URL to URI
Sun, 28 Apr 2013 10:26:08 +0200 Moving the VM compatibility tests to emul.compact