Closed
Bug 1647407
Opened 5 years ago
Closed 5 years ago
Fix use of GetCrossDocParentNode in Navigator::MozGetUserMediaDevices
Categories
(Core :: WebRTC: Audio/Video, defect)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1579261
People
(Reporter: kmag, Unassigned)
References
Details
It's used to count when getUserMedia is used in a cross-origin iframe, but by definition will never be able to walk to a cross-origin parent frame under Fission. It needs to be updated to use WindowContexts instead, and assume a cross-process context is cross-origin.
Comment 1•5 years ago
|
||
Nico, it looks like you added the call in Bug 1528078, would you be comfortable updating it?
Comment 3•5 years ago
|
||
Hah! turns out both uses were added by the same bug :) Sorry for the noise.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•