Thu, 17 Jul 2014 17:22:41 +0200 Jaroslav Tulach Fixing header
Wed, 16 Jul 2014 15:39:46 +0200 Jaroslav Tulach Also define confirm and prompt functions in the faked testing environment
Tue, 15 Jul 2014 21:45:23 +0200 Jaroslav Tulach Dialog to handle input of text invoked via window.prompt
Tue, 15 Jul 2014 21:32:14 +0200 Jaroslav Tulach Special dialog to handle window.confirm
Tue, 15 Jul 2014 21:16:36 +0200 Jaroslav Tulach L10N of alert dialog
Tue, 15 Jul 2014 21:03:41 +0200 Jaroslav Tulach Make sure the alert dialog is really modal
Mon, 14 Jul 2014 17:31:20 +0200 Jaroslav Tulach Merging fix for #6175 into default branch
Mon, 14 Jul 2014 17:29:38 +0200 Jaroslav Tulach #6175: Prepend our own version of asm to be sure it gets priority over any alien versions (like the one repackaged by glassfish)
Sun, 13 Jul 2014 23:50:25 +0200 Jaroslav Tulach Setters from any thread merge
Sun, 13 Jul 2014 23:49:46 +0200 Jaroslav Tulach First merge
Wed, 25 Jun 2014 11:11:34 +0200 Jaroslav Tulach Actually pass the options to the watch and get methods
Wed, 25 Jun 2014 10:49:24 +0200 Jaroslav Tulach Deliver error messages and error code back to Java
Wed, 25 Jun 2014 09:59:49 +0200 Jaroslav Tulach @ServiceProvider is only used during compilation
Wed, 25 Jun 2014 09:59:36 +0200 Jaroslav Tulach Switching to latest version of NetBeans
Tue, 08 Jul 2014 10:05:27 +0200 Jaroslav Tulach Merging any-thread setters as they seem to work OK for bck2brwsr
Tue, 08 Jul 2014 08:00:48 +0200 Jaroslav Tulach Documenting what is new setters
Tue, 08 Jul 2014 07:59:01 +0200 Jaroslav Tulach Array properties may be modified from background thread setters
Tue, 08 Jul 2014 07:56:25 +0200 Jaroslav Tulach Documenting the enhanced behavior setters
Tue, 08 Jul 2014 07:50:50 +0200 Jaroslav Tulach Setters can be called from other threads than the browser one setters
Tue, 08 Jul 2014 07:30:45 +0200 Jaroslav Tulach Describing how to use Scripts inside of a test
Tue, 08 Jul 2014 07:16:11 +0200 Jaroslav Tulach Specifying how the access to webstorage should look like storage
Fri, 04 Jul 2014 09:24:57 +0200 Jaroslav Tulach A bit more Javadoc copied from the W3C specification
Fri, 04 Jul 2014 09:24:48 +0200 Jaroslav Tulach Pointer to w3c spec from October 2013
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