| 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. | 9 and description for each user action. |
| 10 | 10 |
| (...skipping 9715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9726 <owner>aurimas@chromium.org</owner> | 9726 <owner>aurimas@chromium.org</owner> |
| 9727 <description>User pressed 'New tab' in the app menu.</description> | 9727 <description>User pressed 'New tab' in the app menu.</description> |
| 9728 </action> | 9728 </action> |
| 9729 | 9729 |
| 9730 <action name="MobileMenuOpenTabs"> | 9730 <action name="MobileMenuOpenTabs"> |
| 9731 <owner>aurimas@chromium.org</owner> | 9731 <owner>aurimas@chromium.org</owner> |
| 9732 <description>User pressed 'Recent tabs' in the app menu.</description> | 9732 <description>User pressed 'Recent tabs' in the app menu.</description> |
| 9733 <obsolete>This action was renamed to MobileMenuRecentTabs.</obsolete> | 9733 <obsolete>This action was renamed to MobileMenuRecentTabs.</obsolete> |
| 9734 </action> | 9734 </action> |
| 9735 | 9735 |
| 9736 <action name="MobileMenuOpenWebApk"> |
| 9737 <owner>hanxi@chromium.org</owner> |
| 9738 <owner>pkotwicz@chromium.org</owner> |
| 9739 <description> |
| 9740 User successfully opened a WebAPK by pressing 'Open WebAPK' in the app menu. |
| 9741 </description> |
| 9742 </action> |
| 9743 |
| 9736 <action name="MobileMenuPrint"> | 9744 <action name="MobileMenuPrint"> |
| 9737 <owner>aurimas@chromium.org</owner> | 9745 <owner>aurimas@chromium.org</owner> |
| 9738 <description>User pressed 'Print' in the app menu.</description> | 9746 <description>User pressed 'Print' in the app menu.</description> |
| 9739 </action> | 9747 </action> |
| 9740 | 9748 |
| 9741 <action name="MobileMenuQuit"> | 9749 <action name="MobileMenuQuit"> |
| 9742 <owner>aurimas@chromium.org</owner> | 9750 <owner>aurimas@chromium.org</owner> |
| 9743 <description>User pressed 'Quit' in the app menu.</description> | 9751 <description>User pressed 'Quit' in the app menu.</description> |
| 9744 <obsolete>This menu item was never added to the app menu.</obsolete> | 9752 <obsolete>This menu item was never added to the app menu.</obsolete> |
| 9745 </action> | 9753 </action> |
| (...skipping 6651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16397 <action name="webapps.AddShortcut.Manifest"> | 16405 <action name="webapps.AddShortcut.Manifest"> |
| 16398 <owner>mlamouri@chromium.org</owner> | 16406 <owner>mlamouri@chromium.org</owner> |
| 16399 <description> | 16407 <description> |
| 16400 Shortcut added to the homescreen with a valid Manifest. This action will be | 16408 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16409 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 16402 to keep a trend of whether the webapp also add meta tags. | 16410 to keep a trend of whether the webapp also add meta tags. |
| 16403 </description> | 16411 </description> |
| 16404 </action> | 16412 </action> |
| 16405 | 16413 |
| 16406 </actions> | 16414 </actions> |
| OLD | NEW |