json-tck/src/main/java/net/java/html/js/tests/Bodies.java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Fri, 25 Jul 2014 10:45:12 +0200 Bringing in most recent advances from the main line
Tue, 24 Jun 2014 08:45:08 +0200 Testing in parameters of type double[] and double[][]
Tue, 11 Mar 2014 18:35:11 +0100 Tests defining the behavior of enum with respect to == with string in a JavaScript
Thu, 06 Mar 2014 21:53:38 +0100 Merging recent fixes in default branch
Thu, 06 Mar 2014 16:33:06 +0100 Adding static callback into the TCK as some implementations seem to have problem with it
Thu, 06 Mar 2014 15:31:30 +0100 Adding static callback into the TCK as some implementations seem to have problem with it
Wed, 05 Mar 2014 00:11:49 +0100 Bringing up-to-date and adding a TCK test to check behavior of asynchronous callback
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