Closed
Bug 1601301
Opened 5 years ago
Closed 5 years ago
Adapt webrtc UI (permission prompts, tab icons and active streams menu) for fission
Categories
(Firefox :: Site Permissions, task, P3)
Firefox
Site Permissions
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(3 files)
No description provided.
Updated•5 years ago
|
Priority: -- → P3
Comment 1•5 years ago
|
||
WebRTC blocks enabling Fission Nightly (M6), but does WebRTC need to block internal Fission dogfood testing (M5)?
Tentatively tracking for Fission dogfooding (M5)
Fission Milestone: --- → M5
Assignee | ||
Comment 2•5 years ago
|
||
...will be called on each window in turn, r=pehrsons
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D56569
Assignee | ||
Comment 4•5 years ago
|
||
...listening is also modified to listen to notifications from all frames, r=johannh
Depends on D56570
Updated•5 years ago
|
Attachment #9114915 -
Attachment description: Bug 1601301, add a non-recursive flag to mediaCaptureWindowState. With fission enabled, we will need to handle each subframe separately. Instead, the window will be supplied in the recording-device-events notification and mediaCaptureWindowState... → Bug 1601301, add a non-recursive flag to mediaCaptureWindowState. With fission, need to handle each subframe separately, r=jib
Updated•5 years ago
|
Attachment #9114915 -
Attachment description: Bug 1601301, add a non-recursive flag to mediaCaptureWindowState. With fission, need to handle each subframe separately, r=jib → Bug 1601301, add an 'include descendants' flag to mediaCaptureWindowState. With fission, need to handle each subframe separately, r=jib
Updated•5 years ago
|
Attachment #9114917 -
Attachment description: Bug 1601301, modify the browser_devices_get_user_media_in_frame.js to iterate twice, once performing the operation on an two same-process frames, and a second time with frames that in fission mode would be in different processes. The observer... → Bug 1601301, modify browser_devices_get_user_media_in_frame.js to iterate twice, once performing the operation on two same-process frames, and a second time with frames that in fission mode would be in different processes, r=johannh
Pushed by neil@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/29da892a8473
add an 'include descendants' flag to mediaCaptureWindowState. With fission, need to handle each subframe separately, r=jib
https://hg.mozilla.org/integration/autoland/rev/99dbe196e0a6
rework webrtc permission granting UI around JSWindowActor, performing the work of determining the ultimate state for the tab icon and menu in the parent rather than the content process, r=johannh
https://hg.mozilla.org/integration/autoland/rev/cf63a0b7bd7d
modify browser_devices_get_user_media_in_frame.js to iterate twice, once performing the operation on two same-process frames, and a second time with frames that in fission mode would be in different processes, r=johannh
Assignee | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/29da892a8473
https://hg.mozilla.org/mozilla-central/rev/99dbe196e0a6
https://hg.mozilla.org/mozilla-central/rev/cf63a0b7bd7d
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•