Remove support for deprecated mozPreservesPitch
Categories
(Core :: Audio/Video: Playback, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: az, Assigned: mathew.hodson)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Currently, mozPreservesPitch
is marked as deprecated and aliased to preservesPitch
as per 1652950. Gather data on how often mozPreservePitch
is used and completely remove support for it when usage is sufficiently low.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This has Deprecated="MozPreservesPitchDeprecatedPrefix"
. What do the use counters look like?
Comment 3•2 years ago
|
||
0.067%, which is a bit high IMO, but probably fine to try to remove? Worth maybe disabling on nightly for a bit first.
Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
bugherder |
Comment 8•2 years ago
|
||
The browser compat data for preservesPitch
should be updated to reflect the removal of the prefixed version.
Sebastian
Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
MDN docs work for this can be tracked in https://github.com/mdn/content/issues/28284. This was just a compatibility table update - the prefixed version was already removed "by default" and no particular need to include in MDN release note.
Description
•