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

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

Issue 1647823003: Add UMA to measure font-display value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/css/RemoteFontFaceSource.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 c2f81f24206eb67a3309604934f811ab75dde3c3..fdf47c34a6450c5e4a033c6ae7ba2932048d5604 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54729,6 +54729,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebFont.FontDisplayValue" enum="FontDisplayValue">
+ <owner>kenjibaheux@chromium.org</owner>
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ The value of font-display @font-face descriptor. Counted only when
+ explicitly specified in the @font-face rule.
+ </summary>
+</histogram>
+
<histogram name="WebFont.HadBlankText" enum="BooleanHadBlankText">
<owner>kenjibaheux@chromium.org</owner>
<owner>ksakamoto@chromium.org</owner>
@@ -66734,6 +66743,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</int>
</enum>
+<enum name="FontDisplayValue" type="int">
+ <int value="0" label="auto"/>
+ <int value="1" label="block"/>
+ <int value="2" label="swap"/>
+ <int value="3" label="fallback"/>
+ <int value="4" label="optional"/>
+</enum>
+
<enum name="FormDataDeserializationStatus" type="int">
<int value="0" label="Login database success"/>
<int value="1" label="Login database failure"/>
« no previous file with comments | « third_party/WebKit/Source/core/css/RemoteFontFaceSource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698