Fri, 04 Jul 2014 09:08:20 +0200 Jaroslav Tulach A bit more Javadoc copied from the W3C specification envjs
Fri, 04 Jul 2014 09:07:45 +0200 Jaroslav Tulach Pointer to w3c spec from October 2013 envjs
Tue, 24 Jun 2014 08:45:08 +0200 Jaroslav Tulach Testing in parameters of type double[] and double[][]
Mon, 09 Jun 2014 15:37:23 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 09 Jun 2014 15:37:22 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.8.2
Mon, 09 Jun 2014 15:37:22 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.8.2 release-0.8.2
Thu, 19 Jun 2014 15:49:27 +0200 Jaroslav Tulach Merge current default branch into envjs to result of OpenJDK bugs JDK-8046009 envjs
Mon, 09 Jun 2014 11:02:39 +0200 Jaroslav Tulach 2nd place: Safer to use == as the pos may be a java.lang.Integer on bck2brwsr VM
Mon, 09 Jun 2014 10:59:53 +0200 Jaroslav Tulach Safer to use == as the pos may be a java.lang.Integer on bck2brwsr VM
Mon, 09 Jun 2014 10:17:44 +0200 Jaroslav Tulach Better to link to package with @JavaScriptBody examples
Mon, 09 Jun 2014 10:01:06 +0200 Jaroslav Tulach Documenting what will be new in 0.8.2
Thu, 05 Jun 2014 22:13:56 +0200 Jaroslav Tulach Merging in part of Scripts support, the one without envjs, as the rest is broken because of bugs in nashorn
Thu, 05 Jun 2014 21:01:56 +0200 Jaroslav Tulach A bit of documentation envjs
Thu, 05 Jun 2014 20:27:54 +0200 Jaroslav Tulach Hiding the ScriptPresenter implementation behind few factory methods envjs
Thu, 05 Jun 2014 19:42:03 +0200 Jaroslav Tulach Don't export META-INF/services envjs
Thu, 05 Jun 2014 18:04:59 +0200 Jaroslav Tulach Skipping tests that are broken due to JDK-8046013 envjs
Thu, 05 Jun 2014 17:50:40 +0200 Jaroslav Tulach Skip the ko4j tests on JDK7. The envjs version only works on nashorn envjs
Wed, 04 Jun 2014 16:24:50 +0200 Jaroslav Tulach Force check state in systems where dispatching event does not modify it (like env.js) envjs
Wed, 04 Jun 2014 16:07:43 +0200 Jaroslav Tulach compareDocumentPosition confuses knockout 2.2.1 - remove it and let knockout check if a node is inside a DOM itself by iteration of parents envjs
Wed, 04 Jun 2014 15:18:05 +0200 Jaroslav Tulach The presenters are supposed to be singlethreaded so we need an executor to pass requests into envjs
Wed, 04 Jun 2014 14:57:22 +0200 Jaroslav Tulach Accept also non-String values. Just convert them. envjs
Wed, 04 Jun 2014 14:54:53 +0200 Jaroslav Tulach Adding missing + envjs
Wed, 04 Jun 2014 14:43:35 +0200 Jaroslav Tulach env.js's XHR does not seem to be very reliable. Using Java implementation from Tyrus envjs
Wed, 04 Jun 2014 14:41:06 +0200 Jaroslav Tulach Less lints by hints envjs
Wed, 04 Jun 2014 14:37:10 +0200 Jaroslav Tulach Consistently use request && r rather than this & response envjs
Wed, 04 Jun 2014 13:28:35 +0200 Jaroslav Tulach Better check for undefined envjs
Wed, 04 Jun 2014 13:18:18 +0200 Jaroslav Tulach Don't need any callbacks checks in the env.js integration envjs
Wed, 04 Jun 2014 12:34:25 +0200 Jaroslav Tulach Register also the Executor otherwise context from background threads is not passed in properly envjs
Wed, 04 Jun 2014 12:29:00 +0200 Jaroslav Tulach Eliminating last usage of .children in KnockoutTest envjs
Wed, 04 Jun 2014 12:26:19 +0200 Jaroslav Tulach Another rewrite to use childNodes instead of childen envjs
Wed, 04 Jun 2014 12:18:35 +0200 Jaroslav Tulach Loading requested page in case window object is defined envjs
Wed, 04 Jun 2014 12:17:10 +0200 Jaroslav Tulach Sharing the countChildren code and making sure they pass on older browsers like env.js envjs
Wed, 04 Jun 2014 10:28:17 +0200 Jaroslav Tulach Using nashorn specific env.js we are down to 21 test failures in KnockoutTCK envjs
Wed, 04 Jun 2014 10:27:22 +0200 Jaroslav Tulach this may not be the right object, refering to scope variable. response is new invention, if it is missing, try responseText envjs
Wed, 04 Jun 2014 10:24:28 +0200 Jaroslav Tulach Adding env.js as found at https://bugs.openjdk.java.net/browse/JDK-8006183 envjs
Wed, 04 Jun 2014 09:56:04 +0200 Jaroslav Tulach Removing unneeded import envjs
Wed, 04 Jun 2014 07:05:13 +0200 Jaroslav Tulach Trying to run ko4j inside of envjs envjs
Wed, 04 Jun 2014 06:36:44 +0200 Jaroslav Tulach Turning into regular OSGi bundle
Tue, 03 Jun 2014 20:56:36 +0200 Jaroslav Tulach Proper presenter that is using javax.script API JavaScript engine
Wed, 28 May 2014 14:50:18 +0200 Jaroslav Tulach Merging exports via strings
Wed, 28 May 2014 14:49:33 +0200 Jaroslav Tulach Export exports via string names, otherwise they may disappear during obfuscation
Mon, 26 May 2014 14:29:50 +0200 Jaroslav Tulach Merging fixes on top of 0.8.1
Mon, 26 May 2014 14:28:41 +0200 Jaroslav Tulach Testing computation of around method, bck2brwsr VM had problems with it.
Mon, 26 May 2014 14:28:11 +0200 Jaroslav Tulach Need to convert Boolean to its valueOf, otherwise bck2brwsr thinks that Boolean.FALSE is non-null value
Wed, 21 May 2014 12:34:09 +0200 Jaroslav Tulach Open the sample in separate window
Mon, 19 May 2014 17:42:19 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 19 May 2014 17:42:18 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.8.1
Mon, 19 May 2014 17:42:18 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.8.1 release-0.8.1
Mon, 19 May 2014 17:39:11 +0200 Jaroslav Tulach Removed tag release-0.8.1
Mon, 19 May 2014 17:44:22 +0200 Jaroslav Tulach Merging the necessary fix for 0.8.1 into default branch
Mon, 19 May 2014 17:43:19 +0200 Jaroslav Tulach Clear the error once we successfully invoke one of the init methods
Mon, 19 May 2014 13:59:27 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 19 May 2014 13:59:26 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.8.1
Mon, 19 May 2014 13:59:26 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.8.1
Mon, 19 May 2014 13:56:11 +0200 Jaroslav Tulach Documenting usage of getUserData
Mon, 19 May 2014 13:45:42 +0200 Jaroslav Tulach Links to recent NetBeans Javadoc and Javadoc of JavaFX
Mon, 19 May 2014 13:43:08 +0200 Jaroslav Tulach Enhancing the API a bit based on Toni's usability study
Mon, 19 May 2014 13:42:49 +0200 Jaroslav Tulach Getting more ready (but not fully) to JDK8's Javadoc
Mon, 19 May 2014 13:42:29 +0200 Jaroslav Tulach A paragraph about new things in 0.8.1 release
Sun, 18 May 2014 11:34:48 +0200 Jaroslav Tulach Trying really hard to obtain location of own JARs even if the system does not support getCodeSource (like Android libraries like to do)