Side by Side Diff: LayoutTests/http/tests/htmlimports/resources/external-script.js
Issue 183883004 :
Let ContentSecurityPolicy shared between imports and the master. (Closed)
Patch Set: Adding guardRef()/guardDeref()
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
LayoutTests/http/tests/htmlimports/csp-import-block-but-domain.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-domain-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-domain-nested.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-domain-nested-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-nonce.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-nonce-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-nonce-nested.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-nonce-nested-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-self.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-self-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-self-nested.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-self-nested-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval-nested.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-and-eval-nested-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-expected.txt
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-nested.html
LayoutTests/http/tests/htmlimports/csp-import-block-but-unsafe-inline-nested-expected.txt
LayoutTests/http/tests/htmlimports/csp-in-imports.html
LayoutTests/http/tests/htmlimports/csp-not-block-import-in-import.html
LayoutTests/http/tests/htmlimports/csp-not-block-import-in-import-expected.txt
LayoutTests/http/tests/htmlimports/resources/child-having-domain-policy.cgi
LayoutTests/http/tests/htmlimports/resources/child-having-nonce-policy.cgi
LayoutTests/http/tests/htmlimports/resources/csp-import-block-but-domain.js
LayoutTests/http/tests/htmlimports/resources/csp-import-block-but-self.js
LayoutTests/http/tests/htmlimports/resources/external-script.js
LayoutTests/http/tests/htmlimports/resources/having-domain-policy.cgi
LayoutTests/http/tests/htmlimports/resources/having-domain-policy.html
LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.cgi
LayoutTests/http/tests/htmlimports/resources/having-nonce-policy.html
LayoutTests/http/tests/htmlimports/resources/having-self-policy.html
LayoutTests/http/tests/htmlimports/resources/having-unsafe-inline-policy.html
Source/core/dom/Document.cpp
Source/core/dom/SecurityContext.h
Source/core/dom/SecurityContext.cpp
Source/core/frame/ContentSecurityPolicy.h
Source/core/html/imports/HTMLImportChild.h
Source/core/html/imports/HTMLImportChild.cpp
Source/core/html/imports/HTMLImportLoader.cpp
Source/core/html/imports/HTMLImportsController.cpp