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

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

Issue 2900913002: add UMA metrics for voice interaction entries. (Closed)
Patch Set: change to log user action instead. Created 3 years, 6 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 16825 matching lines...) Expand 10 before | Expand all | Expand 10 after
16836 <action name="ViewSource"> 16836 <action name="ViewSource">
16837 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16837 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16838 <description>Please enter the description of this user action.</description> 16838 <description>Please enter the description of this user action.</description>
16839 </action> 16839 </action>
16840 16840
16841 <action name="VirtualKeyboardLoaded"> 16841 <action name="VirtualKeyboardLoaded">
16842 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16842 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16843 <description>Please enter the description of this user action.</description> 16843 <description>Please enter the description of this user action.</description>
16844 </action> 16844 </action>
16845 16845
16846 <action name="VoiceInteraction.Entry.AppListButtonLongPress">
Ilya Sherman 2017/05/24 05:47:59 Optional nit: I'd choose "Started" or "Launched" o
Daniel Erat 2017/05/24 13:07:55 agreed. "entry" is ambiguous about whether it refe
Muyuan 2017/05/24 17:48:57 Done.
Muyuan 2017/05/24 17:48:57 Done.
16847 <owner>muyuanli@chromium.org</owner>
16848 <description>
16849 User launches voice interaction session through long pressing app list
Ilya Sherman 2017/05/24 05:47:59 nit: s/launches/launched (and ditto throughout)
Muyuan 2017/05/24 17:48:57 Done.
16850 button.
16851 </description>
16852 </action>
16853
16854 <action name="VoiceInteraction.Entry.Search_A">
16855 <owner>muyuanli@chromium.org</owner>
16856 <description>
16857 User launches voice interaction session through Search + A.
16858 </description>
16859 </action>
16860
16861 <action name="VoiceInteraction.Entry.Search_Space">
16862 <owner>muyuanli@chromium.org</owner>
16863 <description>
16864 User launches voice interaction session through Search + Space.
16865 </description>
16866 </action>
16867
16868 <action name="VoiceInteraction.MetaLayerEntry.Search_Shift_A">
16869 <owner>muyuanli@chromium.org</owner>
16870 <description>
16871 User launches meta layer through Search + Shift + A.
Daniel Erat 2017/05/24 13:07:55 "metalayer" here too if that's what's typically us
Muyuan 2017/05/24 17:48:57 Done.
16872 </description>
16873 </action>
16874
16846 <action name="WP_EditImage"> 16875 <action name="WP_EditImage">
16847 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16876 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16848 <description>Please enter the description of this user action.</description> 16877 <description>Please enter the description of this user action.</description>
16849 </action> 16878 </action>
16850 16879
16851 <action name="WP_Gallery"> 16880 <action name="WP_Gallery">
16852 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 16881 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
16853 <description>Please enter the description of this user action.</description> 16882 <description>Please enter the description of this user action.</description>
16854 </action> 16883 </action>
16855 16884
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
17302 <action name="webapps.AddShortcut.Manifest"> 17331 <action name="webapps.AddShortcut.Manifest">
17303 <owner>mlamouri@chromium.org</owner> 17332 <owner>mlamouri@chromium.org</owner>
17304 <description> 17333 <description>
17305 Shortcut added to the homescreen with a valid Manifest. This action will be 17334 Shortcut added to the homescreen with a valid Manifest. This action will be
17306 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17335 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17307 to keep a trend of whether the webapp also add meta tags. 17336 to keep a trend of whether the webapp also add meta tags.
17308 </description> 17337 </description>
17309 </action> 17338 </action>
17310 17339
17311 </actions> 17340 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698