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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 14:24:00 PST 2013


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


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ggaren at apple.com




--- Comment #4 from Geoffrey Garen <ggaren at apple.com>  2013-01-15 14:25:43 PST ---
> "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.

-- 
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