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

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: 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.TwoFingersHeldGeneratedSpokenFeedbackCountdown">
1000 <owner>dmazzoni@chromium.org</owner>
1001 <description>
1002 Metric recorded on Chrome OS when the user holds down two fingers on a
Ilya Sherman 2016/11/16 23:11:33 nit: Please remove the extra spaces in this descri
Ilya Sherman 2016/11/22 22:33:08 ^^^
dmazzoni 2016/11/22 22:35:17 Oops, done.
1003 touch screen for more than the minimum number of seconds to trigger a
1004 countdown. If the user continues to hold down two fingers through the
1005 countdown it will toggle spoken feedback. If spoken feedback is toggled,
1006 the StatusArea_SpokenFeedbackEnabled or StatusArea_SpokenFeedbackDisabled
1007 actions will be recorded.
1008 </description>
1009 </action>
1010
999 <action name="ActionBox.ClickButton"> 1011 <action name="ActionBox.ClickButton">
1000 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1012 <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> 1013 <description>Please enter the description of this user action.</description>
1002 </action> 1014 </action>
1003 1015
1004 <action name="ActionBox.FindShareHandlers"> 1016 <action name="ActionBox.FindShareHandlers">
1005 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1017 <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> 1018 <description>Please enter the description of this user action.</description>
1007 </action> 1019 </action>
1008 1020
(...skipping 14894 matching lines...) Expand 10 before | Expand all | Expand 10 after
15903 <action name="webapps.AddShortcut.Manifest"> 15915 <action name="webapps.AddShortcut.Manifest">
15904 <owner>mlamouri@chromium.org</owner> 15916 <owner>mlamouri@chromium.org</owner>
15905 <description> 15917 <description>
15906 Shortcut added to the homescreen with a valid Manifest. This action will be 15918 Shortcut added to the homescreen with a valid Manifest. This action will be
15907 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15919 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15908 to keep a trend of whether the webapp also add meta tags. 15920 to keep a trend of whether the webapp also add meta tags.
15909 </description> 15921 </description>
15910 </action> 15922 </action>
15911 15923
15912 </actions> 15924 </actions>
OLDNEW
« no previous file with comments | « no previous file | ui/chromeos/touch_accessibility_enabler.cc » ('j') | ui/chromeos/touch_accessibility_enabler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698