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

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: 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..0dcaa78d161811db237c3eae22e0d3fb27f70f39 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1009,10 +1009,44 @@ should be able to be added at any place in this file.
</description>
</action>
-<action name="Autofill_FormSubmitted">
rkaplow 2016/06/30 18:30:51 leave this and mark as obsolete
sebsg 2016/06/30 18:39:24 Done.
+<action name="Autofill_FormSubmitted_FilledAll">
<owner>sebsg@chromium.org</owner>
<description>
- This user action is logged when Autofill detects a form submission.
+ 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>
« 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