| 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 11748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |