Fri, 07 Mar 2014 09:54:16 +0100The Context creating providers commonly need access to BrwsrCtx and its inner classes
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 07 Mar 2014 09:54:16 +0100] rev 583
The Context creating providers commonly need access to BrwsrCtx and its inner classes

Thu, 06 Mar 2014 23:45:57 +0100flush() presenters when their last instance is removed from the stack async
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 06 Mar 2014 23:45:57 +0100] rev 582
flush() presenters when their last instance is removed from the stack

Thu, 06 Mar 2014 21:53:38 +0100Merging recent fixes in default branch async
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 06 Mar 2014 21:53:38 +0100] rev 581
Merging recent fixes in default branch

Thu, 06 Mar 2014 21:51:48 +0100The infrastructure is trying to seek for Contexts.Provider(s), so load them by the same classloader.
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 06 Mar 2014 21:51:48 +0100] rev 580
The infrastructure is trying to seek for Contexts.Provider(s), so load them by the same classloader.

Thu, 06 Mar 2014 16:33:06 +0100Adding static callback into the TCK as some implementations seem to have problem with it
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 06 Mar 2014 16:33:06 +0100] rev 579
Adding static callback into the TCK as some implementations seem to have problem with it

Thu, 06 Mar 2014 15:31:30 +0100Adding static callback into the TCK as some implementations seem to have problem with it async
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Thu, 06 Mar 2014 15:31:30 +0100] rev 578
Adding static callback into the TCK as some implementations seem to have problem with it

Wed, 05 Mar 2014 00:11:49 +0100Bringing up-to-date and adding a TCK test to check behavior of asynchronous callback async
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Wed, 05 Mar 2014 00:11:49 +0100] rev 577
Bringing up-to-date and adding a TCK test to check behavior of asynchronous callback

Tue, 04 Mar 2014 21:57:50 +0100Yet another improvement to BrwsrCtx.execute
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 04 Mar 2014 21:57:50 +0100] rev 576
Yet another improvement to BrwsrCtx.execute

Tue, 04 Mar 2014 17:32:54 +0100Deprecating Technology.runSafe - BrwsrCtx.execute is good enough BrwsrCtxExec
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 04 Mar 2014 17:32:54 +0100] rev 575
Deprecating Technology.runSafe - BrwsrCtx.execute is good enough

Tue, 04 Mar 2014 17:09:22 +0100Letting 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
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 04 Mar 2014 17:09:22 +0100] rev 574
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.