json-tck/src/main/java/net/java/html/js/tests/JavaScriptBodyTest.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.
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[][]
Wed, 12 Mar 2014 20:26:58 +0100 Behavior of enum when it comes from a callback
Wed, 12 Mar 2014 20:24:18 +0100 Enum needs to keep its identity
Tue, 11 Mar 2014 18:35:11 +0100 Tests defining the behavior of enum with respect to == with string in a JavaScript
Mon, 10 Mar 2014 10:25:14 +0100 Another test to check that synchronous call properly flushes previous asynchronous ones
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
Thu, 13 Feb 2014 22:45:39 +0100 Be ready for asynchronous execution of JavaScript
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Wed, 05 Feb 2014 13:37:51 +0100 loadScript may be asynchronous, so give the impl a bit of time to do the callback
Tue, 04 Feb 2014 13:44:12 +0100 Test for encoding of \
Mon, 03 Feb 2014 15:12:08 +0100 Skip this test if there is no presenter
Mon, 20 Jan 2014 11:02:01 +0100 Check what happens if a Java functions is called from a JavaScript on its own
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.
Thu, 09 Jan 2014 11:53:02 +0100 Boolean is represented as integer on stack, so relax the test and allow it to be represented as number
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.
Thu, 19 Dec 2013 17:11:01 +0100 Tests for deep recusion
Thu, 19 Dec 2013 09:15:41 +0100 Testing multiple callbacks to JavaScript from inside a callback in Java
Sun, 15 Dec 2013 22:00:38 +0100 Test calling for a JavaScript from inside of a Java callback
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
Wed, 04 Dec 2013 22:34:52 +0100 Check the callback happens on the right thread
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