rt/emul/mini/src/main/java/java/net/URL.java
Thu, 04 Dec 2014 19:07:00 +0100 status 0 is used when the network is not available
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().
Thu, 31 Oct 2013 11:23:54 +0100 Implementing URLConnection
Fri, 18 Oct 2013 12:29:14 +0200 Convert all exceptions to IOException
Fri, 11 Oct 2013 16:33:54 +0200 Compute the location also in WebWorker environment
Sat, 28 Sep 2013 02:11:01 +0200 Can convert URL to URI
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository