Add Telemetry probe for checkboxes in preference
Categories
(Thunderbird :: Preferences, enhancement)
Tracking
(thunderbird_esr91 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | wontfix |
People
(Reporter: sancus, Assigned: leftmostcat)
References
Details
Attachments
(3 files)
We'd like to gather data on which preferences people have selected. For the first iteration of this, lets just stick to the checkboxes. These should map to a keyed scalar with 0 or 1 set for each key without any trouble. Some of them have subsequent select or text boxes and those can be ignored for now.
Comment 1•3 years ago
|
||
In mail/components/preferences/test/browser we test every check box (or we did, and I hope the tests have been updated with the code), so the list of calls to testCheckboxes should be an easy way to get the preferences in question. Same with the radio buttons when we get there.
Comment 2•3 years ago
|
||
… except the calendar preferences, because it's the calendar and everything about it is different just to be annoying.
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D141520
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Reporter | ||
Comment 6•3 years ago
|
||
Comment on attachment 9268977 [details]
dr-request.md
Seems good to me, approved.
Data Review Form:
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Documentation included in the repository in the Scalars.yaml file. Complete list of collected booleans presently at comm/mail/base/content/msgMail3PaneWindow.js
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, using standard Telemetry opt-out.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Andrei Hajdukewycz(:sancus) will permanently monitor this data.
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, Interaction data.
- Is the data collection request for default-on or default-off?
Default on for all channels, countries, and locales.
- Does the instrumentation include the addition of any new identifiers?
No.
- Is the data collection covered by the existing Firefox privacy notice?
Yes.
- Does the data collection use a third-party collection tool? If yes, escalate to legal.
No.
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/a7975d64bf91
report values of boolean preferences. r=darktrojan
https://hg.mozilla.org/comm-central/rev/edfe8ca1ee0b
remove non-applicable modelines. r=darktrojan
Comment 8•3 years ago
•
|
||
mail/components/preferences/preferences.xhtml still has non HTML-style comment.
Assignee | ||
Comment 9•3 years ago
|
||
Anywhere I wasn't certain that HTML-style comments would be preferred/consistent, I left them as-is. My focus was just on the bogus modelines.
Comment 10•3 years ago
|
||
(In reply to Sean Burke [:leftmostcat] from comment #9)
Anywhere I wasn't certain that HTML-style comments would be preferred/consistent, I left them as-is. My focus was just on the bogus modelines.
I see.
In mail/components/preferences/colors.xhtml, you have fixed HTML-style comments.
So I assumed you would do the same fix in mail/components/preferences/preferences.xhtml too.
Comment 11•3 years ago
|
||
Did we intend to uplift this to 91 or not?
Assignee | ||
Comment 12•3 years ago
|
||
I believe the intent is not to uplift this.
Updated•3 years ago
|
Reporter | ||
Comment 13•3 years ago
|
||
Yeah, with 102 so close I don't see much benefit to uplifting this.
Description
•