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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1413193010: Add counters for various ways of loading scripts with bad mimetypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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 | « third_party/WebKit/Source/core/dom/ScriptLoader.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index a638701429ac1ff8e1556f7eed5a08fc8bae0652..09d551fa25551180c457d8d629abc7365908bc32 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -920,6 +920,12 @@ public:
CSSSelectorInternalMediaControlsCastButton = 1063,
CSSSelectorInternalMediaControlsOverlayCastButton = 1064,
CSSSelectorInternalPseudoSpatialNavigationFocus = 1065,
+ SameOriginTextScript = 1066,
+ SameOriginApplicationScript = 1067,
+ SameOriginOtherScript = 1068,
+ CrossOriginTextScript = 1069,
+ CrossOriginApplicationScript = 1070,
+ CrossOriginOtherScript = 1071,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « third_party/WebKit/Source/core/dom/ScriptLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698