[webkit-reviews] review granted: [Bug 100735] X-Frame-Options console message should be associated with a request. : [Attachment 171407] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 30 04:23:09 PDT 2012


Pavel Feldman <pfeldman at chromium.org> has granted Mike West
<mkwst at chromium.org>'s request for review:
Bug 100735: X-Frame-Options console message should be associated with a
request.
https://bugs.webkit.org/show_bug.cgi?id=100735

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=171407&action=review


> Source/WebCore/dom/Document.cpp:2962
> +		   String message = "Refused to display '" + url().string() +
"' in a frame because it set 'X-Frame-Options' to '" + content + "'.";

Do you intend to localize these?


More information about the webkit-reviews mailing list