| 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 12117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12128 </action> | 12128 </action> |
| 12129 | 12129 |
| 12130 <action name="Outdent"> | 12130 <action name="Outdent"> |
| 12131 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12131 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12132 <description>Please enter the description of this user action.</description> | 12132 <description>Please enter the description of this user action.</description> |
| 12133 </action> | 12133 </action> |
| 12134 | 12134 |
| 12135 <action name="OverrideEncoding"> | 12135 <action name="OverrideEncoding"> |
| 12136 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12136 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12137 <description>Please enter the description of this user action.</description> | 12137 <description>Please enter the description of this user action.</description> |
| 12138 <obsolete>Obsolete as of 8/2016</obsolete> |
| 12138 </action> | 12139 </action> |
| 12139 | 12140 |
| 12140 <action name="PDF.FitToHeightButton"> | 12141 <action name="PDF.FitToHeightButton"> |
| 12141 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12142 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12142 <description>Please enter the description of this user action.</description> | 12143 <description>Please enter the description of this user action.</description> |
| 12143 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> | 12144 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> |
| 12144 </action> | 12145 </action> |
| 12145 | 12146 |
| 12146 <action name="PDF.FitToPageButton"> | 12147 <action name="PDF.FitToPageButton"> |
| 12147 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12148 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| (...skipping 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15458 <action name="webapps.AddShortcut.Manifest"> | 15459 <action name="webapps.AddShortcut.Manifest"> |
| 15459 <owner>mlamouri@chromium.org</owner> | 15460 <owner>mlamouri@chromium.org</owner> |
| 15460 <description> | 15461 <description> |
| 15461 Shortcut added to the homescreen with a valid Manifest. This action will be | 15462 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15462 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15463 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15463 to keep a trend of whether the webapp also add meta tags. | 15464 to keep a trend of whether the webapp also add meta tags. |
| 15464 </description> | 15465 </description> |
| 15465 </action> | 15466 </action> |
| 15466 | 15467 |
| 15467 </actions> | 15468 </actions> |
| OLD | NEW |