json-tck/src/main/java/net/java/html/json/tests/KnockoutTest.java
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:35:10 +0200 Verify that derived properties are also updated when an array is modified from inside of knockout binding
Tue, 26 Aug 2014 17:31:51 +0200 Can modify array of JSON objects
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.
Tue, 05 Aug 2014 18:09:07 +0200 Extract the model class before passing it back to Java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Fri, 25 Jul 2014 11:15:55 +0200 Don't mess enum values up in FX web view
Tue, 08 Jul 2014 07:59:01 +0200 Array properties may be modified from background thread
Tue, 08 Jul 2014 07:50:50 +0200 Setters can be called from other threads than the browser one
Mon, 09 Jun 2014 11:02:39 +0200 2nd place: Safer to use == as the pos may be a java.lang.Integer on bck2brwsr VM
Mon, 09 Jun 2014 10:59:53 +0200 Safer to use == as the pos may be a java.lang.Integer on bck2brwsr VM
Wed, 04 Jun 2014 16:24:50 +0200 Force check state in systems where dispatching event does not modify it (like env.js)
Wed, 04 Jun 2014 14:57:22 +0200 Accept also non-String values. Just convert them.
Wed, 04 Jun 2014 12:29:00 +0200 Eliminating last usage of .children in KnockoutTest
Wed, 04 Jun 2014 12:26:19 +0200 Another rewrite to use childNodes instead of childen
Wed, 04 Jun 2014 12:17:10 +0200 Sharing the countChildren code and making sure they pass on older browsers like env.js
Sun, 16 Mar 2014 17:15:41 +0100 Computed arrays, like in the words demo, are now refreshed correctly
Tue, 04 Mar 2014 11:18:00 +0100 Eliminate OSGi dependency on TestNG by using 'assert' directly
Mon, 03 Mar 2014 23:30:02 +0100 BrwsrCtx.execute(Runnable) and using it whenever one mangles with @Model classes
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Wed, 29 Jan 2014 15:49:48 +0100 Testing onChange behavior in union classes
Wed, 29 Jan 2014 15:00:53 +0100 Include properties from the union classes into the main model
Tue, 07 Jan 2014 08:55:34 +0100 Additional merge from default branch
Tue, 07 Jan 2014 08:48:40 +0100 Extending the TCK with checks for proper behavior of JavaScriptBody annotations
Tue, 07 Jan 2014 08:21:57 +0100 Merging with most recent changes on the default branch. Including switch to org.netbeans.html namespace.
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, 15 Dec 2013 18:58:41 +0100 Share context
Fri, 09 Aug 2013 16:56:47 +0200 @ComputedProperty method can really return a model class
Fri, 09 Aug 2013 16:50:00 +0200 Clarifying that arrays from @ComputedProperty are returned via List<Smthng>
Fri, 12 Jul 2013 14:25:50 +0200 More flexibility in converting strings to various values
Mon, 24 Jun 2013 10:00:17 +0200 Clean up HTML after each test to not influence others
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 20:01:30 +0200 Create default instances and just bind them to unit testing context
Thu, 16 May 2013 13:40:26 +0200 Verify boolena bindings
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.
Wed, 24 Apr 2013 18:34:31 +0200 TCK for the JSON mapping technologies