|
CSP 1.1: Revert CSSOM changes.
In r166627 and r166494, we changed CSP 1.1 to block certain CSSOM
operations if 'unsafe-eval' isn't present in a 'style-src' directive.
This seems to be incompatible with the web; it broke every site using
jQuery, GitHub, etc.
It's not clear that we can (or want to) persue this change; reverting
it for now while we chat about it again in the WG.
BUG= 336413, 343970
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167321
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+25 lines, -378 lines) |
Patch |
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csskeyframesrule-insertrule-allowed.html
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csskeyframesrule-insertrule-allowed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csskeyframesrule-insertrule-blocked.html
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csskeyframesrule-insertrule-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssmediarule-insertrule-allowed.html
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssmediarule-insertrule-allowed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssmediarule-insertrule-blocked.html
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssmediarule-insertrule-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-allowed.html
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-allowed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-blocked.html
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstyledeclaration-csstext-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-allowed.html
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-allowed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-blocked.html
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/cssstylesheet-insertrule-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csssupportsrule-insertrule-allowed.html
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csssupportsrule-insertrule-allowed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csssupportsrule-insertrule-blocked.html
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
LayoutTests/http/tests/security/contentSecurityPolicy/1.1/cssom/csssupportsrule-insertrule-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/V8Initializer.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/V8WindowShell.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8WindowCustom.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/CSSGroupingRule.cpp
|
View
|
|
2 chunks |
+1 line, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSKeyframesRule.h
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSKeyframesRule.cpp
|
View
|
|
2 chunks |
+1 line, -13 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSKeyframesRule.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/CSSStyleSheet.cpp
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
View
|
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/ContentSecurityPolicy.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/ContentSecurityPolicy.cpp
|
View
|
|
15 chunks |
+16 lines, -48 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/UseCounter.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|