emul/mini/src/main/java/java/lang/String.java
Sat, 26 Jan 2013 08:47:05 +0100 In order to support fields of the same name in subclasses we are now prefixing them with name of the class that defines them. To provide convenient way to access them from generated bytecode and also directly from JavaScript, there is a getter/setter function for each field. It starts with _ followed by the field name. If called with a parameter, it sets the field, with a parameter it just returns it.
Thu, 24 Jan 2013 18:03:29 +0100 Merging essential operations from default branch
Wed, 23 Jan 2013 22:55:28 +0100 Moving all arraycopy methods into one System class
Wed, 23 Jan 2013 20:52:11 +0100 Using specific subpackages rather than generic org.apidesign.bck2brwsr.emul
Wed, 23 Jan 2013 20:39:23 +0100 First attempt to separate 'mini' profile from the rest of JDK APIs