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

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

Issue 1874493002: [Autofill] Add user actions for checkout flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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. 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 immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 <action name="AppList_VoiceSearchStartedManually"> 895 <action name="AppList_VoiceSearchStartedManually">
896 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 896 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
897 <description>Please enter the description of this user action.</description> 897 <description>Please enter the description of this user action.</description>
898 </action> 898 </action>
899 899
900 <action name="AutoDetectChange"> 900 <action name="AutoDetectChange">
901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
902 <description>Please enter the description of this user action.</description> 902 <description>Please enter the description of this user action.</description>
903 </action> 903 </action>
904 904
905 <action name="Autofill_FilledCreditCardSuggestion">
906 <owner>chrome-autofill@google.com</owner>
Mathieu 2016/04/11 16:45:46 put your chromium email here
sebsg 2016/04/12 14:40:59 Done.
907 <description>A credit card suggestion was filled in a form.</description>
908 </action>
909
910 <action name="Autofill_FilledProfileSuggestion">
911 <owner>chrome-autofill@google.com</owner>
912 <description>A profile suggestion was filled in a form.</description>
913 </action>
914
915 <action name="Autofill_FormSubmitted">
916 <owner>chrome-autofill@google.com</owner>
917 <description>An autofillable form was submitted by the user.</description>
918 </action>
919
920 <action name="Autofill_PolledCreditCardSuggestions">
921 <owner>chrome-autofill@google.com</owner>
922 <description>
923 The user focused on an autofillable credit card field.
924 </description>
925 </action>
926
927 <action name="Autofill_PolledProfileSuggestions">
928 <owner>chrome-autofill@google.com</owner>
929 <description>The user focused on an autofillable profile field.</description>
930 </action>
931
932 <action name="Autofill_SelectedSuggestion">
933 <owner>chrome-autofill@google.com</owner>
934 <description>
935 The user selected one of the proposed Autofill suggestions.
936 </description>
937 </action>
938
939 <action name="Autofill_ShowedCreditCardSuggestions">
940 <owner>chrome-autofill@google.com</owner>
941 <description>
942 The autofill credit card suggestions popup was shown to the user.
943 </description>
944 </action>
945
946 <action name="Autofill_ShowedProfileSuggestions">
947 <owner>chrome-autofill@google.com</owner>
948 <description>
949 The autofill profile suggestions popup was shown to the user.
950 </description>
951 </action>
952
905 <action name="AutomaticReset_WebUIBanner_BannerShown"> 953 <action name="AutomaticReset_WebUIBanner_BannerShown">
906 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 954 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
907 <description>Please enter the description of this user action.</description> 955 <description>Please enter the description of this user action.</description>
908 </action> 956 </action>
909 957
910 <action name="AutomaticReset_WebUIBanner_ManuallyClosed"> 958 <action name="AutomaticReset_WebUIBanner_ManuallyClosed">
911 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 959 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
912 <description>Please enter the description of this user action.</description> 960 <description>Please enter the description of this user action.</description>
913 </action> 961 </action>
914 962
(...skipping 13172 matching lines...) Expand 10 before | Expand all | Expand 10 after
14087 <action name="webapps.AddShortcut.Manifest"> 14135 <action name="webapps.AddShortcut.Manifest">
14088 <owner>mlamouri@chromium.org</owner> 14136 <owner>mlamouri@chromium.org</owner>
14089 <description> 14137 <description>
14090 Shortcut added to the homescreen with a valid Manifest. This action will be 14138 Shortcut added to the homescreen with a valid Manifest. This action will be
14091 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14139 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14092 to keep a trend of whether the webapp also add meta tags. 14140 to keep a trend of whether the webapp also add meta tags.
14093 </description> 14141 </description>
14094 </action> 14142 </action>
14095 14143
14096 </actions> 14144 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698