json-tck/src/main/java/org/netbeans/html/json/tck/KnockoutTCK.java
Tue, 09 Dec 2014 08:33:22 +0100 Bringing the most recent changes in default branch to gc
Thu, 20 Nov 2014 14:07:35 +0100 Fixing broken links and typos in the javadoc
Mon, 08 Dec 2014 15:48:51 +0100 Moving the GC related tests into separate classes whose name starts with GC prefix
Mon, 10 Nov 2014 18:28:45 +0100 Verifying a parameter to a method can be GCed by a test that is passing. Verifying the knockout model sticks in a memory when no longer needed by a failing test.
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.