[Webkit-unassigned] [Bug 93971] [V8] Refactor away IsolatedWorld

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 23:14:38 PDT 2012


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





--- Comment #25 from Kentaro Hara <haraken at chromium.org>  2012-08-23 23:14:36 PST ---
(In reply to comment #21)
> (In reply to comment #16)
> > (In reply to comment #15)
> > > I have some follow up patches, but they just rename the constructors to createIsolatedWorld and createMainWorld.  I wasn't planning to rename back to IsolatedWorld as we are trying to match the JSC api a little more.
> > 
> > It looks like that JSC binding is sometimes using "IsolatedWorld" and "DOMWrapperWorld" interchangeably. What is the difference between IsolatedWorld and DOMWrapperWorld conceptually?
> 
> No difference.  That's why I'm removing the distinction.  The main world is the one the user sees in the inspector, but it's ultimately just an isolated world, too.

Then you might want to rename DOMWrapperWorld to IsolatedWorld in a follow-up patch (in both JSC and V8). Having two names for one concept would be confusing.

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