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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/core/browser/autofill_metrics_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index a4f26ab5bd26ddcd14c58d3f2eabd1e3dbf8a1ad..cb242552fe158302b974f7e2b093983033e0bfd1 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1014,6 +1014,51 @@ should be able to be added at any place in this file.
<description>
This user action is logged when Autofill detects a form submission.
</description>
+ <obsolete>
+ Deprecated 6/2016. Replaced by the versions with a suffix, which are more
+ descriptive.
+ </obsolete>
+</action>
+
+<action name="Autofill_FormSubmitted_FilledAll">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ This user action is logged when Autofill detects a form submission for a
+ form where all the fields were autofilled.
+ </description>
+</action>
+
+<action name="Autofill_FormSubmitted_FilledNone_SuggestionsNotShown">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ This user action is logged when Autofill detects a form submission for a
+ form where Autofill suggestions were not shown.
+ </description>
+</action>
+
+<action name="Autofill_FormSubmitted_FilledNone_SuggestionsShown">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ This user action is logged when Autofill detects a form submission for a
+ form where an Autofill suggestion was shown but no fields were filled.
+ </description>
+</action>
+
+<action name="Autofill_FormSubmitted_FilledSome">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ This user action is logged when Autofill detects a form submission for a
+ form where some field were filled.
+ </description>
+</action>
+
+<action name="Autofill_FormSubmitted_NonFillable">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ This user action is logged when Autofill detects a form submission for a
+ form that is not Autofillable or for a form that was filled with new
+ information that Autofill could not predict.
+ </description>
</action>
<action name="Autofill_OnWillSubmitForm">
« 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