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

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

Issue 2838123002: Count element name validity per DOM versus HTML parsing. (Closed)
Patch Set: Do not need the attribute counting. Created 3 years, 8 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/paint/PaintLayerScrollableAreaTest.cpp ('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 08b045741ddbe77a483253362153b65cca2c49df..b375ad582d56dceadab8d76a5acaf5ae963a63f8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -97262,6 +97262,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1965" label="GamepadButtons"/>
<int value="1966" label="VibrateWithoutUserGesture"/>
<int value="1967" label="DispatchMouseEventOnDisabledFormControl"/>
+ <int value="1968" label="ElementNameDOMInvalidHTMLParserValid"/>
+ <int value="1969" label="ElementNameDOMValidHTMLParserInvalid"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698