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

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

Issue 2802783002: List all a11y features in a11y detailed view in ash system menu (Closed)
Patch Set: Address the comments on PS#1 Created 3 years, 8 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
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | no next file » | 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 15610 matching lines...) Expand 10 before | Expand all | Expand 10 after
15621 <action name="StatusArea_SpokenFeedbackDisabled"> 15621 <action name="StatusArea_SpokenFeedbackDisabled">
15622 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15622 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15623 <description>Please enter the description of this user action.</description> 15623 <description>Please enter the description of this user action.</description>
15624 </action> 15624 </action>
15625 15625
15626 <action name="StatusArea_SpokenFeedbackEnabled"> 15626 <action name="StatusArea_SpokenFeedbackEnabled">
15627 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15627 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15628 <description>Please enter the description of this user action.</description> 15628 <description>Please enter the description of this user action.</description>
15629 </action> 15629 </action>
15630 15630
15631 <action name="StatusArea_StickyKeysDisabled">
15632 <owner>minch@chromium.org</owner>
15633 <description>Ash system menu: Accessibility: Disable sticky keys</description>
15634 </action>
15635
15636 <action name="StatusArea_StickyKeysEnabled">
15637 <owner>minch@chromium.org</owner>
15638 <description>Ash system menu: Accessibility: Enable sticky keys</description>
15639 </action>
15640
15641 <action name="StatusArea_TapDraggingDisabled">
15642 <owner>minch@chromium.org</owner>
15643 <description>
15644 Ash system menu: Accessibility: Disable tap dragging
15645 </description>
15646 </action>
15647
15648 <action name="StatusArea_TapDraggingEnabled">
15649 <owner>minch@chromium.org</owner>
15650 <description>Ash system menu: Accessibility: Enable tap dragging</description>
15651 </action>
15652
15631 <action name="StatusArea_Tracing_Default_Selected"> 15653 <action name="StatusArea_Tracing_Default_Selected">
15632 <owner>bruthig@chromium.org</owner> 15654 <owner>bruthig@chromium.org</owner>
15633 <owner>tbuckley@chromium.org</owner> 15655 <owner>tbuckley@chromium.org</owner>
15634 <description> 15656 <description>
15635 Counts the number of times the user selects the tracing row in the system 15657 Counts the number of times the user selects the tracing row in the system
15636 menu. 15658 menu.
15637 </description> 15659 </description>
15638 </action> 15660 </action>
15639 15661
15640 <action name="StatusArea_VPN_AddBuiltIn"> 15662 <action name="StatusArea_VPN_AddBuiltIn">
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
16730 <action name="webapps.AddShortcut.Manifest"> 16752 <action name="webapps.AddShortcut.Manifest">
16731 <owner>mlamouri@chromium.org</owner> 16753 <owner>mlamouri@chromium.org</owner>
16732 <description> 16754 <description>
16733 Shortcut added to the homescreen with a valid Manifest. This action will be 16755 Shortcut added to the homescreen with a valid Manifest. This action will be
16734 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16756 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16735 to keep a trend of whether the webapp also add meta tags. 16757 to keep a trend of whether the webapp also add meta tags.
16736 </description> 16758 </description>
16737 </action> 16759 </action>
16738 16760
16739 </actions> 16761 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698