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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1507613002: Split SVGStringList related measurements from SVG1DOM counter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/core/svg/SVGViewElement.idl ('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 fcee21a9910e7d6202151507cc0955688bcfc267..ef88d79fbb58fbb6270ff36907ae3ea0be5dccc5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63877,6 +63877,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1063" label="CSSSelectorInternalMediaControlsCastButton"/>
<int value="1064" label="CSSSelectorInternalMediaControlsOverlayCastButton"/>
<int value="1065" label="CSSSelectorInternalPseudoSpatialNavigationFocus"/>
+ <int value="1066" label="SameOriginTextScript"/>
+ <int value="1067" label="SameOriginApplicationScript"/>
+ <int value="1068" label="SameOriginOtherScript"/>
+ <int value="1069" label="CrossOriginTextScript"/>
+ <int value="1070" label="CrossOriginApplicationScript"/>
+ <int value="1071" label="CrossOriginOtherScript"/>
+ <int value="1072" label="SVG1DOMSVGTests"/>
+ <int value="1073" label="V8SVGViewElement_ViewTarget_AttributeGetter"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGViewElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698