json-tck/src/main/java/net/java/html/json/tests/Utils.java
Sat, 26 Dec 2015 06:31:49 +0100 Print expected and actual values on assertion error
Wed, 15 Apr 2015 10:39:20 +0200 #251119: Replacing assert with real assertXYZ method makes it certain the check is really performed in all situations
Tue, 26 Aug 2014 18:13:30 +0200 During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Tue, 26 Aug 2014 17:31:21 +0200 Modification of arrays works on ints as well
Tue, 26 Aug 2014 17:30:45 +0200 If one modifies the String array from ko.computed, the value is propagated back to Java model.
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Tue, 08 Jul 2014 07:50:50 +0200 Setters can be called from other threads than the browser one
Wed, 04 Jun 2014 12:17:10 +0200 Sharing the countChildren code and making sure they pass on older browsers like env.js
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Sat, 04 Jan 2014 21:47:47 +0100 All tests in OSGi mode are executed (as we add new Equinox Hook), they however fail
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Sun, 25 Aug 2013 14:40:16 +0200 Tyrus based implementation of WebSockets for JDK7
Mon, 24 Jun 2013 10:10:09 +0200 Set innerHTML even during the first invocation
Fri, 21 Jun 2013 22:35:21 +0200 Using dynamic way to register an Http resource. Some tests are passing. Five + one is failing
Fri, 21 Jun 2013 15:54:38 +0200 Removing dependency on vmtest
Mon, 17 Jun 2013 18:07:59 +0200 Runs in 'classloader mode' of FX launcher
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
Thu, 25 Apr 2013 12:40:29 +0200 Execution of JavaScript needs to be provided by the instance of the TCK
Wed, 24 Apr 2013 18:52:42 +0200 Representation of JSON objects can be different in each technology. The actual implementation of the TCK needs to create such object then.