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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1439793003: SVG: Promote d to a property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DECLARE_VIRTUAL_TRACE Created 5 years 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/platform/RuntimeEnabledFeatures.in ('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 13cd5eb7f9ca621cc178da0e48695918eb5cf065..58dafd840168a71358550c531a7319a5c7c51426 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68819,7 +68819,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="9" label="font-variant"/>
<int value="10" label="font-weight"/>
<int value="11" label="text-rendering"/>
- <int value="12" label="webkit-font-feature-settings"/>
+ <int value="12" label="alias-webkit-font-feature-settings"/>
<int value="13" label="font-kerning"/>
<int value="14" label="webkit-font-smoothing"/>
<int value="15" label="font-variant-ligatures"/>
@@ -69311,6 +69311,21 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="501" label="scroll-snap-points-y"/>
<int value="502" label="scroll-snap-coordinate"/>
<int value="503" label="scroll-snap-destination"/>
+ <int value="504" label="translate"/>
+ <int value="505" label="rotate"/>
+ <int value="506" label="scale"/>
+ <int value="507" label="image-orientation"/>
+ <int value="508" label="backdrop-filter"/>
+ <int value="509" label="text-combine-upright"/>
+ <int value="510" label="text-orientation"/>
+ <int value="511" label="grid-column-gap"/>
+ <int value="512" label="grid-row-gap"/>
+ <int value="513" label="grid-gap"/>
+ <int value="514" label="font-feature-settings"/>
+ <int value="515" label="variable"/>
+ <int value="516" label="font-display"/>
+ <int value="517" label="contain"/>
+ <int value="518" label="d"/>
Ilya Sherman 2015/12/15 02:29:15 I am hard pressed to think of a more obscure prope
</enum>
<enum name="MappedEditingCommands" type="int">
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698