Bug 94875 - [V8] IsolatedWorld should have WindowShell
Summary: [V8] IsolatedWorld should have WindowShell
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 17:05 PDT by Kentaro Hara
Modified: 2014-12-16 00:47 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-08-23 17:05:41 PDT
Currently only the main world has WindowShell. We should implement WindowShell for all IsolatedWorlds.
Comment 1 Dan Carney 2012-08-23 23:17:45 PDT
(In reply to comment #0)
> Currently only the main world has WindowShell. We should implement WindowShell for all IsolatedWorlds.

This is not correct.  All worlds can have many window shells.  See https://bugs.webkit.org/show_bug.cgi?id=93646.  I've got a new patch coming out shortly to solve this.
Comment 2 Brian Burg 2014-12-16 00:47:48 PST
Closing some V8-related work items.