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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 707 <action name="Accel_Show_Keyboard_Overlay"> | 707 <action name="Accel_Show_Keyboard_Overlay"> |
| 708 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 708 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 709 <description>Please enter the description of this user action.</description> | 709 <description>Please enter the description of this user action.</description> |
| 710 </action> | 710 </action> |
| 711 | 711 |
| 712 <action name="Accel_Show_Message_Center_Bubble"> | 712 <action name="Accel_Show_Message_Center_Bubble"> |
| 713 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 713 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 714 <description>Please enter the description of this user action.</description> | 714 <description>Please enter the description of this user action.</description> |
| 715 </action> | 715 </action> |
| 716 | 716 |
| 717 <action name="Accel_Show_Stylus_Tools"> | |
| 718 <owner>jdufault@chromium.org</owner> | |
| 719 <description> | |
| 720 Accelerator that opens up the stylus palette bubble. | |
|
James Cook
2016/08/26 01:05:51
How about something like "Number of times the user
jdufault
2016/08/26 02:44:56
Done.
| |
| 721 </description> | |
| 722 </action> | |
| 723 | |
| 717 <action name="Accel_Show_System_Tray_Bubble"> | 724 <action name="Accel_Show_System_Tray_Bubble"> |
| 718 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 725 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 719 <description>Please enter the description of this user action.</description> | 726 <description>Please enter the description of this user action.</description> |
| 720 </action> | 727 </action> |
| 721 | 728 |
| 722 <action name="Accel_Show_Task_Manager"> | 729 <action name="Accel_Show_Task_Manager"> |
| 723 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 730 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 724 <description>Please enter the description of this user action.</description> | 731 <description>Please enter the description of this user action.</description> |
| 725 </action> | 732 </action> |
| 726 | 733 |
| (...skipping 14869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 15596 <action name="webapps.AddShortcut.Manifest"> | 15603 <action name="webapps.AddShortcut.Manifest"> |
| 15597 <owner>mlamouri@chromium.org</owner> | 15604 <owner>mlamouri@chromium.org</owner> |
| 15598 <description> | 15605 <description> |
| 15599 Shortcut added to the homescreen with a valid Manifest. This action will be | 15606 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15600 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15607 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15601 to keep a trend of whether the webapp also add meta tags. | 15608 to keep a trend of whether the webapp also add meta tags. |
| 15602 </description> | 15609 </description> |
| 15603 </action> | 15610 </action> |
| 15604 | 15611 |
| 15605 </actions> | 15612 </actions> |
| OLD | NEW |