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

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: Fix compile error 2 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
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 10241 matching lines...) Expand 10 before | Expand all | Expand 10 after
10979 10995
10980 <action name="PermissionBubbleRequestQueued"> 10996 <action name="PermissionBubbleRequestQueued">
10981 <owner>gbillock@chromium.org</owner> 10997 <owner>gbillock@chromium.org</owner>
10982 <owner>leng@chromium.org</owner> 10998 <owner>leng@chromium.org</owner>
10983 <description> 10999 <description>
10984 A website requested a permission which was queued because an existing 11000 A website requested a permission which was queued because an existing
10985 permission request was already visible. 11001 permission request was already visible.
10986 </description> 11002 </description>
10987 </action> 11003 </action>
10988 11004
11005 <action name="PhysicalWeb.NotificationPressed">
11006 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11007 <description>Please enter the description of the metric.</description>
11008 </action>
11009
11010 <action name="PhysicalWeb.UrlSelected">
11011 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11012 <description>Please enter the description of the metric.</description>
11013 </action>
11014
10989 <action name="PlatformVerificationAccepted"> 11015 <action name="PlatformVerificationAccepted">
10990 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11016 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10991 <description>Please enter the description of this user action.</description> 11017 <description>Please enter the description of this user action.</description>
10992 </action> 11018 </action>
10993 11019
10994 <action name="PlatformVerificationRejected"> 11020 <action name="PlatformVerificationRejected">
10995 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11021 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10996 <description>Please enter the description of this user action.</description> 11022 <description>Please enter the description of this user action.</description>
10997 </action> 11023 </action>
10998 11024
(...skipping 2096 matching lines...) Expand 10 before | Expand all | Expand 10 after
13095 <action name="webapps.AddShortcut.Manifest"> 13121 <action name="webapps.AddShortcut.Manifest">
13096 <owner>mlamouri@chromium.org</owner> 13122 <owner>mlamouri@chromium.org</owner>
13097 <description> 13123 <description>
13098 Shortcut added to the homescreen with a valid Manifest. This action will be 13124 Shortcut added to the homescreen with a valid Manifest. This action will be
13099 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13125 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13100 to keep a trend of whether the webapp also add meta tags. 13126 to keep a trend of whether the webapp also add meta tags.
13101 </description> 13127 </description>
13102 </action> 13128 </action>
13103 13129
13104 </actions> 13130 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698