[Webkit-unassigned] [Bug 70289] Add JSC support for delivering mutations when the outermost script context exits

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 17:28:29 PST 2011


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





--- Comment #2 from Sam Weinig <sam at webkit.org>  2011-11-07 17:28:28 PST ---
Created an attachment (id=113965)
 --> (https://bugs.webkit.org/attachment.cgi?id=113965&action=review)
Patch in progress.

This patch removes more main thread direct calls to JSC::call.  The remaining uses are:

- JavaJSObject::call()
- _NPN_InvokeDefault
- _NPN_Invoke
Plugins and Java, not sure if these should delineate micro tasks.

- JSInjectedScriptHost::evaluate()
- InjectedScriptManager::createInjectedScript()
Inspector, not sure if these should delineate micro tasks.

- ScriptCallback::call()
This one we should fix by just removing the class an implementing MediaQuery callbacks more idiomatically.

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