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

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

Issue 2495373005: Record ChromeVox metrics (Closed)
Patch Set: Record once on startup, and add externs 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 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after
2641 <action name="ChromeGeneratedCustomTab.StartedReopened"> 2641 <action name="ChromeGeneratedCustomTab.StartedReopened">
2642 <owner>tedchoc@chromium.org</owner> 2642 <owner>tedchoc@chromium.org</owner>
2643 <description> 2643 <description>
2644 A Chrome generated CustomTabActivity (instead of a client app) was started 2644 A Chrome generated CustomTabActivity (instead of a client app) was started
2645 by reopening a previously created instance. This can happen if you send a 2645 by reopening a previously created instance. This can happen if you send a
2646 CCT to the background via the home button and reselect it from Android 2646 CCT to the background via the home button and reselect it from Android
2647 Overview. 2647 Overview.
2648 </description> 2648 </description>
2649 </action> 2649 </action>
2650 2650
2651 <action name="ChromeVox.Jump">
Ilya Sherman 2016/11/15 22:40:32 nit: It might be good to use the same "Accessibili
dmazzoni 2016/11/16 18:21:25 Done.
2652 <owner>dmazzoni@chromium.org</owner>
2653 <description>
2654 A Chrome OS user with spoken feedback enabled has executed any jump action,
2655 like jumping to the next heading on a web page.
2656 </description>
2657 </action>
2658
2659 <action name="ChromeVox.Navigate">
2660 <owner>dmazzoni@chromium.org</owner>
2661 <description>
2662 A Chrome OS user with spoken feedback enabled has executed any navigation
2663 action, like navigating to the next object on the screen.
2664 </description>
2665 </action>
2666
2667 <action name="ChromeVox.ToggleNextOff">
2668 <owner>dmazzoni@chromium.org</owner>
2669 <description>
2670 A Chrome OS user with spoken feedback enabled manually toggles ChromeVox
2671 Next off.
2672 </description>
2673 </action>
2674
2675 <action name="ChromeVox.ToggleNextOn">
2676 <owner>dmazzoni@chromium.org</owner>
2677 <description>
2678 A Chrome OS user with spoken feedback enabled manually toggles ChromeVox
2679 Next on.
2680 </description>
2681 </action>
2682
2651 <action name="ClearAuthenticationCache"> 2683 <action name="ClearAuthenticationCache">
2652 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2684 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2653 <description>Please enter the description of this user action.</description> 2685 <description>Please enter the description of this user action.</description>
2654 </action> 2686 </action>
2655 2687
2656 <action name="ClearBrowsingData_Autofill"> 2688 <action name="ClearBrowsingData_Autofill">
2657 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2689 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2658 <description>Please enter the description of this user action.</description> 2690 <description>Please enter the description of this user action.</description>
2659 </action> 2691 </action>
2660 2692
(...skipping 13242 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

Powered by Google App Engine
This is Rietveld 408576698