boot-script/src/main/java/net/java/html/boot/script/ScriptPresenter.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.
Wed, 16 Jul 2014 15:39:46 +0200 Also define confirm and prompt functions in the faked testing environment
Thu, 05 Jun 2014 20:27:54 +0200 Hiding the ScriptPresenter implementation behind few factory methods
Wed, 04 Jun 2014 15:18:05 +0200 The presenters are supposed to be singlethreaded so we need an executor to pass requests into
Wed, 04 Jun 2014 14:41:06 +0200 Less lints by hints
Wed, 04 Jun 2014 13:28:35 +0200 Better check for undefined
Wed, 04 Jun 2014 12:18:35 +0200 Loading requested page in case window object is defined
Wed, 04 Jun 2014 10:28:17 +0200 Using nashorn specific env.js we are down to 21 test failures in KnockoutTCK
Tue, 03 Jun 2014 20:56:36 +0200 Proper presenter that is using javax.script API JavaScript engine