Clean-up all fennec related code for media control
Categories
(Core :: Audio/Video: Playback, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(11 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
As Fennec is going to be deprecated and Fennec is no longer using the latest Nightly, it uses ESR68 related verisions and only accepts security issues to be uplifted.
Therefore, basically, we can remove all Fennec related media control codes in MediaElement and AudioChannelService.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Now I'm working on this, and I will target this on the next release cycle.
Assignee | ||
Comment 2•5 years ago
|
||
media-playback
is a notification which we used for Fennec to indicate media has started playing and we should show the virtual controller interface. As it's not being used by anyone since we deprecate Fennec, we can remove all related code.
Assignee | ||
Comment 3•5 years ago
|
||
media-playback-resumed
was a notification we used on Fennec to indicate media playback state changes and we should update the UI button on the virtual control interface. As it's not being used by anyone since we deprecate Fennec, we can remove all related code.
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
After removing Fennec-specific media control and audio focus related code, now no one is using mediaSuspend
attribute, so we can remove it as well.
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b930c378261f
https://hg.mozilla.org/mozilla-central/rev/5773999b5369
https://hg.mozilla.org/mozilla-central/rev/7ec5367d5333
https://hg.mozilla.org/mozilla-central/rev/d40249d08f6d
https://hg.mozilla.org/mozilla-central/rev/18d03fa6afc8
https://hg.mozilla.org/mozilla-central/rev/bce6163912b5
https://hg.mozilla.org/mozilla-central/rev/df73edd2575f
https://hg.mozilla.org/mozilla-central/rev/3d10b03cd269
https://hg.mozilla.org/mozilla-central/rev/769dc257c2ba
https://hg.mozilla.org/mozilla-central/rev/991725a20664
https://hg.mozilla.org/mozilla-central/rev/b1cdc8118638
Description
•