Commit 17441b2
committed
Remove XSS Auditor: Part 2 (Remove engine support)
https://bugs.webkit.org/show_bug.cgi?id=230499
<rdar://problem/83318883>
Reviewed by Yusuke Suzuki.
This patch removes the implementation of the XSS Auditor from the engine, but leave the API in place so that
client software doesn't see any change in interface.
Source/WebCore:
* Sources.txt:
* WebCore.xcodeproj/project.pbxproj:
* html/parser/HTMLDocumentParser.cpp:
(WebCore::HTMLDocumentParser::HTMLDocumentParser):
(WebCore::HTMLDocumentParser::pumpTokenizerLoop):
(WebCore::HTMLDocumentParser::pumpTokenizer):
* html/parser/HTMLDocumentParser.h:
* html/parser/HTMLToken.h:
(WebCore::HTMLToken::attributes const):
(WebCore::HTMLToken::eraseValueOfAttribute): Deleted.
* html/parser/XSSAuditor.cpp: Removed.
* html/parser/XSSAuditor.h: Removed.
* html/parser/XSSAuditorDelegate.cpp: Removed.
* html/parser/XSSAuditorDelegate.h: Removed.
* loader/PingLoader.cpp:
(WebCore::PingLoader::sendViolationReport):
* loader/PingLoader.h:
LayoutTests:
* fast/frames/xss-auditor-handles-file-urls-expected.txt: Removed.
* fast/frames/xss-auditor-handles-file-urls.html: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location.html: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt: Removed.
* http/tests/security/xssAuditor/anchor-url-dom-write-location2.html: Removed.
* http/tests/security/xssAuditor/base-href-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-control-char.html: Removed.
* http/tests/security/xssAuditor/base-href-direct-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-direct.html: Removed.
* http/tests/security/xssAuditor/base-href-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-null-char.html: Removed.
* http/tests/security/xssAuditor/base-href-safe-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-safe.html: Removed.
* http/tests/security/xssAuditor/base-href-safe2-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-safe2.html: Removed.
* http/tests/security/xssAuditor/base-href-safe3-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-safe3.html: Removed.
* http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt: Removed.
* http/tests/security/xssAuditor/base-href-scheme-relative.html: Removed.
* http/tests/security/xssAuditor/base-href.html: Removed.
* http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt: Removed.
* http/tests/security/xssAuditor/block-does-not-leak-location.html: Removed.
* http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt: Removed.
* http/tests/security/xssAuditor/block-does-not-leak-referrer.html: Removed.
* http/tests/security/xssAuditor/block-does-not-leak-that-page-was-blocked-using-empty-data-url-expected.txt: Removed.
* http/tests/security/xssAuditor/block-does-not-leak-that-page-was-blocked-using-empty-data-url.html: Removed.
* http/tests/security/xssAuditor/cached-frame-expected.txt: Removed.
* http/tests/security/xssAuditor/cached-frame.html: Removed.
* http/tests/security/xssAuditor/cookie-injection-expected.txt: Removed.
* http/tests/security/xssAuditor/cookie-injection.html: Removed.
* http/tests/security/xssAuditor/crash-while-loading-tag-with-pause-expected.txt: Removed.
* http/tests/security/xssAuditor/crash-while-loading-tag-with-pause.html: Removed.
* http/tests/security/xssAuditor/data-urls-work-expected.txt: Removed.
* http/tests/security/xssAuditor/data-urls-work.html: Removed.
* http/tests/security/xssAuditor/dom-write-URL-expected.txt: Removed.
* http/tests/security/xssAuditor/dom-write-URL.html: Removed.
* http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt: Removed.
* http/tests/security/xssAuditor/dom-write-innerHTML.html: Removed.
* http/tests/security/xssAuditor/dom-write-location-dom-write-open-img-onerror-expected.txt: Removed.
* http/tests/security/xssAuditor/dom-write-location-dom-write-open-img-onerror.html: Removed.
* http/tests/security/xssAuditor/dom-write-location-expected.txt: Removed.
* http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt: Removed.
* http/tests/security/xssAuditor/dom-write-location-inline-event.html: Removed.
* http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt: Removed.
* http/tests/security/xssAuditor/dom-write-location-javascript-URL.html: Removed.
* http/tests/security/xssAuditor/dom-write-location-open-img-onerror-expected.txt: Removed.
* http/tests/security/xssAuditor/dom-write-location-open-img-onerror.html: Removed.
* http/tests/security/xssAuditor/dom-write-location.html: Removed.
* http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt: Removed.
* http/tests/security/xssAuditor/embed-tag-code-attribute-2.html: Removed.
* http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt: Removed.
* http/tests/security/xssAuditor/embed-tag-code-attribute.html: Removed.
* http/tests/security/xssAuditor/embed-tag-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/embed-tag-control-char.html: Removed.
* http/tests/security/xssAuditor/embed-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/embed-tag-in-path-unterminated-expected.txt: Removed.
* http/tests/security/xssAuditor/embed-tag-in-path-unterminated.html: Removed.
* http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt: Removed.
* http/tests/security/xssAuditor/embed-tag-javascript-url.html: Removed.
* http/tests/security/xssAuditor/embed-tag-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/embed-tag-null-char.html: Removed.
* http/tests/security/xssAuditor/embed-tag.html: Removed.
* http/tests/security/xssAuditor/faux-script1-expected.txt: Removed.
* http/tests/security/xssAuditor/faux-script1.html: Removed.
* http/tests/security/xssAuditor/faux-script2-expected.txt: Removed.
* http/tests/security/xssAuditor/faux-script2.html: Removed.
* http/tests/security/xssAuditor/faux-script3-expected.txt: Removed.
* http/tests/security/xssAuditor/faux-script3.html: Removed.
* http/tests/security/xssAuditor/form-action-expected.txt: Removed.
* http/tests/security/xssAuditor/form-action.html: Removed.
* http/tests/security/xssAuditor/formaction-on-button-expected.txt: Removed.
* http/tests/security/xssAuditor/formaction-on-button.html: Removed.
* http/tests/security/xssAuditor/formaction-on-input-expected.txt: Removed.
* http/tests/security/xssAuditor/formaction-on-input.html: Removed.
* http/tests/security/xssAuditor/frameset-injection-expected.txt: Removed.
* http/tests/security/xssAuditor/frameset-injection.html: Removed.
* http/tests/security/xssAuditor/full-block-base-href-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-base-href.html: Removed.
* http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-get-from-iframe.html: Removed.
* http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-iframe-javascript-url.html: Removed.
* http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-iframe-no-inherit.py: Removed.
* http/tests/security/xssAuditor/full-block-javascript-link-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-javascript-link.html: Removed.
* http/tests/security/xssAuditor/full-block-link-onclick-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-link-onclick.html: Removed.
* http/tests/security/xssAuditor/full-block-object-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-object-tag.html: Removed.
* http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-post-from-iframe.html: Removed.
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html: Removed.
* http/tests/security/xssAuditor/full-block-script-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt: Removed.
* http/tests/security/xssAuditor/full-block-script-tag-with-source.html: Removed.
* http/tests/security/xssAuditor/full-block-script-tag.html: Removed.
* http/tests/security/xssAuditor/get-from-iframe-expected.txt: Removed.
* http/tests/security/xssAuditor/get-from-iframe.html: Removed.
* http/tests/security/xssAuditor/iframe-injection-allowed-2-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-injection-allowed-2.html: Removed.
* http/tests/security/xssAuditor/iframe-injection-allowed-3-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-injection-allowed-3.html: Removed.
* http/tests/security/xssAuditor/iframe-injection-allowed-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-injection-allowed.html: Removed.
* http/tests/security/xssAuditor/iframe-injection-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-injection.html: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-more-encoding.html: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url-url-encoded.html: Removed.
* http/tests/security/xssAuditor/iframe-javascript-url.html: Removed.
* http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-onload-GBK-char.html: Removed.
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-onload-in-svg-tag.html: Removed.
* http/tests/security/xssAuditor/iframe-srcdoc-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-srcdoc-property-blocked-expected.txt: Removed.
* http/tests/security/xssAuditor/iframe-srcdoc-property-blocked.html: Removed.
* http/tests/security/xssAuditor/iframe-srcdoc.html: Removed.
* http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt: Removed.
* http/tests/security/xssAuditor/img-onerror-GBK-char.html: Removed.
* http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt: Removed.
* http/tests/security/xssAuditor/img-onerror-accented-char.html: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding.html: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char.html: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding.html: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt: Removed.
* http/tests/security/xssAuditor/img-onerror-non-ASCII-char2.html: Removed.
* http/tests/security/xssAuditor/img-onerror-tricky-expected.txt: Removed.
* http/tests/security/xssAuditor/img-onerror-tricky.html: Removed.
* http/tests/security/xssAuditor/img-tag-with-comma-expected.txt: Removed.
* http/tests/security/xssAuditor/img-tag-with-comma.html: Removed.
* http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt: Removed.
* http/tests/security/xssAuditor/inline-event-HTML-entities.html: Removed.
* http/tests/security/xssAuditor/intercept/.htaccess: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char.html: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities-named.html: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char.html: Removed.
* http/tests/security/xssAuditor/javascript-link-HTML-entities.html: Removed.
* http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-ampersand.html: Removed.
* http/tests/security/xssAuditor/javascript-link-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-control-char.html: Removed.
* http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-control-char2.html: Removed.
* http/tests/security/xssAuditor/javascript-link-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-null-char.html: Removed.
* http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-one-plus-one.html: Removed.
* http/tests/security/xssAuditor/javascript-link-safe-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-safe.html: Removed.
* http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt: Removed.
* http/tests/security/xssAuditor/javascript-link-url-encoded.html: Removed.
* http/tests/security/xssAuditor/javascript-link.html: Removed.
* http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt: Removed.
* http/tests/security/xssAuditor/link-onclick-ampersand.html: Removed.
* http/tests/security/xssAuditor/link-onclick-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/link-onclick-control-char.html: Removed.
* http/tests/security/xssAuditor/link-onclick-entities-expected.txt: Removed.
* http/tests/security/xssAuditor/link-onclick-entities.html: Removed.
* http/tests/security/xssAuditor/link-onclick-expected.txt: Removed.
* http/tests/security/xssAuditor/link-onclick-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/link-onclick-null-char.html: Removed.
* http/tests/security/xssAuditor/link-onclick.html: Removed.
* http/tests/security/xssAuditor/link-opens-new-window-expected.txt: Removed.
* http/tests/security/xssAuditor/link-opens-new-window.html: Removed.
* http/tests/security/xssAuditor/malformed-HTML-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-HTML.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: Removed.
* http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: Removed.
* http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt: Removed.
* http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html: Removed.
* http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-ignored-expected.txt: Removed.
* http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-ignored.html: Removed.
* http/tests/security/xssAuditor/nested-dom-write-location-open-img-onerror-expected.txt: Removed.
* http/tests/security/xssAuditor/nested-dom-write-location-open-img-onerror.html: Removed.
* http/tests/security/xssAuditor/no-protection-script-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/no-protection-script-tag.html: Removed.
* http/tests/security/xssAuditor/non-block-javascript-url-frame-expected.txt: Removed.
* http/tests/security/xssAuditor/non-block-javascript-url-frame.html: Removed.
* http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/object-embed-tag-control-char.html: Removed.
* http/tests/security/xssAuditor/object-embed-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/object-embed-tag-null-char.html: Removed.
* http/tests/security/xssAuditor/object-embed-tag.html: Removed.
* http/tests/security/xssAuditor/object-src-inject-expected.txt: Removed.
* http/tests/security/xssAuditor/object-src-inject.html: Removed.
* http/tests/security/xssAuditor/object-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt: Removed.
* http/tests/security/xssAuditor/object-tag-javascript-url.html: Removed.
* http/tests/security/xssAuditor/object-tag.html: Removed.
* http/tests/security/xssAuditor/open-attribute-body-expected.txt: Removed.
* http/tests/security/xssAuditor/open-attribute-body.html: Removed.
* http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt: Removed.
* http/tests/security/xssAuditor/open-event-handler-iframe.html: Removed.
* http/tests/security/xssAuditor/open-iframe-src-01-expected.txt: Removed.
* http/tests/security/xssAuditor/open-iframe-src-01.html: Removed.
* http/tests/security/xssAuditor/open-iframe-src-02-expected.txt: Removed.
* http/tests/security/xssAuditor/open-iframe-src-02.html: Removed.
* http/tests/security/xssAuditor/open-iframe-src-03-expected.txt: Removed.
* http/tests/security/xssAuditor/open-iframe-src-03.html: Removed.
* http/tests/security/xssAuditor/open-script-src-01-expected.txt: Removed.
* http/tests/security/xssAuditor/open-script-src-01.html: Removed.
* http/tests/security/xssAuditor/open-script-src-02-expected.txt: Removed.
* http/tests/security/xssAuditor/open-script-src-02.html: Removed.
* http/tests/security/xssAuditor/open-script-src-03-expected.txt: Removed.
* http/tests/security/xssAuditor/open-script-src-03.html: Removed.
* http/tests/security/xssAuditor/open-script-src-04-expected.txt: Removed.
* http/tests/security/xssAuditor/open-script-src-04.html: Removed.
* http/tests/security/xssAuditor/post-from-iframe-expected.txt: Removed.
* http/tests/security/xssAuditor/post-from-iframe.html: Removed.
* http/tests/security/xssAuditor/property-escape-comment-01-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-comment-01.html: Removed.
* http/tests/security/xssAuditor/property-escape-comment-02-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-comment-02.html: Removed.
* http/tests/security/xssAuditor/property-escape-comment-03-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-comment-03.html: Removed.
* http/tests/security/xssAuditor/property-escape-entity-01-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-entity-01.html: Removed.
* http/tests/security/xssAuditor/property-escape-entity-02-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-entity-02.html: Removed.
* http/tests/security/xssAuditor/property-escape-entity-03-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-entity-03.html: Removed.
* http/tests/security/xssAuditor/property-escape-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-long-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-long.html: Removed.
* http/tests/security/xssAuditor/property-escape-noquotes-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars.html: Removed.
* http/tests/security/xssAuditor/property-escape-noquotes.html: Removed.
* http/tests/security/xssAuditor/property-escape-quote-01-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-quote-01.html: Removed.
* http/tests/security/xssAuditor/property-escape-quote-02-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-quote-02.html: Removed.
* http/tests/security/xssAuditor/property-escape-quote-03-expected.txt: Removed.
* http/tests/security/xssAuditor/property-escape-quote-03.html: Removed.
* http/tests/security/xssAuditor/property-escape.html: Removed.
* http/tests/security/xssAuditor/property-inject-expected.txt: Removed.
* http/tests/security/xssAuditor/property-inject.html: Removed.
* http/tests/security/xssAuditor/reflection-in-path-expected.txt: Removed.
* http/tests/security/xssAuditor/reflection-in-path.html: Removed.
* http/tests/security/xssAuditor/regress-167121-expected.txt: Removed.
* http/tests/security/xssAuditor/regress-167121.html: Removed.
* http/tests/security/xssAuditor/report-script-tag-and-do-not-follow-redirect-when-sending-report-expected.txt: Removed.
* http/tests/security/xssAuditor/report-script-tag-and-do-not-follow-redirect-when-sending-report.html: Removed.
* http/tests/security/xssAuditor/report-script-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/report-script-tag-full-block-and-do-not-follow-redirect-when-sending-report-expected.txt: Removed.
* http/tests/security/xssAuditor/report-script-tag-full-block-and-do-not-follow-redirect-when-sending-report.html: Removed.
* http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: Removed.
* http/tests/security/xssAuditor/report-script-tag-full-block.html: Removed.
* http/tests/security/xssAuditor/report-script-tag-replace-state-expected.txt: Removed.
* http/tests/security/xssAuditor/report-script-tag-replace-state.html: Removed.
* http/tests/security/xssAuditor/report-script-tag.html: Removed.
* http/tests/security/xssAuditor/resources/anchor-url-dom-write-location-click.html: Removed.
* http/tests/security/xssAuditor/resources/base-href/base-href-safe2.html: Removed.
* http/tests/security/xssAuditor/resources/base-href/base-href-safe3.html: Removed.
* http/tests/security/xssAuditor/resources/base-href/really-safe-script.js: Removed.
* http/tests/security/xssAuditor/resources/base-href/safe-script.js: Removed.
* http/tests/security/xssAuditor/resources/echo-dom-write-URL.html: Removed.
* http/tests/security/xssAuditor/resources/echo-dom-write-innerHTML.html: Removed.
* http/tests/security/xssAuditor/resources/echo-dom-write-location.html: Removed.
* http/tests/security/xssAuditor/resources/echo-dom-write-unescaped-location.html: Removed.
* http/tests/security/xssAuditor/resources/echo-form-action.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-frame-src.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-head-base-href-direct.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-head-base-href.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-head.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-inner-tag.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-inspan.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-intertag-addslashes.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-intertag-click-and-notify.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-intertag-decode-16bit-unicode.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-intertag-default-encode.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-intertag.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-nested-dom-write-location.html: Removed.
* http/tests/security/xssAuditor/resources/echo-object-src.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-property-noquotes.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-property.pl: Removed.
* http/tests/security/xssAuditor/resources/echo-script-src.pl: Removed.
* http/tests/security/xssAuditor/resources/javascript-link-safe.html: Removed.
* http/tests/security/xssAuditor/resources/nph-cached.pl: Removed.
* http/tests/security/xssAuditor/resources/safe-script-noquotes.js: Removed.
* http/tests/security/xssAuditor/resources/safe-script.js: Removed.
* http/tests/security/xssAuditor/resources/script-tag-safe2.html: Removed.
* http/tests/security/xssAuditor/resources/script-tag-safe3.html: Removed.
* http/tests/security/xssAuditor/resources/script-tag-safe4-frame.html: Removed.
* http/tests/security/xssAuditor/resources/tag-with-pause.py: Removed.
* http/tests/security/xssAuditor/resources/utilities.js: Removed.
* http/tests/security/xssAuditor/resources/xss-filter-bypass-long-string-reply.html: Removed.
* http/tests/security/xssAuditor/resources/xss.js: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode.html: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode.html: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-Big5-char2.html: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-backslash.html: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-double-quote.html: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-null-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-addslashes-single-quote.html: Removed.
* http/tests/security/xssAuditor/script-tag-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-control-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-convoluted-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-convoluted.html: Removed.
* http/tests/security/xssAuditor/script-tag-entities-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-entities.html: Removed.
* http/tests/security/xssAuditor/script-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-expression-follows-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-expression-follows.html: Removed.
* http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-inside-svg-tag.html: Removed.
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-inside-svg-tag2.html: Removed.
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-inside-svg-tag3.html: Removed.
* http/tests/security/xssAuditor/script-tag-near-start-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-near-start.html: Removed.
* http/tests/security/xssAuditor/script-tag-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-null-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-open-redirect.html: Removed.
* http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-post-control-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-post-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-post-null-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-post.html: Removed.
* http/tests/security/xssAuditor/script-tag-redirect-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-redirect.html: Removed.
* http/tests/security/xssAuditor/script-tag-safe-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-safe.html: Removed.
* http/tests/security/xssAuditor/script-tag-safe2-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-safe2.html: Removed.
* http/tests/security/xssAuditor/script-tag-safe3-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-safe3.html: Removed.
* http/tests/security/xssAuditor/script-tag-safe4-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-safe4.html: Removed.
* http/tests/security/xssAuditor/script-tag-src-redirect-safe-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-src-redirect-safe.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode2.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode3.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-16bit-unicode5.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-actual-comma.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-callbacks.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-comma-01.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-comma-02.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-injected-comment-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-injected-comment.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-control-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url2.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url3.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url4-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url4.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url5-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-data-url5.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-double-quote.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-entities.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-no-quote.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-null-char.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-relative-scheme.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-same-host-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-same-host.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-source.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment2.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment3.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-script-and-urlencode-expected.txt: Removed.
* http/tests/security/xssAuditor/script-tag-with-trailing-script-and-urlencode.html: Removed.
* http/tests/security/xssAuditor/script-tag.html: Removed.
* http/tests/security/xssAuditor/svg-animate-expected.txt: Removed.
* http/tests/security/xssAuditor/svg-animate.html: Removed.
* http/tests/security/xssAuditor/svg-script-tag-expected.txt: Removed.
* http/tests/security/xssAuditor/svg-script-tag.html: Removed.
* http/tests/security/xssAuditor/window-open-without-url-should-not-assert-expected.txt: Removed.
* http/tests/security/xssAuditor/window-open-without-url-should-not-assert.html: Removed.
* http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt: Removed.
* http/tests/security/xssAuditor/xss-filter-bypass-big5.html: Removed.
* http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt: Removed.
* http/tests/security/xssAuditor/xss-filter-bypass-long-string.html: Removed.
* http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt: Removed.
* http/tests/security/xssAuditor/xss-filter-bypass-sjis.html: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-01.html: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-02.html: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-03.html: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: Removed.
* http/tests/security/xssAuditor/xss-protection-parsing-04.html: Removed.
* platform/gtk/TestExpectations:
* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-wk1/TestExpectations:
* platform/win/TestExpectations:
Canonical link: https://commits.webkit.org/241978@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@282847 268f45cc-cd09-0410-ab3c-d52691b4dbfc1 parent f59941c commit 17441b2
503 files changed
Lines changed: 537 additions & 6325 deletions
File tree
- LayoutTests
- fast/frames
- http/tests/security/xssAuditor
- intercept
- resources
- base-href
- platform
- gtk
- ios-simulator-wk2
- ios-wk1
- win
- Source/WebCore
- WebCore.xcodeproj
- html/parser
- loader
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
This file was deleted.
LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt
Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 0 additions & 15 deletions
This file was deleted.
0 commit comments