[Webkit-unassigned] [Bug 99582] Bind isolatedWorldSecurityOrigin to world

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 09:00:26 PDT 2012


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #169153|review?                     |review+
               Flag|                            |




--- Comment #2 from Adam Barth <abarth at webkit.org>  2012-10-17 09:01:18 PST ---
(From update of attachment 169153)
View in context: https://bugs.webkit.org/attachment.cgi?id=169153&action=review

This has the effect of making the security origin for isolated worlds global rather than per-frame.  That seems like what the embedder would want.

I presume the next step is to store this information in DOMWrapperWorld directly rather than using a hash map.

> LayoutTests/http/tests/security/isolatedWorld/cross-origin-xhr.html:51
> +        				testRunner.setIsolatedWorldSecurityOrigin(1, null);
> +				        testRunner.setIsolatedWorldSecurityOrigin(2, null);

Looks like you've got a bad indent here.  Please use spaces rather than tabs.

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