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

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: 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
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 15586 matching lines...) Expand 10 before | Expand all | Expand 10 after
15597 <action name="StatusArea_SpokenFeedbackDisabled"> 15597 <action name="StatusArea_SpokenFeedbackDisabled">
15598 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15598 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15599 <description>Please enter the description of this user action.</description> 15599 <description>Please enter the description of this user action.</description>
15600 </action> 15600 </action>
15601 15601
15602 <action name="StatusArea_SpokenFeedbackEnabled"> 15602 <action name="StatusArea_SpokenFeedbackEnabled">
15603 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15603 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15604 <description>Please enter the description of this user action.</description> 15604 <description>Please enter the description of this user action.</description>
15605 </action> 15605 </action>
15606 15606
15607 <action name="StatusArea_StickyKeysDisabled">
15608 <owner>minch@chromium.org</owner>
15609 <description>Ash system menu: Accessibility: Disable sticky keys</description>
15610 </action>
15611
15612 <action name="StatusArea_StickyKeysEnabled">
15613 <owner>minch@chromium.org</owner>
15614 <description>Ash system menu: Accessibility: Enable sticky keys</description>
15615 </action>
15616
15617 <action name="StatusArea_TapDraggingDisabled">
15618 <owner>minch@chromium.org</owner>
15619 <description>
15620 Ash system menu: Accessibility: Disable tap dragging
15621 </description>
15622 </action>
15623
15624 <action name="StatusArea_TapDraggingEnabled">
15625 <owner>minch@chromium.org</owner>
15626 <description>Ash system menu: Accessibility: Enable tap dragging</description>
15627 </action>
15628
15607 <action name="StatusArea_Tracing_Default_Selected"> 15629 <action name="StatusArea_Tracing_Default_Selected">
15608 <owner>bruthig@chromium.org</owner> 15630 <owner>bruthig@chromium.org</owner>
15609 <owner>tbuckley@chromium.org</owner> 15631 <owner>tbuckley@chromium.org</owner>
15610 <description> 15632 <description>
15611 Counts the number of times the user selects the tracing row in the system 15633 Counts the number of times the user selects the tracing row in the system
15612 menu. 15634 menu.
15613 </description> 15635 </description>
15614 </action> 15636 </action>
15615 15637
15616 <action name="StatusArea_VPN_AddBuiltIn"> 15638 <action name="StatusArea_VPN_AddBuiltIn">
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
16706 <action name="webapps.AddShortcut.Manifest"> 16728 <action name="webapps.AddShortcut.Manifest">
16707 <owner>mlamouri@chromium.org</owner> 16729 <owner>mlamouri@chromium.org</owner>
16708 <description> 16730 <description>
16709 Shortcut added to the homescreen with a valid Manifest. This action will be 16731 Shortcut added to the homescreen with a valid Manifest. This action will be
16710 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16732 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16711 to keep a trend of whether the webapp also add meta tags. 16733 to keep a trend of whether the webapp also add meta tags.
16712 </description> 16734 </description>
16713 </action> 16735 </action>
16714 16736
16715 </actions> 16737 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698