json-tck/src/main/java/net/java/html/js/tests/Bodies.java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Tue, 14 Jan 2014 14:18:50 +0100 Merging in the state just after the 0.7 release
Thu, 09 Jan 2014 20:39:23 +0100 ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped.
Wed, 08 Jan 2014 16:46:42 +0100 Check types of primitive values and their wrappers passed to JavaScript and what type they have
Wed, 08 Jan 2014 12:58:45 +0100 Implementation of knockout binding that does not rely on anything JavaFX specific
Wed, 08 Jan 2014 12:24:21 +0100 Arrays are copied when passed between Java and JavaScript
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.
Sun, 15 Dec 2013 19:03:35 +0100 Check behavior on void returning calls
Sat, 14 Dec 2013 12:51:15 +0100 Tests for boolean return type and a bit of string character encoding stuff
Mon, 09 Dec 2013 21:03:25 +0100 Can pass Java array into JavaScript
Fri, 06 Dec 2013 16:31:36 +0100 Check the system can send parameters to Java object from JavaScript
Wed, 04 Dec 2013 23:51:13 +0100 Test Java callback that returns a value
Sun, 01 Dec 2013 22:15:30 +0100 Tests for passing null and Java objects to JavaScript and back
Sun, 01 Dec 2013 05:11:32 +0100 Can Java work with JavaScript object?
Mon, 25 Nov 2013 09:44:59 +0100 Moving tests for @JavaScriptBody into TCK