NEW 61540
Support setIsolatedWorldSecurityOrigin in JSC ScriptController
https://bugs.webkit.org/show_bug.cgi?id=61540
Summary Support setIsolatedWorldSecurityOrigin in JSC ScriptController
Mihai Parparita
Reported 2011-05-26 09:50:56 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.