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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
882 Metric recorded when shortcut key to initiate an active window screenshot | 882 Metric recorded when shortcut key to initiate an active window screenshot |
883 per kuscher@'s request. | 883 per kuscher@'s request. |
884 </description> | 884 </description> |
885 </action> | 885 </action> |
886 | 886 |
887 <action name="Accel_Toggle_Caps_Lock"> | 887 <action name="Accel_Toggle_Caps_Lock"> |
888 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 888 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
889 <description>Please enter the description of this user action.</description> | 889 <description>Please enter the description of this user action.</description> |
890 </action> | 890 </action> |
891 | 891 |
892 <action name="Accel_Toggle_High_Contrast"> | |
893 <owner>dmazzoni@chromium.org</owner> | |
894 <description> | |
895 Metric recorded when the user toggles Chrome OS High Contrast mode with the | |
896 keyboard accelerator (Ctrl+Alt+H). | |
897 </description> | |
898 </action> | |
899 | |
900 <action name="Accel_Toggle_Maximized"> | 892 <action name="Accel_Toggle_Maximized"> |
901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 893 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
902 <description>Please enter the description of this user action.</description> | 894 <description>Please enter the description of this user action.</description> |
903 </action> | 895 </action> |
904 | 896 |
905 <action name="Accel_Toggle_Minimized"> | 897 <action name="Accel_Toggle_Minimized"> |
906 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 898 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
907 <description>Please enter the description of this user action.</description> | 899 <description>Please enter the description of this user action.</description> |
908 </action> | 900 </action> |
909 | 901 |
910 <action name="Accel_Toggle_Minimized_M"> | 902 <action name="Accel_Toggle_Minimized_M"> |
911 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 903 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
912 <description>Please enter the description of this user action.</description> | 904 <description>Please enter the description of this user action.</description> |
913 </action> | 905 </action> |
914 | 906 |
915 <action name="Accel_Toggle_Minimized_Minus"> | 907 <action name="Accel_Toggle_Minimized_Minus"> |
916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 908 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
917 <description>Please enter the description of this user action.</description> | 909 <description>Please enter the description of this user action.</description> |
918 </action> | 910 </action> |
919 | 911 |
920 <action name="Accel_Toggle_Mirror_Mode"> | 912 <action name="Accel_Toggle_Mirror_Mode"> |
921 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 913 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
922 <description>Please enter the description of this user action.</description> | 914 <description>Please enter the description of this user action.</description> |
923 </action> | 915 </action> |
924 | 916 |
925 <action name="Accel_Toggle_Spoken_Feedback"> | 917 <action name="Accel_Toggle_Spoken_Feedback"> |
926 <owner>dmazzoni@chromium.org</owner> | 918 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
927 <description>Toggles Spoken Feedback (ChromeVox)</description> | 919 <description>Please enter the description of this user action.</description> |
928 </action> | 920 </action> |
929 | 921 |
930 <action name="Accel_Toggle_Touchpad"> | 922 <action name="Accel_Toggle_Touchpad"> |
931 <owner>afakhry@chromium.org</owner> | 923 <owner>afakhry@chromium.org</owner> |
932 <description> | 924 <description> |
933 Metric recorded when the user toggles the touchpad status using the | 925 Metric recorded when the user toggles the touchpad status using the |
934 debugging accelerator. | 926 debugging accelerator. |
935 </description> | 927 </description> |
936 </action> | 928 </action> |
937 | 929 |
(...skipping 14800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15738 <action name="webapps.AddShortcut.Manifest"> | 15730 <action name="webapps.AddShortcut.Manifest"> |
15739 <owner>mlamouri@chromium.org</owner> | 15731 <owner>mlamouri@chromium.org</owner> |
15740 <description> | 15732 <description> |
15741 Shortcut added to the homescreen with a valid Manifest. This action will be | 15733 Shortcut added to the homescreen with a valid Manifest. This action will be |
15742 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15734 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
15743 to keep a trend of whether the webapp also add meta tags. | 15735 to keep a trend of whether the webapp also add meta tags. |
15744 </description> | 15736 </description> |
15745 </action> | 15737 </action> |
15746 | 15738 |
15747 </actions> | 15739 </actions> |
OLD | NEW |