json-tck/src/main/java/net/java/html/json/tests/JSONTest.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
Sat, 05 Apr 2014 09:06:59 +0200 #5929: OnReceive method can take additional callback parameters
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, 05 Feb 2014 13:26:19 +0100 Make sure that fetched Person is set when we change the fetched count
Wed, 05 Feb 2014 13:10:26 +0100 The wording may be slightly different on alternative JDKs but it should contain both words
Mon, 03 Feb 2014 15:11:48 +0100 Be ready for SecurityException
Thu, 30 Jan 2014 12:09:09 +0100 Capture stack traces printed during the test run
Tue, 28 Jan 2014 08:52:29 +0100 It is probably more consistent to use constructors rather than factory methods
Fri, 24 Jan 2014 18:01:37 +0100 Differentiate between the name of constant and the associated model class name
Fri, 03 Jan 2014 10:38:00 +0100 TCK cannot reference impl package, needs to use Models.fromRaw
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Thu, 28 Nov 2013 14:44:08 +0100 Survive wrong enum constants
Tue, 26 Nov 2013 10:20:50 +0100 Don't escape apostroph, it is inside a string
Thu, 21 Nov 2013 17:01:16 +0100 Properly encoding multiline string with various metacharacters when producing JSON representation of the object
Thu, 29 Aug 2013 16:08:09 +0000 Localhost URL with non-probably port and random path seems to be good way for real browsers to trigger onerror situation
Sat, 17 Aug 2013 10:23:40 +0200 OnReceive can identify onError method
Mon, 12 Aug 2013 10:06:14 +0200 Introducing @ModelOperation annotaiton
Fri, 09 Aug 2013 16:49:00 +0200 Need to clean fetched property Since abed4da1d5c7
Sat, 22 Jun 2013 19:15:09 +0200 Get ready for absolute URLs
Fri, 21 Jun 2013 22:35:21 +0200 Using dynamic way to register an Http resource. Some tests are passing. Five + one is failing
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
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
Thu, 09 May 2013 22:19:30 +0200 Prevents NPE when deserializing objects with empty number values
Thu, 09 May 2013 20:53:00 +0200 Can send data to the server
Thu, 09 May 2013 17:13:54 +0200 Few steps towards multi-method access that can also return plain text
Thu, 09 May 2013 12:47:26 +0200 Can receive String reply
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