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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1883433003: Add UseCounter for legacy document.* that returns HTMLCollection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use [Measure] Created 4 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/frame/UseCounter.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 e3407522646576ba021a2bfe8cf0746037e45e7a..b8171a6e04397a9084d477bc6261a7e2a24a6d77 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70655,6 +70655,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1294" label="FormValidationShowedMessage"/>
<int value="1295" label="WebAnimationsEasingAsFunctionLinear"/>
<int value="1296" label="WebAnimationsEasingAsFunctionOther"/>
+ <int value="1297" label="V8Document_Images_AttributeGetter"/>
+ <int value="1298" label="V8Document_Embeds_AttributeGetter"/>
+ <int value="1299" label="V8Document_Plugins_AttributeGetter"/>
+ <int value="1300" label="V8Document_Links_AttributeGetter"/>
+ <int value="1301" label="V8Document_Forms_AttributeGetter"/>
+ <int value="1302" label="V8Document_Scripts_AttributeGetter"/>
+ <int value="1303" label="V8Document_Anchors_AttributeGetter"/>
+ <int value="1304" label="V8Document_Applets_AttributeGetter"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698