| 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>User pressed 'Open WebAPK' in the app menu.</description> |
| 9740 </action> |
| 9741 |
| 9736 <action name="MobileMenuPrint"> | 9742 <action name="MobileMenuPrint"> |
| 9737 <owner>aurimas@chromium.org</owner> | 9743 <owner>aurimas@chromium.org</owner> |
| 9738 <description>User pressed 'Print' in the app menu.</description> | 9744 <description>User pressed 'Print' in the app menu.</description> |
| 9739 </action> | 9745 </action> |
| 9740 | 9746 |
| 9741 <action name="MobileMenuQuit"> | 9747 <action name="MobileMenuQuit"> |
| 9742 <owner>aurimas@chromium.org</owner> | 9748 <owner>aurimas@chromium.org</owner> |
| 9743 <description>User pressed 'Quit' in the app menu.</description> | 9749 <description>User pressed 'Quit' in the app menu.</description> |
| 9744 <obsolete>This menu item was never added to the app menu.</obsolete> | 9750 <obsolete>This menu item was never added to the app menu.</obsolete> |
| 9745 </action> | 9751 </action> |
| (...skipping 6651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16397 <action name="webapps.AddShortcut.Manifest"> | 16403 <action name="webapps.AddShortcut.Manifest"> |
| 16398 <owner>mlamouri@chromium.org</owner> | 16404 <owner>mlamouri@chromium.org</owner> |
| 16399 <description> | 16405 <description> |
| 16400 Shortcut added to the homescreen with a valid Manifest. This action will be | 16406 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16407 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 16402 to keep a trend of whether the webapp also add meta tags. | 16408 to keep a trend of whether the webapp also add meta tags. |
| 16403 </description> | 16409 </description> |
| 16404 </action> | 16410 </action> |
| 16405 | 16411 |
| 16406 </actions> | 16412 </actions> |
| OLD | NEW |