Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2352213002: Add Ctrl+Alt+H as global shortcut to toggle high contrast mode. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>Toggles Chrome OS High Contrast Mode</description>
James Cook 2016/09/20 21:37:13 nit: Maybe "Recorded when user toggles Chrome OS h
dmazzoni 2016/09/20 21:42:59 Good idea, done
895 </action>
896
892 <action name="Accel_Toggle_Maximized"> 897 <action name="Accel_Toggle_Maximized">
893 <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>
894 <description>Please enter the description of this user action.</description> 899 <description>Please enter the description of this user action.</description>
895 </action> 900 </action>
896 901
897 <action name="Accel_Toggle_Minimized"> 902 <action name="Accel_Toggle_Minimized">
898 <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>
899 <description>Please enter the description of this user action.</description> 904 <description>Please enter the description of this user action.</description>
900 </action> 905 </action>
901 906
902 <action name="Accel_Toggle_Minimized_M"> 907 <action name="Accel_Toggle_Minimized_M">
903 <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>
904 <description>Please enter the description of this user action.</description> 909 <description>Please enter the description of this user action.</description>
905 </action> 910 </action>
906 911
907 <action name="Accel_Toggle_Minimized_Minus"> 912 <action name="Accel_Toggle_Minimized_Minus">
908 <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>
909 <description>Please enter the description of this user action.</description> 914 <description>Please enter the description of this user action.</description>
910 </action> 915 </action>
911 916
912 <action name="Accel_Toggle_Mirror_Mode"> 917 <action name="Accel_Toggle_Mirror_Mode">
913 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 918 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
914 <description>Please enter the description of this user action.</description> 919 <description>Please enter the description of this user action.</description>
915 </action> 920 </action>
916 921
917 <action name="Accel_Toggle_Spoken_Feedback"> 922 <action name="Accel_Toggle_Spoken_Feedback">
918 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 923 <owner>dmazzoni@chromium.org</owner>
919 <description>Please enter the description of this user action.</description> 924 <description>Toggles Spoken Feedback (ChromeVox)</description>
920 </action> 925 </action>
921 926
922 <action name="Accel_Toggle_Touchpad"> 927 <action name="Accel_Toggle_Touchpad">
923 <owner>afakhry@chromium.org</owner> 928 <owner>afakhry@chromium.org</owner>
924 <description> 929 <description>
925 Metric recorded when the user toggles the touchpad status using the 930 Metric recorded when the user toggles the touchpad status using the
926 debugging accelerator. 931 debugging accelerator.
927 </description> 932 </description>
928 </action> 933 </action>
929 934
(...skipping 14800 matching lines...) Expand 10 before | Expand all | Expand 10 after
15730 <action name="webapps.AddShortcut.Manifest"> 15735 <action name="webapps.AddShortcut.Manifest">
15731 <owner>mlamouri@chromium.org</owner> 15736 <owner>mlamouri@chromium.org</owner>
15732 <description> 15737 <description>
15733 Shortcut added to the homescreen with a valid Manifest. This action will be 15738 Shortcut added to the homescreen with a valid Manifest. This action will be
15734 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15739 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15735 to keep a trend of whether the webapp also add meta tags. 15740 to keep a trend of whether the webapp also add meta tags.
15736 </description> 15741 </description>
15737 </action> 15742 </action>
15738 15743
15739 </actions> 15744 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698