| 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.LaunchIntentIsNull"> |
| 9737 <owner>hanxi@chromium.org</owner> |
| 9738 <owner>pkotwicz@chromium.org</owner> |
| 9739 <description> |
| 9740 User pressed 'Open WebAPK' in the app menu, but the launch intent to open |
| 9741 the WebAPK was null. |
| 9742 </description> |
| 9743 </action> |
| 9744 |
| 9745 <action name="MobileMenuOpenWebAPK.Success"> |
| 9746 <owner>hanxi@chromium.org</owner> |
| 9747 <owner>pkotwicz@chromium.org</owner> |
| 9748 <description>User pressed 'Open WebAPK' in the app menu.</description> |
| 9749 </action> |
| 9750 |
| 9751 <action name="MobileMenuOpenWebAPK.WebAPKActivityNotFound"> |
| 9752 <owner>hanxi@chromium.org</owner> |
| 9753 <owner>pkotwicz@chromium.org</owner> |
| 9754 <description> |
| 9755 User pressed 'Open WebAPK' in the app menu, but no activity was found for |
| 9756 the WebAPK. |
| 9757 </description> |
| 9758 </action> |
| 9759 |
| 9736 <action name="MobileMenuPrint"> | 9760 <action name="MobileMenuPrint"> |
| 9737 <owner>aurimas@chromium.org</owner> | 9761 <owner>aurimas@chromium.org</owner> |
| 9738 <description>User pressed 'Print' in the app menu.</description> | 9762 <description>User pressed 'Print' in the app menu.</description> |
| 9739 </action> | 9763 </action> |
| 9740 | 9764 |
| 9741 <action name="MobileMenuQuit"> | 9765 <action name="MobileMenuQuit"> |
| 9742 <owner>aurimas@chromium.org</owner> | 9766 <owner>aurimas@chromium.org</owner> |
| 9743 <description>User pressed 'Quit' in the app menu.</description> | 9767 <description>User pressed 'Quit' in the app menu.</description> |
| 9744 <obsolete>This menu item was never added to the app menu.</obsolete> | 9768 <obsolete>This menu item was never added to the app menu.</obsolete> |
| 9745 </action> | 9769 </action> |
| (...skipping 6651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16397 <action name="webapps.AddShortcut.Manifest"> | 16421 <action name="webapps.AddShortcut.Manifest"> |
| 16398 <owner>mlamouri@chromium.org</owner> | 16422 <owner>mlamouri@chromium.org</owner> |
| 16399 <description> | 16423 <description> |
| 16400 Shortcut added to the homescreen with a valid Manifest. This action will be | 16424 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16425 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 16402 to keep a trend of whether the webapp also add meta tags. | 16426 to keep a trend of whether the webapp also add meta tags. |
| 16403 </description> | 16427 </description> |
| 16404 </action> | 16428 </action> |
| 16405 | 16429 |
| 16406 </actions> | 16430 </actions> |
| OLD | NEW |