Implement support actions API on MediaControlKeysEventSource
Categories
(Core :: Audio/Video: Playback, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
Attachments
(9 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
Per [1], we would like to implement supported actions for MediaControlKeysEventSource
.
[1] https://w3c.github.io/mediasession/#supported-media-session-actions
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
Finish the first version, then I'm going to write tests.
Updated•4 years ago
|
Assignee | ||
Comment 7•4 years ago
|
||
Today's update, finish the webidl for exposing the media controller to Chrome JS, which allows us to write test easier and can be used for the MediaHub.
Assignee | ||
Comment 8•4 years ago
|
||
Assignee | ||
Comment 9•4 years ago
|
||
Assignee | ||
Comment 10•4 years ago
|
||
Assignee | ||
Comment 11•4 years ago
|
||
Because there are already too many patches on implementing supported action, I will move supporting PiP to another bug. In addition, will also file a bug for supporting controlling media before media starts, which is a request from Firefox Reality team.
Updated•4 years ago
|
Assignee | ||
Comment 12•4 years ago
|
||
This patch will
- remove
MediaControlKeysEvent
and useMediaControlKey
to replace it - rename names for all
MediaControlKey
related methods, functions, classes and descriptions
The advantage of doing so are
- remove the duplicated type so that we only need to maintain
MediaControlKey
Assignee | ||
Updated•4 years ago
|
Comment 13•4 years ago
|
||
Comment 14•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a042c009ea63
https://hg.mozilla.org/mozilla-central/rev/753f1c632de5
https://hg.mozilla.org/mozilla-central/rev/3502f8c7a17d
https://hg.mozilla.org/mozilla-central/rev/a48b6554ba9c
https://hg.mozilla.org/mozilla-central/rev/714b2fb21e23
https://hg.mozilla.org/mozilla-central/rev/98843b4e9041
https://hg.mozilla.org/mozilla-central/rev/8e04037ca021
https://hg.mozilla.org/mozilla-central/rev/e41abab613ae
https://hg.mozilla.org/mozilla-central/rev/52e0f62534ea
Updated•4 years ago
|
Description
•