Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Issue 2524013002: XSS Auditor: Block by default. (Closed)

Created:
4 years ago by Mike West
Modified:
4 years ago
Reviewers:
Tom Sepez
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, Eric Willigers, jshin+watch_chromium.org, kinuko+watch, loading-reviews+parser_chromium.org, rjwright, shans, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

XSS Auditor: Block by default. This patch changes the default behavior of the XSS auditor from "filter" to "block". It also fixes a bug exposed by this change: blocking a page in the middle of parsing/processing `document.write()` crashes the renderer due to a null deref. The vast majority of this change is changing layout tests to specify filtering behavior rather than default behavior. Intent to Ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/aZsNygF84JM/86EbD_q0CAAJ BUG=654794 Committed: https://crrev.com/46b2f19290555de613e09226348ae711db179f58 Cr-Commit-Position: refs/heads/master@{#434392}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase+Test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -348 lines) Patch
M third_party/WebKit/LayoutTests/fast/frames/xss-auditor-handles-file-urls-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location2.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/base-href-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/base-href-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/base-href-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/base-href-unterminated-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/cookie-injection-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-URL.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-URL-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-innerHTML.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location-inline-event.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location-javascript-URL.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/embed-tag-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/embed-tag-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/embed-tag-in-path-unterminated-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/embed-tag-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/form-action-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/formaction-on-button-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/formaction-on-input-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/frameset-injection-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/get-from-iframe-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/html5-import-CORS-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/html5-import-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/html5-import-list-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/html5-import-sol-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-injection-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-javascript-url-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-srcdoc-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/iframe-srcdoc-property-blocked-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/img-tag-with-comma-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-safe.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/link-onclick-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/link-onclick-entities-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/link-onclick-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/link-onclick-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/link-opens-new-window-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-HTML-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/object-embed-tag-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/object-tag-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-attribute-body-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-iframe-src-01-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-iframe-src-02-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-iframe-src-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-script-src-01-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-script-src-02-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-script-src-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/open-script-src-04-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/post-from-iframe-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-comment-01-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-comment-02-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-comment-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-entity-01-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-entity-02-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-entity-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-long-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-quote-01-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-quote-02-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/property-escape-quote-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/reflection-in-path-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/anchor-url-dom-write-location-click.html View 1 chunk +0 lines, -23 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/anchor-url-dom-write-location-click.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-URL.html View 1 chunk +0 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-URL.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-innerHTML.html View 1 chunk +0 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-innerHTML.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-location.html View 1 chunk +0 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-location.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-unescaped-location.html View 1 chunk +0 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-dom-write-unescaped-location.php View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-form-action.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-frame-src.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head-base-href.pl View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-head-base-href-direct.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-inner-tag.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-inspan.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag.pl View 3 chunks +7 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag-addslashes.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag-click-and-notify.pl View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag-decode-16bit-unicode.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-intertag-default-encode.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-object-src.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-property-noquotes.pl View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/echo-script-src.pl View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/javascript-link-safe.html View 1 chunk +0 lines, -16 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/javascript-link-safe.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/safe-html.html View 1 chunk +0 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/safe.php.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/script-tag-safe2.html View 1 chunk +0 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/script-tag-safe2.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/script-tag-safe3.html View 1 chunk +0 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/script-tag-safe3.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/script-tag-safe4-frame.html View 1 chunk +0 lines, -9 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/script-tag-safe4-frame.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/static-script.html View 1 chunk +0 lines, -9 lines 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/static-script.php View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/tag-with-pause.php View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss.html View 1 chunk +0 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss.php View 1 chunk +3 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss-filter-bypass-long-string-reply.html View Binary file 0 comments Download
A + third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/resources/xss-filter-bypass-long-string-reply.php View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-convoluted-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-entities-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-expression-follows-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-near-start-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-post-redirect.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-redirect-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-replaced-with-questionmark-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-safe2.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-safe3.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-safe4.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-comment-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-template-string-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url4-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url5-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-trailing-script-and-urlencode-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-clutter-2-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-clutter-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-href-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-script-tag-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-script-tag-href-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp View 1 chunk +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/XSSAuditor.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (18 generated)
Mike West
Hi Tom. Sorry in advance, this is a big mess of changes to layout tests. ...
4 years ago (2016-11-23 15:32:24 UTC) #4
Mike West
https://codereview.chromium.org/2524013002/diff/1/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt File third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt (right): https://codereview.chromium.org/2524013002/diff/1/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt#newcode1 third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:1: CONSOLE ERROR: line 6: The XSS Auditor refused to ...
4 years ago (2016-11-23 15:35:42 UTC) #5
Tom Sepez
BUG= appears to be an unrelated issue.
4 years ago (2016-11-23 16:31:29 UTC) #6
Tom Sepez
On 2016/11/23 16:31:29, Tom Sepez wrote: > BUG= appears to be an unrelated issue. Also, ...
4 years ago (2016-11-23 16:36:52 UTC) #7
Tom Sepez
Otherwise, looks good. I only spot-checked the expectations files. https://codereview.chromium.org/2524013002/diff/1/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt File third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt (right): https://codereview.chromium.org/2524013002/diff/1/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt#newcode1 third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:1: ...
4 years ago (2016-11-23 16:39:59 UTC) #8
Mike West
On 2016/11/23 at 16:36:52, tsepez wrote: > On 2016/11/23 16:31:29, Tom Sepez wrote: > > ...
4 years ago (2016-11-23 19:04:53 UTC) #12
Tom Sepez
On 2016/11/23 19:04:53, Mike West (slow) wrote: > On 2016/11/23 at 16:36:52, tsepez wrote: > ...
4 years ago (2016-11-23 19:13:27 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2524013002/20001
4 years ago (2016-11-24 09:49:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2524013002/20001
4 years ago (2016-11-24 19:12:01 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/279491)
4 years ago (2016-11-24 19:48:06 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2524013002/20001
4 years ago (2016-11-24 21:02:50 UTC) #27
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-11-24 21:49:12 UTC) #29
commit-bot: I haz the power
4 years ago (2016-11-24 21:51:26 UTC) #31
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/46b2f19290555de613e09226348ae711db179f58
Cr-Commit-Position: refs/heads/master@{#434392}

Powered by Google App Engine
This is Rietveld 408576698