Chromium Code Reviews

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

Issue 1578143002: Thread up UseCounters for a few new metrics from V8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (and propagate extra counters to histograms.xml) Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 1462e20100b3bee8796acb5233abd39c40e50387..44d36637432bb037da83c38b707d7f727286b129 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -987,6 +987,13 @@ public:
ContentEditableTrue = 1130,
ContentEditableTrueOnHTML = 1131,
ContentEditablePlainTextOnly = 1132,
+ V8RegExpPrototypeUnicodeGetter = 1133,
+ V8IntlV8Parse = 1134,
+ V8IntlPattern = 1135,
+ V8IntlResolved = 1136,
+ V8PromiseChain = 1137,
+ V8PromiseAccept = 1138,
+ V8PromiseDefer = 1139,
// 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/bindings/core/v8/V8PerIsolateData.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine