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

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

Issue 2501523003: Add UseCounter on Event::stop{Immediate,}Propagation(). (Closed)
Patch Set: measure stop propagation too Created 4 years, 1 month 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 5f127885cb7c1c36733800e680c138f6f2e724f3..34f9db6fb282604ae81665bdffc48e99ca559d27 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -85774,6 +85774,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1682" label="TouchEventPreventedNoTouchAction"/>
<int value="1683"
label="TouchEventPreventedForcedDocumentPassiveNoTouchAction"/>
+ <int value="1684" label="V8Event_StopPropagation_Method"/>
+ <int value="1685" label="V8Event_StopImmediatePropagation_Method"/>
</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