[Webkit-unassigned] [Bug 61540] New: Support setIsolatedWorldSecurityOrigin in JSC ScriptController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 09:50:56 PDT 2011


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

           Summary: Support setIsolatedWorldSecurityOrigin in JSC
                    ScriptController
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mihaip at chromium.org
                CC: abarth at webkit.org


In order to allow cross-origin XMLHttpRequests in user scripts in Chrome's extension system, bug 59843 added the ability to associated a SecurityOrigin with an isolated world (user scripts evaluate in an isolated world). This is currently only supported in the V8 ScriptController implementation.

A related change that is necessary is to modify the JSC XMLHttpRequest constructor wrapper to get this SecurityOrigin and associated it with the C++ instance.

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