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

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

Issue 1412623006: Developer Feature: Add Debug Accelerators to Toggle Touchscreen/Touchpad On or Off (CrOS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 5 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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 <action name="Accel_Toggle_Mirror_Mode"> 718 <action name="Accel_Toggle_Mirror_Mode">
719 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 719 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
720 <description>Please enter the description of this user action.</description> 720 <description>Please enter the description of this user action.</description>
721 </action> 721 </action>
722 722
723 <action name="Accel_Toggle_Spoken_Feedback"> 723 <action name="Accel_Toggle_Spoken_Feedback">
724 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 724 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
725 <description>Please enter the description of this user action.</description> 725 <description>Please enter the description of this user action.</description>
726 </action> 726 </action>
727 727
728 <action name="Accel_Toggle_Touchpad">
729 <owner>afakhry@chromium.org</owner>
730 <description>
731 Metric recorded when the user toggles the touchpad status using the
Mark P 2015/11/06 05:02:37 Are you sure you don't want user actions that indi
afakhry 2015/11/06 17:33:09 I think we're interested in just knowing how many
732 debugging accelerator.
733 </description>
734 </action>
735
736 <action name="Accel_Toggle_Touchscreen">
737 <owner>afakhry@chromium.org</owner>
738 <description>
739 Metric recorded when the user toggles the touchscreen status using the
740 debugging accelerator.
741 </description>
742 </action>
743
728 <action name="Accel_Touch_Hud_Clear"> 744 <action name="Accel_Touch_Hud_Clear">
729 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 745 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
730 <description>Please enter the description of this user action.</description> 746 <description>Please enter the description of this user action.</description>
731 </action> 747 </action>
732 748
733 <action name="Accel_VolumeDown_F9"> 749 <action name="Accel_VolumeDown_F9">
734 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 750 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
735 <description>Please enter the description of this user action.</description> 751 <description>Please enter the description of this user action.</description>
736 </action> 752 </action>
737 753
(...skipping 12383 matching lines...) Expand 10 before | Expand all | Expand 10 after
13121 <action name="webapps.AddShortcut.Manifest"> 13137 <action name="webapps.AddShortcut.Manifest">
13122 <owner>mlamouri@chromium.org</owner> 13138 <owner>mlamouri@chromium.org</owner>
13123 <description> 13139 <description>
13124 Shortcut added to the homescreen with a valid Manifest. This action will be 13140 Shortcut added to the homescreen with a valid Manifest. This action will be
13125 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13141 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13126 to keep a trend of whether the webapp also add meta tags. 13142 to keep a trend of whether the webapp also add meta tags.
13127 </description> 13143 </description>
13128 </action> 13144 </action>
13129 13145
13130 </actions> 13146 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698