[Webkit-unassigned] [Bug 39750] Allow peer frame navigation for file URLs when allowFileAccessFromFileURLs is false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 11:57:53 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #57119|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #2 from Adam Barth <abarth at webkit.org>  2010-05-26 11:57:53 PST ---
(From update of attachment 57119)
WebCore/loader/FrameLoader.cpp:2194
 +          && targetFrame->document()->url().protocolIs("file")) {
We should be getting this information out of the securityOrigin() not out of the document's URL.  Don't we just want to ask if securityOrigin()->isLocal() ?

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