[Webkit-unassigned] [Bug 30747] [v8] Do not retrieve proxy when fetching context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 13:49:49 PDT 2009


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





--- Comment #4 from Adam Barth <abarth at webkit.org>  2009-10-24 13:49:48 PDT ---
The correct relationship is as follows:

ScriptExecutionContext == Document == DOMWindow
V8Proxy == ScriptController == Frame

V8Proxy and ScriptController are actually the same thing, just split apart for
no reason.  v8::Context == GlobalObject, which has a many-to-one relationship
with DOMWindows because of IsolatedWorlds.

Not sure if that was helpful.

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