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

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

Issue 2626243002: Add some <base> metrics to guide experimentation. (Closed)
Patch Set: One more. Created 3 years, 11 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
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 20f52968d4f9e7dd959b1ccc268e1b82b5748d86..e0b1604ab57bb40ce53a21765bc02601b89a2647 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1425,6 +1425,12 @@ class CORE_EXPORT UseCounter {
HTMLIFrameElementReferrerPolicyAttribute = 1755,
HTMLImageElementReferrerPolicyAttribute = 1756,
HTMLLinkElementReferrerPolicyAttribute = 1757,
+ BaseElement = 1758,
+ BaseWithCrossOriginHref = 1759,
+ BaseWithDataHref = 1760,
+ BaseWithNewlinesInTarget = 1761,
+ BaseWithOpenBracketInTarget = 1762,
+ BaseWouldBeBlockedByDefaultSrc = 1763,
// 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/Document.cpp ('k') | third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698