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

Unified Diff: trunk/Source/core/loader/cache/CachedResourceLoader.cpp

Issue 14793022: Revert 150055 "Consider "mixed content XHR" as mixed script inst..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/Source/core/loader/DocumentThreadableLoader.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/loader/cache/CachedResourceLoader.cpp
===================================================================
--- trunk/Source/core/loader/cache/CachedResourceLoader.cpp (revision 150372)
+++ trunk/Source/core/loader/cache/CachedResourceLoader.cpp (working copy)
@@ -233,7 +233,6 @@
case CachedResource::SVGDocumentResource:
#endif
case CachedResource::CSSStyleSheet:
- case CachedResource::RawResource:
// These resource can inject script into the current document (Script,
// XSL) or exfiltrate the content of the current document (CSS).
if (Frame* f = frame())
@@ -242,6 +241,7 @@
break;
case CachedResource::TextTrackResource:
case CachedResource::ShaderResource:
+ case CachedResource::RawResource:
case CachedResource::ImageResource:
case CachedResource::FontResource: {
// These resources can corrupt only the frame's pixels.
« no previous file with comments | « trunk/Source/core/loader/DocumentThreadableLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698