[webkit-reviews] review granted: [Bug 42817] Web Inspector: don't grant universal access to inspector front-end page : [Attachment 62286] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 22 05:39:07 PDT 2010
Yury Semikhatsky <yurys at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 42817: Web Inspector: don't grant universal access to inspector front-end
page
https://bugs.webkit.org/show_bug.cgi?id=42817
Attachment 62286: patch
https://bugs.webkit.org/attachment.cgi?id=62286&action=review
------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
WebKit/chromium/src/WebDevToolsFrontendImpl.cpp:
+ SecurityOrigin* origin =
m_webViewImpl->page()->mainFrame()->domWindow()->securityOrigin();
IIRC we needed this to be able to set iframe content. It shouldn't be
necessary with new SourceFrame implementation.
More information about the webkit-reviews
mailing list