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

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

Issue 2504233004: Tweaks for: Toggle spoken feedback if two fingers are held down (Closed)
Patch Set: Update unit tests Created 4 years 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
« no previous file with comments | « no previous file | ui/chromeos/touch_accessibility_enabler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 </action> 1021 </action>
1022 1022
1023 <action name="Accessibility.ChromeVox.ToggleNextOn"> 1023 <action name="Accessibility.ChromeVox.ToggleNextOn">
1024 <owner>dmazzoni@chromium.org</owner> 1024 <owner>dmazzoni@chromium.org</owner>
1025 <description> 1025 <description>
1026 A Chrome OS user with spoken feedback enabled manually toggles ChromeVox 1026 A Chrome OS user with spoken feedback enabled manually toggles ChromeVox
1027 Next on. 1027 Next on.
1028 </description> 1028 </description>
1029 </action> 1029 </action>
1030 1030
1031 <action name="Accessibility.TwoFingersHeldGeneratedSpokenFeedbackCountdown">
1032 <owner>dmazzoni@chromium.org</owner>
1033 <description>
1034 Metric recorded on Chrome OS when the user holds down two fingers on a touch
1035 screen for more than the minimum number of seconds to trigger a countdown.
1036 If the user continues to hold down two fingers through the countdown it will
1037 toggle spoken feedback. If spoken feedback is toggled, the
1038 StatusArea_SpokenFeedbackEnabled or StatusArea_SpokenFeedbackDisabled
1039 actions will be recorded.
1040 </description>
1041 </action>
1042
1031 <action name="ActionBox.ClickButton"> 1043 <action name="ActionBox.ClickButton">
1032 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1044 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1033 <description>Please enter the description of this user action.</description> 1045 <description>Please enter the description of this user action.</description>
1034 </action> 1046 </action>
1035 1047
1036 <action name="ActionBox.FindShareHandlers"> 1048 <action name="ActionBox.FindShareHandlers">
1037 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1049 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1038 <description>Please enter the description of this user action.</description> 1050 <description>Please enter the description of this user action.</description>
1039 </action> 1051 </action>
1040 1052
(...skipping 14903 matching lines...) Expand 10 before | Expand all | Expand 10 after
15944 <action name="webapps.AddShortcut.Manifest"> 15956 <action name="webapps.AddShortcut.Manifest">
15945 <owner>mlamouri@chromium.org</owner> 15957 <owner>mlamouri@chromium.org</owner>
15946 <description> 15958 <description>
15947 Shortcut added to the homescreen with a valid Manifest. This action will be 15959 Shortcut added to the homescreen with a valid Manifest. This action will be
15948 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15960 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15949 to keep a trend of whether the webapp also add meta tags. 15961 to keep a trend of whether the webapp also add meta tags.
15950 </description> 15962 </description>
15951 </action> 15963 </action>
15952 15964
15953 </actions> 15965 </actions>
OLDNEW
« no previous file with comments | « no previous file | ui/chromeos/touch_accessibility_enabler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698