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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 1683583002: Report user actions when gesture starts and stops in user_model. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nit. Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 11712 matching lines...) Expand 10 before | Expand all | Expand 10 after
11723 <action name="ReloadIgnoringCache"> 11723 <action name="ReloadIgnoringCache">
11724 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11724 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11725 <description>Please enter the description of this user action.</description> 11725 <description>Please enter the description of this user action.</description>
11726 </action> 11726 </action>
11727 11727
11728 <action name="RemoveFormat"> 11728 <action name="RemoveFormat">
11729 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11729 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11730 <description>Please enter the description of this user action.</description> 11730 <description>Please enter the description of this user action.</description>
11731 </action> 11731 </action>
11732 11732
11733 <action name="RendererScheduler.UserModel.GestureEnd">
11734 <owner>beaudoin@chromium.org</owner>
11735 <description>
11736 Fired whenever a gesture ends (touch, scroll, pinch, fling) and the renderer
11737 scheduler is made aware of it.
Ilya Sherman 2016/03/21 08:09:44 Are you sure you don't want to break this metric d
beaudoin 2016/03/23 02:46:42 They are all considered similar for the current pu
11738 </description>
11739 </action>
11740
11741 <action name="RendererScheduler.UserModel.GestureStart">
11742 <owner>beaudoin@chromium.org</owner>
11743 <description>
11744 Fired whenever a gesture starts (touch, scroll, pinch, fling) and the
11745 renderer scheduler is made aware of it.
11746 </description>
11747 </action>
11748
11733 <action name="ReportBug"> 11749 <action name="ReportBug">
11734 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11750 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11735 <description>Please enter the description of this user action.</description> 11751 <description>Please enter the description of this user action.</description>
11736 </action> 11752 </action>
11737 11753
11738 <action name="ResetProfile"> 11754 <action name="ResetProfile">
11739 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11755 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11740 <description>Please enter the description of this user action.</description> 11756 <description>Please enter the description of this user action.</description>
11741 </action> 11757 </action>
11742 11758
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
14043 <action name="webapps.AddShortcut.Manifest"> 14059 <action name="webapps.AddShortcut.Manifest">
14044 <owner>mlamouri@chromium.org</owner> 14060 <owner>mlamouri@chromium.org</owner>
14045 <description> 14061 <description>
14046 Shortcut added to the homescreen with a valid Manifest. This action will be 14062 Shortcut added to the homescreen with a valid Manifest. This action will be
14047 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14063 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14048 to keep a trend of whether the webapp also add meta tags. 14064 to keep a trend of whether the webapp also add meta tags.
14049 </description> 14065 </description>
14050 </action> 14066 </action>
14051 14067
14052 </actions> 14068 </actions>
OLDNEW
« content/renderer/render_thread_impl.cc ('K') | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698