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

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: Nits 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
« no previous file with comments | « components/autofill/core/browser/autofill_metrics_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>sebsg@chromium.org</owner>
907 <description>A credit card suggestion was filled in a form.</description>
908 </action>
909
910 <action name="Autofill_FilledProfileSuggestion">
911 <owner>sebsg@chromium.org</owner>
912 <description>A profile suggestion was filled in a form.</description>
913 </action>
914
915 <action name="Autofill_FormSubmitted">
916 <owner>sebsg@chromium.org</owner>
917 <description>An autofillable form was submitted by the user.</description>
918 </action>
919
920 <action name="Autofill_OnWillSubmitForm">
921 <owner>sebsg@chromium.org</owner>
922 <description>An autofillable form will be submitted by the user.</description>
923 </action>
924
925 <action name="Autofill_PolledCreditCardSuggestions">
926 <owner>sebsg@chromium.org</owner>
927 <description>
928 The user focused on an autofillable credit card field.
929 </description>
930 </action>
931
932 <action name="Autofill_PolledProfileSuggestions">
933 <owner>sebsg@chromium.org</owner>
934 <description>The user focused on an autofillable profile field.</description>
935 </action>
936
937 <action name="Autofill_SelectedSuggestion">
938 <owner>sebsg@chromium.org</owner>
939 <description>
940 The user selected one of the proposed Autofill suggestions.
941 </description>
942 </action>
943
944 <action name="Autofill_ShowedCreditCardSuggestions">
945 <owner>sebsg@chromium.org</owner>
946 <description>
947 The autofill credit card suggestions popup was shown to the user.
948 </description>
949 </action>
950
951 <action name="Autofill_ShowedProfileSuggestions">
952 <owner>sebsg@chromium.org</owner>
953 <description>
954 The autofill profile suggestions popup was shown to the user.
955 </description>
956 </action>
957
905 <action name="AutomaticReset_WebUIBanner_BannerShown"> 958 <action name="AutomaticReset_WebUIBanner_BannerShown">
906 <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>
907 <description>Please enter the description of this user action.</description> 960 <description>Please enter the description of this user action.</description>
908 </action> 961 </action>
909 962
910 <action name="AutomaticReset_WebUIBanner_ManuallyClosed"> 963 <action name="AutomaticReset_WebUIBanner_ManuallyClosed">
911 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 964 <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> 965 <description>Please enter the description of this user action.</description>
913 </action> 966 </action>
914 967
(...skipping 13172 matching lines...) Expand 10 before | Expand all | Expand 10 after
14087 <action name="webapps.AddShortcut.Manifest"> 14140 <action name="webapps.AddShortcut.Manifest">
14088 <owner>mlamouri@chromium.org</owner> 14141 <owner>mlamouri@chromium.org</owner>
14089 <description> 14142 <description>
14090 Shortcut added to the homescreen with a valid Manifest. This action will be 14143 Shortcut added to the homescreen with a valid Manifest. This action will be
14091 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14144 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14092 to keep a trend of whether the webapp also add meta tags. 14145 to keep a trend of whether the webapp also add meta tags.
14093 </description> 14146 </description>
14094 </action> 14147 </action>
14095 14148
14096 </actions> 14149 </actions>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698