Sun, 09 Mar 2014 22:37:58 +0100 Jaroslav Tulach Documenting invokeLater async
Sun, 09 Mar 2014 21:13:33 +0100 Jaroslav Tulach Improving Javadoc for wait4js attribute async
Sun, 09 Mar 2014 20:20:01 +0100 Jaroslav Tulach Merging in the default branch changes that make the system functional on Dlvk async
Sun, 09 Mar 2014 20:12:51 +0100 Jaroslav Tulach Android requires the @JavaScriptBody method to be outside of FXContext. Moving it.
Sun, 09 Mar 2014 14:49:43 +0100 Jaroslav Tulach One call to areWebSocketsSupported less async
Sat, 08 Mar 2014 09:32:33 +0100 Jaroslav Tulach Merging in the new test version async
Sat, 08 Mar 2014 09:32:16 +0100 Jaroslav Tulach Improving the test to match reality: adding a delayed click that generates the field
Fri, 07 Mar 2014 19:45:56 +0100 Jaroslav Tulach Updating with most recent default async
Fri, 07 Mar 2014 19:45:23 +0100 Jaroslav Tulach Adding table generating test case into the TCK
Fri, 07 Mar 2014 14:06:31 +0100 Jaroslav Tulach Skip looking for a prototype for well know wrappers of primitive types
Fri, 07 Mar 2014 09:54:16 +0100 Jaroslav Tulach The Context creating providers commonly need access to BrwsrCtx and its inner classes
Thu, 06 Mar 2014 23:45:57 +0100 Jaroslav Tulach flush() presenters when their last instance is removed from the stack async
Thu, 06 Mar 2014 21:53:38 +0100 Jaroslav Tulach Merging recent fixes in default branch async
Thu, 06 Mar 2014 21:51:48 +0100 Jaroslav Tulach The infrastructure is trying to seek for Contexts.Provider(s), so load them by the same classloader.
Thu, 06 Mar 2014 16:33:06 +0100 Jaroslav Tulach Adding static callback into the TCK as some implementations seem to have problem with it
Thu, 06 Mar 2014 15:31:30 +0100 Jaroslav Tulach Adding static callback into the TCK as some implementations seem to have problem with it async
Wed, 05 Mar 2014 00:11:49 +0100 Jaroslav Tulach Bringing up-to-date and adding a TCK test to check behavior of asynchronous callback async
Tue, 04 Mar 2014 21:57:50 +0100 Jaroslav Tulach Yet another improvement to BrwsrCtx.execute
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