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

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

Issue 278563002: Add histograms to record document.execCommand. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | 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 df25d22f7d4b95c15a19b023300db6d10448dba9..9385070d4b986777f1c8ba0edbca6f5ea9aa9b97 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29665,7 +29665,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="WebCore.Editing.Commands" enum="MappedEditingCommands">
+<histogram name="WebCore.Document.execCommand" enum="MappedEditingCommands">
<owner>yoichio@chromium.org</owner>
<summary>
Counts the number of times each document.execCommand is executed. This
@@ -29673,6 +29673,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebCore.Editing.Commands" enum="MappedEditingCommands">
+ <owner>yoichio@chromium.org</owner>
+ <summary>
+ Counts the number of times each Editor::Command::execute is called. This
+ doesn't count commands not supported by Blink.
+ </summary>
+</histogram>
+
<histogram name="WebCore.FeatureObserver" enum="FeatureObserver">
<owner>eseidel@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698