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. | 9 and description for each user action. |
| 10 | 10 |
| (...skipping 3547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3558 </action> | 3558 </action> |
| 3559 | 3559 |
| 3560 <action name="CreateProfile"> | 3560 <action name="CreateProfile"> |
| 3561 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3561 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 3562 <description>Please enter the description of this user action.</description> | 3562 <description>Please enter the description of this user action.</description> |
| 3563 </action> | 3563 </action> |
| 3564 | 3564 |
| 3565 <action name="CreateShortcut"> | 3565 <action name="CreateShortcut"> |
| 3566 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3566 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 3567 <description>Please enter the description of this user action.</description> | 3567 <description>Please enter the description of this user action.</description> |
| 3568 <obsolete>Deprecated as of 04/2017 (replaced by CreateHostedApp).</obsolete> | |
| 3568 </action> | 3569 </action> |
| 3569 | 3570 |
| 3570 <action name="CredentialManager_AccountChooser_Accepted"> | 3571 <action name="CredentialManager_AccountChooser_Accepted"> |
| 3571 <owner>vasilii@chromium.org</owner> | 3572 <owner>vasilii@chromium.org</owner> |
| 3572 <description> | 3573 <description> |
| 3573 The user chose a credential via the account chooser. | 3574 The user chose a credential via the account chooser. |
| 3574 </description> | 3575 </description> |
| 3575 </action> | 3576 </action> |
| 3576 | 3577 |
| 3577 <action name="CredentialManager_AccountChooser_Dismissed"> | 3578 <action name="CredentialManager_AccountChooser_Dismissed"> |
| (...skipping 6209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9787 <owner>aurimas@chromium.org</owner> | 9788 <owner>aurimas@chromium.org</owner> |
| 9788 <description>User pressed 'Close all tabs' in the app menu.</description> | 9789 <description>User pressed 'Close all tabs' in the app menu.</description> |
| 9789 </action> | 9790 </action> |
| 9790 | 9791 |
| 9791 <action name="MobileMenuCloseTab"> | 9792 <action name="MobileMenuCloseTab"> |
| 9792 <owner>aurimas@chromium.org</owner> | 9793 <owner>aurimas@chromium.org</owner> |
| 9793 <description>User pressed 'Close tab' in the app menu.</description> | 9794 <description>User pressed 'Close tab' in the app menu.</description> |
| 9794 <obsolete>This menu item was never added to the app menu.</obsolete> | 9795 <obsolete>This menu item was never added to the app menu.</obsolete> |
| 9795 </action> | 9796 </action> |
| 9796 | 9797 |
| 9798 <action name="MobileMenuDataSaverOpened"> | |
|
tapted
2017/04/05 12:35:44
I get a presubmit failure:
** Presubmit ERRORS **
tapted
2017/04/06 00:26:39
(This has now been resolved by r462081)
| |
| 9799 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | |
| 9800 <description>Please enter the description of the metric.</description> | |
| 9801 </action> | |
| 9802 | |
| 9797 <action name="MobileMenuDirectShare"> | 9803 <action name="MobileMenuDirectShare"> |
| 9798 <owner>aurimas@chromium.org</owner> | 9804 <owner>aurimas@chromium.org</owner> |
| 9799 <description> | 9805 <description> |
| 9800 User pressed the application icon next to 'Share' to share directly with the | 9806 User pressed the application icon next to 'Share' to share directly with the |
| 9801 most recently used application. | 9807 most recently used application. |
| 9802 </description> | 9808 </description> |
| 9803 </action> | 9809 </action> |
| 9804 | 9810 |
| 9805 <action name="MobileMenuDownloadManager"> | 9811 <action name="MobileMenuDownloadManager"> |
| 9806 <owner>dfalcantara@chromium.org</owner> | 9812 <owner>dfalcantara@chromium.org</owner> |
| (...skipping 6894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 16701 <action name="webapps.AddShortcut.Manifest"> | 16707 <action name="webapps.AddShortcut.Manifest"> |
| 16702 <owner>mlamouri@chromium.org</owner> | 16708 <owner>mlamouri@chromium.org</owner> |
| 16703 <description> | 16709 <description> |
| 16704 Shortcut added to the homescreen with a valid Manifest. This action will be | 16710 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 16705 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16711 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 16706 to keep a trend of whether the webapp also add meta tags. | 16712 to keep a trend of whether the webapp also add meta tags. |
| 16707 </description> | 16713 </description> |
| 16708 </action> | 16714 </action> |
| 16709 | 16715 |
| 16710 </actions> | 16716 </actions> |
| OLD | NEW |