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 12232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12243 </action> | 12243 </action> |
12244 | 12244 |
12245 <action name="Outdent"> | 12245 <action name="Outdent"> |
12246 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12246 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12247 <description>Please enter the description of this user action.</description> | 12247 <description>Please enter the description of this user action.</description> |
12248 </action> | 12248 </action> |
12249 | 12249 |
12250 <action name="OverrideEncoding"> | 12250 <action name="OverrideEncoding"> |
12251 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12251 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12252 <description>Please enter the description of this user action.</description> | 12252 <description>Please enter the description of this user action.</description> |
| 12253 <obsolete>Obsolete as of 08/2016</obsolete> |
12253 </action> | 12254 </action> |
12254 | 12255 |
12255 <action name="PDF.FitToHeightButton"> | 12256 <action name="PDF.FitToHeightButton"> |
12256 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12257 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12257 <description>Please enter the description of this user action.</description> | 12258 <description>Please enter the description of this user action.</description> |
12258 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> | 12259 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> |
12259 </action> | 12260 </action> |
12260 | 12261 |
12261 <action name="PDF.FitToPageButton"> | 12262 <action name="PDF.FitToPageButton"> |
12262 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12263 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
(...skipping 3348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15611 <action name="webapps.AddShortcut.Manifest"> | 15612 <action name="webapps.AddShortcut.Manifest"> |
15612 <owner>mlamouri@chromium.org</owner> | 15613 <owner>mlamouri@chromium.org</owner> |
15613 <description> | 15614 <description> |
15614 Shortcut added to the homescreen with a valid Manifest. This action will be | 15615 Shortcut added to the homescreen with a valid Manifest. This action will be |
15615 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15616 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15616 to keep a trend of whether the webapp also add meta tags. | 15617 to keep a trend of whether the webapp also add meta tags. |
15617 </description> | 15618 </description> |
15618 </action> | 15619 </action> |
15619 | 15620 |
15620 </actions> | 15621 </actions> |
OLD | NEW |