Thu, 24 Jul 2014 16:18:37 +0200 Jaroslav Tulach Handle null elements in arrays JsonArray
Thu, 24 Jul 2014 16:11:59 +0200 Jaroslav Tulach Handle 'null' property values JsonArray
Thu, 24 Jul 2014 15:48:44 +0200 Jaroslav Tulach status higher than 400 is an error, so report it as error JsonArray
Tue, 22 Jul 2014 18:29:06 +0200 Jaroslav Tulach Collector method to parse a JSON array into a Collection JsonArray
Tue, 22 Jul 2014 18:06:57 +0200 Jaroslav Tulach Throw EOFEx when the array is empty JsonArray
Tue, 22 Jul 2014 17:55:18 +0200 Jaroslav Tulach Models.parse can pick-up first element from an array JsonArray
Mon, 21 Jul 2014 11:28:13 +0200 Jaroslav Tulach Don't forget to show default text, if provided
Mon, 21 Jul 2014 10:38:01 +0200 Jaroslav Tulach The code is using more JavaFX packages. Explicitly exporting them.
Mon, 21 Jul 2014 10:33:15 +0200 Jaroslav Tulach Using parameter-less ScrollPane constructor that was available on JDK7
Mon, 21 Jul 2014 10:28:07 +0200 Jaroslav Tulach Using HBox constructor that should be available on JDK7u25
Mon, 21 Jul 2014 08:13:23 +0200 Jaroslav Tulach Can find AudioEnvironment in BrwsrCtx
Fri, 18 Jul 2014 17:02:21 +0200 Jaroslav Tulach Listen on changes and automatically reload whenever file next to index.html changes
Fri, 18 Jul 2014 15:50:06 +0200 Jaroslav Tulach Show a resizing toolbar when running with inspection on
Fri, 18 Jul 2014 15:49:37 +0200 Jaroslav Tulach JDK8 update 11 is also broken
Thu, 17 Jul 2014 18:01:03 +0200 Jaroslav Tulach Reload of the HTML page from its popup menu works
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