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

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: Do not register action callback in single process. 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:
View unified diff | Download patch
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11748 matching lines...) Expand 10 before | Expand all | Expand 10 after
11759 <action name="ReloadIgnoringCache"> 11759 <action name="ReloadIgnoringCache">
11760 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11760 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11761 <description>Please enter the description of this user action.</description> 11761 <description>Please enter the description of this user action.</description>
11762 </action> 11762 </action>
11763 11763
11764 <action name="RemoveFormat"> 11764 <action name="RemoveFormat">
11765 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11765 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11766 <description>Please enter the description of this user action.</description> 11766 <description>Please enter the description of this user action.</description>
11767 </action> 11767 </action>
11768 11768
11769 <action name="RendererScheduler.UserModel.GestureEnd">
11770 <owner>beaudoin@chromium.org</owner>
11771 <description>
11772 Fired whenever a gesture ends (touch, scroll, pinch, fling) and the renderer
11773 scheduler is made aware of it.
11774 </description>
11775 </action>
11776
11777 <action name="RendererScheduler.UserModel.GestureStart">
11778 <owner>beaudoin@chromium.org</owner>
11779 <description>
11780 Fired whenever a gesture starts (touch, scroll, pinch, fling) and the
11781 renderer scheduler is made aware of it.
11782 </description>
11783 </action>
11784
11769 <action name="ReportBug"> 11785 <action name="ReportBug">
11770 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11786 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11771 <description>Please enter the description of this user action.</description> 11787 <description>Please enter the description of this user action.</description>
11772 </action> 11788 </action>
11773 11789
11774 <action name="ResetProfile"> 11790 <action name="ResetProfile">
11775 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11791 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11776 <description>Please enter the description of this user action.</description> 11792 <description>Please enter the description of this user action.</description>
11777 </action> 11793 </action>
11778 11794
(...skipping 2308 matching lines...) Expand 10 before | Expand all | Expand 10 after
14087 <action name="webapps.AddShortcut.Manifest"> 14103 <action name="webapps.AddShortcut.Manifest">
14088 <owner>mlamouri@chromium.org</owner> 14104 <owner>mlamouri@chromium.org</owner>
14089 <description> 14105 <description>
14090 Shortcut added to the homescreen with a valid Manifest. This action will be 14106 Shortcut added to the homescreen with a valid Manifest. This action will be
14091 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14107 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14092 to keep a trend of whether the webapp also add meta tags. 14108 to keep a trend of whether the webapp also add meta tags.
14093 </description> 14109 </description>
14094 </action> 14110 </action>
14095 14111
14096 </actions> 14112 </actions>
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698