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

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

Issue 2495373005: Record ChromeVox metrics (Closed)
Patch Set: Reword Accessibility.CrosChromeVoxNext description Created 4 years, 1 month 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. 9 and description for each user action.
10 10
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 <action name="AcceptedKeyword"> 989 <action name="AcceptedKeyword">
990 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 990 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
991 <description>Please enter the description of this user action.</description> 991 <description>Please enter the description of this user action.</description>
992 </action> 992 </action>
993 993
994 <action name="AcceptedKeywordHint"> 994 <action name="AcceptedKeywordHint">
995 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 995 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
996 <description>Please enter the description of this user action.</description> 996 <description>Please enter the description of this user action.</description>
997 </action> 997 </action>
998 998
999 <action name="Accessibility.ChromeVox.Jump">
1000 <owner>dmazzoni@chromium.org</owner>
1001 <description>
1002 A Chrome OS user with spoken feedback enabled has executed any jump action,
1003 like jumping to the next heading on a web page.
1004 </description>
1005 </action>
1006
1007 <action name="Accessibility.ChromeVox.Navigate">
1008 <owner>dmazzoni@chromium.org</owner>
1009 <description>
1010 A Chrome OS user with spoken feedback enabled has executed any navigation
1011 action, like navigating to the next object on the screen.
1012 </description>
1013 </action>
1014
1015 <action name="Accessibility.ChromeVox.ToggleNextOff">
1016 <owner>dmazzoni@chromium.org</owner>
1017 <description>
1018 A Chrome OS user with spoken feedback enabled manually toggles ChromeVox
1019 Next off.
1020 </description>
1021 </action>
1022
1023 <action name="Accessibility.ChromeVox.ToggleNextOn">
1024 <owner>dmazzoni@chromium.org</owner>
1025 <description>
1026 A Chrome OS user with spoken feedback enabled manually toggles ChromeVox
1027 Next on.
1028 </description>
1029 </action>
1030
999 <action name="ActionBox.ClickButton"> 1031 <action name="ActionBox.ClickButton">
1000 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1032 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1001 <description>Please enter the description of this user action.</description> 1033 <description>Please enter the description of this user action.</description>
1002 </action> 1034 </action>
1003 1035
1004 <action name="ActionBox.FindShareHandlers"> 1036 <action name="ActionBox.FindShareHandlers">
1005 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1037 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1006 <description>Please enter the description of this user action.</description> 1038 <description>Please enter the description of this user action.</description>
1007 </action> 1039 </action>
1008 1040
(...skipping 14894 matching lines...) Expand 10 before | Expand all | Expand 10 after
15903 <action name="webapps.AddShortcut.Manifest"> 15935 <action name="webapps.AddShortcut.Manifest">
15904 <owner>mlamouri@chromium.org</owner> 15936 <owner>mlamouri@chromium.org</owner>
15905 <description> 15937 <description>
15906 Shortcut added to the homescreen with a valid Manifest. This action will be 15938 Shortcut added to the homescreen with a valid Manifest. This action will be
15907 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15939 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15908 to keep a trend of whether the webapp also add meta tags. 15940 to keep a trend of whether the webapp also add meta tags.
15909 </description> 15941 </description>
15910 </action> 15942 </action>
15911 15943
15912 </actions> 15944 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/tools/check_chromevox.py ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698