[Webkit-unassigned] [Bug 106732] [JSC] IndexedDB: Deactivate new transactions when exiting worker script context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 17:29:44 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106732


Adam Klein <adamk at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adamk at chromium.org




--- Comment #6 from Adam Klein <adamk at chromium.org>  2013-03-07 17:32:07 PST ---
(In reply to comment #4)
> > "the flag be set to false when control returns to the event loop"
> 
> I think you've missed a lot of cases. JSLockHolder is the object we use to indicate entry to the JS engine, and there are 218 instances of it in the WebKit project.
> 
> Is there a simpler bottleneck for catching returns to the runloop? Hooking into shared timer might get you most of the way there.

FWIW, if you do find a way to hook a return to the run loop, that would also provide a fix for bug 78290.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list