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

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

Issue 2642903002: Removing Scroll user actions because they are extremely spammy. (Closed)
Patch Set: Adding action owners Created 3 years, 11 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_event_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index ad35641a1bd648f856e4ef5c6913b6f7d78a833b..1def011673d6f7028dca582f0ec72d20ce02fccb 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -15657,13 +15657,16 @@ should be able to be added at any place in this file.
</action>
<action name="TouchscreenScroll">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>tdresser@chromium.org</owner>
+ <description>
+ Logged at the beginning of touchscreen based scrolling. In M56 and earlier,
+ was logged at begin, update, and end events for touchscreen scrolling.
+ </description>
</action>
<action name="TouchscreenScrollFling">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>tdresser@chromium.org</owner>
+ <description>Logged on an ET_SCROLL_FLING_START gesture event.</description>
</action>
<action name="Touchscreen_Down">
@@ -15693,13 +15696,16 @@ should be able to be added at any place in this file.
</action>
<action name="TrackpadScroll">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>tdresser@chromium.org</owner>
+ <description>
+ Logged on trackpad scroll events. Logging was removed in M57, because it
+ caused too many events.
+ </description>
</action>
<action name="TrackpadScrollFling">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>tdresser@chromium.org</owner>
+ <description>Logged on an ET_SCROLL_FLING_START scroll event.</description>
</action>
<action name="Transpose">
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_event_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698