Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 7b2a5f27b5ccf841eb7797fa4a71eaaf56520443..0e32c70cbccf6059afc8809554345eaf86e81f5f 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -1803,6 +1803,80 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Autofill.FormEvents.Address" enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary>Autofill form events for address forms.</summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.Address.WithBothServerAndLocalData" |
Ilya Sherman
2015/01/30 05:35:48
I'd recommend using a <histogram_suffixes> element
Walter Cacau
2015/01/30 05:55:15
Done.
|
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary> |
+ Autofill form events for address forms (both server and local autofill |
+ data). |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.Address.WithNoData" |
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary>Autofill form events for address forms (no autofill data).</summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.Address.WithOnlyLocalData" |
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary> |
+ Autofill form events for address forms (only local autofill data). |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.Address.WithOnlyServerData" |
Ilya Sherman
2015/01/30 05:35:48
As I mentioned on the doc, I think the local/serve
Walter Cacau
2015/01/30 05:55:15
That is a fair point. We (me and my team) believe
Ilya Sherman
2015/01/30 22:23:48
Please file a bug in the Chromium bug tracker, wit
Walter Cacau
2015/01/31 00:35:55
Done.
https://code.google.com/p/chromium/issues/de
|
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary> |
+ Autofill form events for address forms (only server autofill data). |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.CreditCard" enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary>Autofill form events for credit card forms.</summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.CreditCard.WithBothServerAndLocalData" |
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary> |
+ Autofill form events for credit card forms (both server and local autofill |
+ data). |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.CreditCard.WithNoData" |
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary> |
+ Autofill form events for credit card forms (no autofill data). |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.CreditCard.WithOnlyLocalData" |
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary> |
+ Autofill form events for credit card forms (only local autofill data). |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Autofill.FormEvents.CreditCard.WithOnlyServerData" |
+ enum="AutofillFormEvent"> |
+ <owner>waltercacau@chromium.org</owner> |
+ <summary> |
+ Autofill form events for credit card forms (only server autofill data). |
+ </summary> |
+</histogram> |
+ |
<histogram name="Autofill.IsEnabled.PageLoad" enum="BooleanEnabled"> |
<owner>isherman@chromium.org</owner> |
<summary> |
@@ -42765,6 +42839,10 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="17" label="fp05cc03e1"/> |
</enum> |
+<enum name="AutofillFormEvent" type="int"> |
+ <int value="1" label="Interected once"/> |
Ilya Sherman
2015/01/30 05:35:48
Are you planning to add more events? Any reason n
Ilya Sherman
2015/01/30 05:35:48
nit: Any reason not to start numbering at 0?
Ilya Sherman
2015/01/30 05:35:48
nit: "Interected" -> "Interacted"
Walter Cacau
2015/01/30 05:55:15
Funny story, I have a feeling we have been doing s
Walter Cacau
2015/01/30 05:55:15
Yes I am. I may do it in this CL but I wanted a to
Walter Cacau
2015/01/30 05:55:15
Done.
Ilya Sherman
2015/01/30 22:23:48
The assertion is only tripped if you try to define
|
+</enum> |
+ |
<enum name="AutofillMacAddressBook" type="int"> |
<int value="0" label="Showed popup entry"/> |
<int value="1" label="Selected popup entry"/> |