Bug 990200 - Part 1: Add 3 filling type scalar for the autofill type count. r=bsmedberg,MattN

MozReview-Commit-ID: 5dzVQ2nlC2y

--HG--
extra : rebase_source : aa83b29ff71a5bcc60bdd60a8ec0db772e04b362
This commit is contained in:
steveck-chung 2017-05-09 15:33:20 +08:00
Родитель a590cd6dde
Коммит e3174dd221
1 изменённых файлов: 44 добавлений и 0 удалений

Просмотреть файл

@ -724,6 +724,50 @@ gfx.advanced.layers:
record_in_processes: record_in_processes:
- 'main' - 'main'
# The following section contains the form autofill related scalars.
formautofill.addresses:
fill_type_manual:
bug_numbers:
- 990200
description: Count at submission time whether the submitted form was filled manually.
expires: never
kind: uint
notification_emails:
- autofill@lists.mozilla.org
- jcheng@mozilla.com
- chsiang@mozilla.com
release_channel_collection: opt-out
record_in_processes:
- 'main'
fill_type_autofill:
bug_numbers:
- 990200
description: Count at submission time whether the submitted form was autofilled.
expires: never
kind: uint
notification_emails:
- autofill@lists.mozilla.org
- jcheng@mozilla.com
- chsiang@mozilla.com
release_channel_collection: opt-out
record_in_processes:
- 'main'
fill_type_autofill_update:
bug_numbers:
- 990200
description: >
Count at submission time whether the submitted form was autofilled, but
the data in form is changed and can not be merged to orginal address profile.
expires: never
kind: uint
notification_emails:
- autofill@lists.mozilla.org
- jcheng@mozilla.com
- chsiang@mozilla.com
release_channel_collection: opt-out
record_in_processes:
- 'main'
# The following section is for probes testing the Telemetry system. They will not be # The following section is for probes testing the Telemetry system. They will not be
# submitted in pings and are only used for testing. # submitted in pings and are only used for testing.
telemetry.test: telemetry.test: