Tue, 04 Mar 2014 17:32:54 +0100 Jaroslav Tulach Deprecating Technology.runSafe - BrwsrCtx.execute is good enough BrwsrCtxExec
Tue, 04 Mar 2014 17:09:22 +0100 Jaroslav Tulach 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. BrwsrCtxExec
Tue, 04 Mar 2014 12:29:51 +0100 Jaroslav Tulach Merging BrwsrCtx.execute into main development line
Tue, 04 Mar 2014 12:28:27 +0100 Jaroslav Tulach Javadoc fix BrwsrCtxExec
Tue, 04 Mar 2014 11:18:00 +0100 Jaroslav Tulach Eliminate OSGi dependency on TestNG by using 'assert' directly BrwsrCtxExec
Tue, 04 Mar 2014 10:12:22 +0100 Jaroslav Tulach Attempt to standardize asynchronous execution of JavaScript code snippets async
Mon, 03 Mar 2014 23:30:02 +0100 Jaroslav Tulach BrwsrCtx.execute(Runnable) and using it whenever one mangles with @Model classes BrwsrCtxExec
Mon, 03 Mar 2014 15:14:46 +0100 Jaroslav Tulach Use of e.g. confuses Javadoc, replace with 'like'
Mon, 03 Mar 2014 12:17:41 +0100 Jaroslav Tulach Ability to update a property without callback from JavaScript back to Java
Mon, 03 Mar 2014 10:15:35 +0100 Jaroslav Tulach Ready for asynchronous execution
Thu, 13 Feb 2014 22:45:39 +0100 Jaroslav Tulach Be ready for asynchronous execution of JavaScript
Thu, 13 Feb 2014 22:21:45 +0100 Jaroslav Tulach Merging the changes into default branch
Thu, 13 Feb 2014 22:20:19 +0100 Jaroslav Tulach Get ready for the failure with wrong protocol to by asynchronous
Tue, 11 Feb 2014 22:10:22 +0100 Jaroslav Tulach ComputedProperties with parametrized List need to keep the parametrized type
Tue, 11 Feb 2014 21:20:04 +0100 Jaroslav Tulach Merging into default branch
Tue, 11 Feb 2014 21:18:03 +0100 Jaroslav Tulach Fn.preload accepts null argument. Don't initialize knockout in static constructor, as the context may not yet be ready
Tue, 11 Feb 2014 10:25:09 +0100 Jaroslav Tulach Toni pointed out two cases of missing @
Mon, 10 Feb 2014 14:04:04 +0100 Jaroslav Tulach Test to eliminate yet another set of JavaScript->Java callbacks
Mon, 10 Feb 2014 14:01:03 +0100 Jaroslav Tulach Print out params in FINER mode
Sun, 09 Feb 2014 23:27:05 +0100 Jaroslav Tulach Merging post 0.7.5 bugfix
Sun, 09 Feb 2014 23:26:38 +0100 Jaroslav Tulach Fn inside of JavaScriptResource body was ineffective. Need to pass in associated presenter.
Fri, 07 Feb 2014 07:55:14 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 07 Feb 2014 07:55:13 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.7.5
Fri, 07 Feb 2014 07:55:13 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-0.7.5 release-0.7.5
Fri, 07 Feb 2014 07:44:34 +0100 Jaroslav Tulach Updating copyright headers to mention current year
Fri, 07 Feb 2014 07:42:52 +0100 Jaroslav Tulach Fixing the header as suggested by the mvn license:format goal
Thu, 06 Feb 2014 18:32:23 +0100 Jaroslav Tulach Adding links to appropriate demos
Thu, 06 Feb 2014 18:06:50 +0100 Jaroslav Tulach Use singular
Thu, 06 Feb 2014 16:37:43 +0100 Jaroslav Tulach Really link to Factory
Thu, 06 Feb 2014 16:35:14 +0100 Jaroslav Tulach A bit of documentation for the TCK classes
Thu, 06 Feb 2014 16:34:40 +0100 Jaroslav Tulach Resolving link to TestNG
Thu, 06 Feb 2014 16:30:14 +0100 Jaroslav Tulach Hint to resolve link to @ServiceProvider Javadoc
Thu, 06 Feb 2014 16:21:58 +0100 Jaroslav Tulach Longer first sentence
Thu, 06 Feb 2014 16:16:01 +0100 Jaroslav Tulach Fixing typo
Thu, 06 Feb 2014 16:12:49 +0100 Jaroslav Tulach Providing overview
Thu, 06 Feb 2014 16:12:29 +0100 Jaroslav Tulach Direct link to the API class
Thu, 06 Feb 2014 15:03:36 +0100 Jaroslav Tulach More API groups
Thu, 06 Feb 2014 14:36:58 +0100 Jaroslav Tulach Adding missing package.html files so the overview page of aggregated Javadoc has descriptions for each API/SPI package
Thu, 06 Feb 2014 14:25:31 +0100 Jaroslav Tulach A bit of documentation for the AudioEnvironment provides
Thu, 06 Feb 2014 11:10:09 +0100 Jaroslav Tulach Moving into implementation package - e.g. org.netbeans.html
Thu, 06 Feb 2014 11:09:50 +0100 Jaroslav Tulach Human readable description of the plugin project
Thu, 06 Feb 2014 10:52:45 +0100 Jaroslav Tulach Fixing Javadoc warnings
Thu, 06 Feb 2014 10:16:26 +0100 Jaroslav Tulach Fixing Javadoc reference
Thu, 06 Feb 2014 10:12:06 +0100 Jaroslav Tulach Typo. Should be @link
Thu, 06 Feb 2014 09:44:06 +0100 Jaroslav Tulach Cannot use JavaScriptResource with JavaScriptBody
Thu, 06 Feb 2014 09:28:25 +0100 Jaroslav Tulach Describing postprocessing and a way to get started. Fixing other parts of Javadoc
Wed, 05 Feb 2014 13:37:51 +0100 Jaroslav Tulach loadScript may be asynchronous, so give the impl a bit of time to do the callback
Wed, 05 Feb 2014 13:26:19 +0100 Jaroslav Tulach Make sure that fetched Person is set when we change the fetched count
Wed, 05 Feb 2014 13:11:35 +0100 Jaroslav Tulach Handle the output even on non-HttpURLConnection. Set the method later than enabling output, as on phones the enablement of output may change the output method
Wed, 05 Feb 2014 13:10:26 +0100 Jaroslav Tulach The wording may be slightly different on alternative JDKs but it should contain both words
Wed, 05 Feb 2014 12:15:05 +0100 Jaroslav Tulach Being able to use older version of JSON parser
Wed, 05 Feb 2014 11:43:27 +0100 Jaroslav Tulach Removing unused import
Tue, 04 Feb 2014 13:44:12 +0100 Jaroslav Tulach Test for encoding of \
Tue, 04 Feb 2014 13:27:08 +0100 Jaroslav Tulach Don't store the websocket information in a variable, rather query again as the Fn.Presenter may be different
Tue, 04 Feb 2014 09:46:12 +0100 Jaroslav Tulach Sample usage of @JavaScriptBody annotation. Preprocessing classes and adding a Js/Java interoperability test
Mon, 03 Feb 2014 15:12:45 +0100 Jaroslav Tulach Keep JavaScriptXXX annotations in the post processed class file so they are available for bck2brwsr VM
Mon, 03 Feb 2014 15:12:08 +0100 Jaroslav Tulach Skip this test if there is no presenter
Mon, 03 Feb 2014 15:11:48 +0100 Jaroslav Tulach Be ready for SecurityException
Mon, 03 Feb 2014 11:33:10 +0100 Jaroslav Tulach Removing unneeded imports
Mon, 03 Feb 2014 10:31:55 +0100 Jaroslav Tulach By default use -target and -source 1.6