[webkit-reviews] review granted: [Bug 75838] Re-wire same-origin security checks through ScriptExecutionContext rather than DOMWindow : [Attachment 121635] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 11:10:37 PST 2012


Eric Seidel <eric at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 75838: Re-wire same-origin security checks through ScriptExecutionContext
rather than DOMWindow
https://bugs.webkit.org/show_bug.cgi?id=75838

Attachment 121635: Patch
https://bugs.webkit.org/attachment.cgi?id=121635&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=121635&action=review


> Source/WebCore/bindings/js/JSDOMBinding.cpp:231
> +bool shouldAllowAccessToContext(JSC::ExecState* exec,
ScriptExecutionContext* targetContext)

What to put FIXME: remove this, next to the dom window equivalants?


More information about the webkit-reviews mailing list