[Webkit-unassigned] [Bug 26366] New: Teach V8 bindings about isolated worlds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 21:21:35 PDT 2009


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

           Summary: Teach V8 bindings about isolated worlds
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org


To make chromium extensions more secure, they want to run extension user
scripts in their own "isolated world" with their own DOM wrappers.  This patch
teaches V8DOMMap how to keep separate DOM wrappers for different worlds. 
(There is a downstream patch that actually hooks this into the extension
system.)

Patch forthcoming.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list