Chromium Code Reviews| 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 9316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9327 <action name="MobileTabClobbered"> | 9327 <action name="MobileTabClobbered"> |
| 9328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 9328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 9329 <description>Please enter the description of this user action.</description> | 9329 <description>Please enter the description of this user action.</description> |
| 9330 </action> | 9330 </action> |
| 9331 | 9331 |
| 9332 <action name="MobileTabClosed"> | 9332 <action name="MobileTabClosed"> |
| 9333 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 9333 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 9334 <description>Please enter the description of this user action.</description> | 9334 <description>Please enter the description of this user action.</description> |
| 9335 </action> | 9335 </action> |
| 9336 | 9336 |
| 9337 <action name="MobileTabClosedUndoShortCut"> | |
| 9338 <owner>xingliu@chromium.com</owner> | |
| 9339 <description>Undo tab closure by keyboard shortcut ctrl+shift+T.</description> | |
|
Theresa
2016/07/12 17:25:17
nit: add something like "Android only." at the end
| |
| 9340 </action> | |
| 9341 | |
| 9337 <action name="MobileTabStripCloseTab"> | 9342 <action name="MobileTabStripCloseTab"> |
| 9338 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 9343 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 9339 <description>Please enter the description of this user action.</description> | 9344 <description>Please enter the description of this user action.</description> |
| 9340 <obsolete>Deprecated as of 5/2015</obsolete> | 9345 <obsolete>Deprecated as of 5/2015</obsolete> |
| 9341 </action> | 9346 </action> |
| 9342 | 9347 |
| 9343 <action name="MobileTabStripNewTab"> | 9348 <action name="MobileTabStripNewTab"> |
| 9344 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 9349 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 9345 <description>Please enter the description of this user action.</description> | 9350 <description>Please enter the description of this user action.</description> |
| 9346 <obsolete>Deprecated as of 5/2015</obsolete> | 9351 <obsolete>Deprecated as of 5/2015</obsolete> |
| (...skipping 5619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14966 <action name="webapps.AddShortcut.Manifest"> | 14971 <action name="webapps.AddShortcut.Manifest"> |
| 14967 <owner>mlamouri@chromium.org</owner> | 14972 <owner>mlamouri@chromium.org</owner> |
| 14968 <description> | 14973 <description> |
| 14969 Shortcut added to the homescreen with a valid Manifest. This action will be | 14974 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14970 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14975 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14971 to keep a trend of whether the webapp also add meta tags. | 14976 to keep a trend of whether the webapp also add meta tags. |
| 14972 </description> | 14977 </description> |
| 14973 </action> | 14978 </action> |
| 14974 | 14979 |
| 14975 </actions> | 14980 </actions> |
| OLD | NEW |