Add a Telemetry to know how many users are blocking muted media by default
Categories
(Core :: Audio/Video: Playback, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(2 files, 4 obsolete files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
1.79 KB,
text/plain
|
tdsmith
:
data-review+
|
Details |
We should extend the Telemetry ping media.autoplay_default_blocked
[1] or have a new one to record the amount of blocking muted media by default.
Assignee | ||
Comment 1•6 years ago
|
||
Bug 1356046 incorrectly removed the current ping media.autoplay_default_blocked
.
Assignee | ||
Comment 2•6 years ago
|
||
As this scalar was incorrectly removed in bug1356046, which should only remove expired Telemetry, we revert the change.
Assignee | ||
Comment 3•6 years ago
|
||
As we have extended the pref media.autoplay_default_blocked
in bug1543812, we also want to know how many users choose to block all media, not just blocking audible media.
Therefore, change this scalar to uint
to accept new value, and modify the release collection option because we would like to know how users in release channel would use this feature.
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
We acutally have an old Telemetry ping autoplay_default_blocked
, which, however, has been removed incorrectly in bug1356046.
As we have extended the setting options of blocking autoplay in bug1543812, it's also no longer proper to use scalar to store it.
Therefore, create an new histogram Telemetry ping to store the amount of the value of different autoplay setting option.
(0=allow, 1=block audible, 5=block all, they are from the pref 'media.autoplay.default')
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
bugherder |
Description
•