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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2772723002: Add detailed use counters for document.registerElement use. (Closed)
Patch Set: Bring patch to head. Created 3 years, 9 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d4a2b12bda38119a8e1c13f61c8b201239c392a5..138f5c78a92d58c026af932db23386efbeeba188 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -94180,6 +94180,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1871" label="NamedAccessOnWindow_ChildBrowsingContext"/>
<int value="1872"
label="NamedAccessOnWindow_ChildBrowsingContext_CrossOriginNameMismatch"/>
+ <int value="1873" label="V0CustomElementsRegisterHTMLCustomTag"/>
+ <int value="1874" label="V0CustomElementsRegisterHTMLTypeExtension"/>
+ <int value="1875" label="V0CustomElementsRegisterSVGElement"/>
+ <int value="1876" label="V0CustomElementsRegisterEmbedderElement"/>
+ <int value="1877" label="V0CustomElementsCreateCustomTagElement"/>
+ <int value="1878" label="V0CustomElementsCreateTypeExtensionElement"/>
+ <int value="1879" label="V0CustomElementsConstruct"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698