Closed
Bug 1614768
Opened 5 years ago
Closed 4 years ago
Port media playback warnings to fission
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
Fission Milestone | M6c |
People
(Reporter: enndeakin, Assigned: bryce)
References
Details
There are some media-related notifications that are handled by browser-media.js and ContentObserver.js. Port them so that they work in fission with JSWindowActors.
Should be fairly simple. They respond to observer notifications with the window as an argument, and actors can handle that in their declarations. Then they just notify the parent process via a message which then shows a notification.
Comment 1•5 years ago
|
||
metadata for https://searchfox.org/mozilla-central/source/browser/base/content/browser-media.js suggests this goes in Core :: A/V playback, which I think is where the original EME work was too, so let's move it there.
Component: General → Audio/Video: Playback
Product: Firefox → Core
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → bvandyk
Severity: normal → S3
Flags: needinfo?(bvandyk)
Priority: -- → P2
Comment 4•5 years ago
|
||
This bug is a Fission Nightly blocker (milestone M6c).
Fission Milestone: M6 → M6c
Reporter | ||
Comment 5•4 years ago
|
||
Dependencies are now done.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•