context/src/main/java/net/java/html/BrwsrCtx.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
Mon, 19 May 2014 13:42:49 +0200 Getting more ready (but not fully) to JDK8's Javadoc
Tue, 13 May 2014 13:47:09 +0200 Hint more clearly that the context needs to be create in onPageLoad method
Sat, 15 Mar 2014 17:21:03 +0100 Documenting what is new in the 0.7.6 version
Tue, 11 Mar 2014 08:39:08 +0100 Toni suggests to implement the Executor interface
Tue, 04 Mar 2014 17:09:22 +0100 Letting BrwsrCtx invoke runnables correctly and reschedule them into the appropriate thread if necessary. Caching JavaScript objects in the hope to allow asynchronous execution of the JavaScript snippets.
Tue, 04 Mar 2014 12:28:27 +0100 Javadoc fix
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
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
Tue, 05 Nov 2013 12:59:47 +0100 Try also context classloader as a fallback - when not found, print a warning
Fri, 13 Sep 2013 11:50:42 +0200 Context should be shared per classloader
Wed, 26 Jun 2013 17:21:10 +0200 Javadoc for the context API
Mon, 17 Jun 2013 18:07:59 +0200 Runs in 'classloader mode' of FX launcher
Tue, 28 May 2013 20:00:32 +0200 Bck2Brwsr throws SecurityException when one is trying to access ClassLoader of a Class. In case we already have a provider, ignore that exception
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible