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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2177283008: Add more UseCounters for -webkit-appearance:button and -webkit-appearance:textfield. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/ThemePainter.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 b0123ddd5b975961e83db3915dc330b6824f737e..e994eb49fd82420dd4b3fc8a953924afef70c038 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77334,6 +77334,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1466" label="VisualViewportResizeFired"/>
<int value="1467" label="NodeGetRootNode"/>
<int value="1468" label="SlotChangeEventAddListener"/>
+ <int value="1469" label="CSSValueAppearanceButtonRendered"/>
+ <int value="1470" label="CSSValueAppearanceButtonForAnchor"/>
+ <int value="1471" label="CSSValueAppearanceButtonForButton"/>
+ <int value="1472" label="CSSValueAppearanceButtonForOtherButtons"/>
+ <int value="1473" label="CSSValueAppearanceTextFieldRendered"/>
+ <int value="1474" label="CSSValueAppearanceTextFieldForSearch"/>
+ <int value="1475" label="CSSValueAppearanceTextFieldForTextField"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/paint/ThemePainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698