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

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

Issue 2110393003: [Autofill] Create more descriptive form submitted user actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked orignial user action as obselete Created 4 years, 5 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 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 suggestion selected by the user. This should always happen after a 1007 suggestion selected by the user. This should always happen after a
1008 Autofill_SelectedSuggestion. 1008 Autofill_SelectedSuggestion.
1009 </description> 1009 </description>
1010 </action> 1010 </action>
1011 1011
1012 <action name="Autofill_FormSubmitted"> 1012 <action name="Autofill_FormSubmitted">
1013 <owner>sebsg@chromium.org</owner> 1013 <owner>sebsg@chromium.org</owner>
1014 <description> 1014 <description>
1015 This user action is logged when Autofill detects a form submission. 1015 This user action is logged when Autofill detects a form submission.
1016 </description> 1016 </description>
1017 <obsolete>
1018 Deprecated 6/2016. Replaced by the versions with a suffix, which are more
1019 descriptive.
1020 </obsolete>
1021 </action>
1022
1023 <action name="Autofill_FormSubmitted_FilledAll">
1024 <owner>sebsg@chromium.org</owner>
1025 <description>
1026 This user action is logged when Autofill detects a form submission for a
1027 form where all the fields were autofilled.
1028 </description>
1029 </action>
1030
1031 <action name="Autofill_FormSubmitted_FilledNone_SuggestionsNotShown">
1032 <owner>sebsg@chromium.org</owner>
1033 <description>
1034 This user action is logged when Autofill detects a form submission for a
1035 form where Autofill suggestions were not shown.
1036 </description>
1037 </action>
1038
1039 <action name="Autofill_FormSubmitted_FilledNone_SuggestionsShown">
1040 <owner>sebsg@chromium.org</owner>
1041 <description>
1042 This user action is logged when Autofill detects a form submission for a
1043 form where an Autofill suggestion was shown but no fields were filled.
1044 </description>
1045 </action>
1046
1047 <action name="Autofill_FormSubmitted_FilledSome">
1048 <owner>sebsg@chromium.org</owner>
1049 <description>
1050 This user action is logged when Autofill detects a form submission for a
1051 form where some field were filled.
1052 </description>
1053 </action>
1054
1055 <action name="Autofill_FormSubmitted_NonFillable">
1056 <owner>sebsg@chromium.org</owner>
1057 <description>
1058 This user action is logged when Autofill detects a form submission for a
1059 form that is not Autofillable or for a form that was filled with new
1060 information that Autofill could not predict.
1061 </description>
1017 </action> 1062 </action>
1018 1063
1019 <action name="Autofill_OnWillSubmitForm"> 1064 <action name="Autofill_OnWillSubmitForm">
1020 <owner>sebsg@chromium.org</owner> 1065 <owner>sebsg@chromium.org</owner>
1021 <description> 1066 <description>
1022 This user action is logged when Autofill thinks a form is about to be 1067 This user action is logged when Autofill thinks a form is about to be
1023 submitted. The reason behind this is that some sites do not use the 1068 submitted. The reason behind this is that some sites do not use the
1024 traditional submit flow and we miss some actual submissions because of that. 1069 traditional submit flow and we miss some actual submissions because of that.
1025 </description> 1070 </description>
1026 </action> 1071 </action>
(...skipping 13835 matching lines...) Expand 10 before | Expand all | Expand 10 after
14862 <action name="webapps.AddShortcut.Manifest"> 14907 <action name="webapps.AddShortcut.Manifest">
14863 <owner>mlamouri@chromium.org</owner> 14908 <owner>mlamouri@chromium.org</owner>
14864 <description> 14909 <description>
14865 Shortcut added to the homescreen with a valid Manifest. This action will be 14910 Shortcut added to the homescreen with a valid Manifest. This action will be
14866 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14911 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14867 to keep a trend of whether the webapp also add meta tags. 14912 to keep a trend of whether the webapp also add meta tags.
14868 </description> 14913 </description>
14869 </action> 14914 </action>
14870 14915
14871 </actions> 14916 </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