| OLD | NEW |
| 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 11713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11724 <action name="ReloadIgnoringCache"> | 11724 <action name="ReloadIgnoringCache"> |
| 11725 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11725 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11726 <description>Please enter the description of this user action.</description> | 11726 <description>Please enter the description of this user action.</description> |
| 11727 </action> | 11727 </action> |
| 11728 | 11728 |
| 11729 <action name="RemoveFormat"> | 11729 <action name="RemoveFormat"> |
| 11730 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11730 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11731 <description>Please enter the description of this user action.</description> | 11731 <description>Please enter the description of this user action.</description> |
| 11732 </action> | 11732 </action> |
| 11733 | 11733 |
| 11734 <action name="RendererScheduler.UserModel.GestureEnd"> |
| 11735 <owner>beaudoin@chromium.org</owner> |
| 11736 <description> |
| 11737 Fired whenever a gesture ends (touch, scroll, pinch, fling) and the renderer |
| 11738 scheduler is made aware of it. |
| 11739 </description> |
| 11740 </action> |
| 11741 |
| 11742 <action name="RendererScheduler.UserModel.GestureStart"> |
| 11743 <owner>beaudoin@chromium.org</owner> |
| 11744 <description> |
| 11745 Fired whenever a gesture starts (touch, scroll, pinch, fling) and the |
| 11746 renderer scheduler is made aware of it. |
| 11747 </description> |
| 11748 </action> |
| 11749 |
| 11734 <action name="ReportBug"> | 11750 <action name="ReportBug"> |
| 11735 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11751 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11736 <description>Please enter the description of this user action.</description> | 11752 <description>Please enter the description of this user action.</description> |
| 11737 </action> | 11753 </action> |
| 11738 | 11754 |
| 11739 <action name="ResetProfile"> | 11755 <action name="ResetProfile"> |
| 11740 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11756 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11741 <description>Please enter the description of this user action.</description> | 11757 <description>Please enter the description of this user action.</description> |
| 11742 </action> | 11758 </action> |
| 11743 | 11759 |
| (...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14044 <action name="webapps.AddShortcut.Manifest"> | 14060 <action name="webapps.AddShortcut.Manifest"> |
| 14045 <owner>mlamouri@chromium.org</owner> | 14061 <owner>mlamouri@chromium.org</owner> |
| 14046 <description> | 14062 <description> |
| 14047 Shortcut added to the homescreen with a valid Manifest. This action will be | 14063 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14064 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14049 to keep a trend of whether the webapp also add meta tags. | 14065 to keep a trend of whether the webapp also add meta tags. |
| 14050 </description> | 14066 </description> |
| 14051 </action> | 14067 </action> |
| 14052 | 14068 |
| 14053 </actions> | 14069 </actions> |
| OLD | NEW |