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

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: Rebase. Created 4 years, 10 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 11557 matching lines...) Expand 10 before | Expand all | Expand 10 after
11568 <action name="ReloadIgnoringCache"> 11568 <action name="ReloadIgnoringCache">
11569 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11569 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11570 <description>Please enter the description of this user action.</description> 11570 <description>Please enter the description of this user action.</description>
11571 </action> 11571 </action>
11572 11572
11573 <action name="RemoveFormat"> 11573 <action name="RemoveFormat">
11574 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11574 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11575 <description>Please enter the description of this user action.</description> 11575 <description>Please enter the description of this user action.</description>
11576 </action> 11576 </action>
11577 11577
11578 <action name="RendererScheduler.UserModel.GestureEnd">
11579 <owner>beaudoin@chromium.org</owner>
11580 <description>
11581 Fired whenever a gesture ends (touch, scroll, pinch, fling) and the renderer
11582 scheduler is made aware of it.
11583 </description>
11584 </action>
11585
11586 <action name="RendererScheduler.UserModel.GestureStart">
11587 <owner>beaudoin@chromium.org</owner>
11588 <description>
11589 Fired whenever a gesture starts (touch, scroll, pinch, fling) and the
11590 renderer scheduler is made aware of it.
11591 </description>
11592 </action>
11593
11578 <action name="ReportBug"> 11594 <action name="ReportBug">
11579 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11595 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11580 <description>Please enter the description of this user action.</description> 11596 <description>Please enter the description of this user action.</description>
11581 </action> 11597 </action>
11582 11598
11583 <action name="ResetProfile"> 11599 <action name="ResetProfile">
11584 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11600 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11585 <description>Please enter the description of this user action.</description> 11601 <description>Please enter the description of this user action.</description>
11586 </action> 11602 </action>
11587 11603
(...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after
13863 <action name="webapps.AddShortcut.Manifest"> 13879 <action name="webapps.AddShortcut.Manifest">
13864 <owner>mlamouri@chromium.org</owner> 13880 <owner>mlamouri@chromium.org</owner>
13865 <description> 13881 <description>
13866 Shortcut added to the homescreen with a valid Manifest. This action will be 13882 Shortcut added to the homescreen with a valid Manifest. This action will be
13867 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13883 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13868 to keep a trend of whether the webapp also add meta tags. 13884 to keep a trend of whether the webapp also add meta tags.
13869 </description> 13885 </description>
13870 </action> 13886 </action>
13871 13887
13872 </actions> 13888 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698