[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 15:14:51 PDT 2009


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





--- Comment #6 from anton muhin <antonm at chromium.org>  2009-10-24 15:14:51 PDT ---
(In reply to comment #4)
> 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.

That was, at least for me.  Adam, Dmitry, maybe we should refactor it?  For
example for me as a new comer, I see that there is a proxy and frame and they
look exactly the way Adam describes, but are separate.  Now I am not sure if
they are always the same or there are some edge cases/cases I amnot aware of
when they are not.

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