IsSameOriginWithAllParentDocs in MediaDevices.cpp probably doesn't work as expected in Fission
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: hiro, Assigned: jib)
References
Details
Attachments
(1 file)
here. Since it uses GetCrossDocParentNode, it can't walk node tree across the cross-origin document boundaries.
Comment 1•5 years ago
|
||
Jan-Ivar, would you mind taking a first pass at triaging this?
Assignee | ||
Comment 2•5 years ago
|
||
Looks like this would affect our cross-origin getUserMedia and getDisplayMedia telemetry probes.
The fission meta bug is P3 so I used that.
Comment 3•5 years ago
|
||
When we circle back to this, we should evaluate if we have the data we wanted from the probes. If so, the probes and the function in question can be removed.
Comment 4•5 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Comment 5•5 years ago
|
||
Tracking for Fission Nightly (M6)
What functionality is broken in Fission by this bug? kmag says this bug should be relatively easy to fix by walking the BrowsingContext tree.
Assignee | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Jan-Ivar, should this bug block shipping Fission MVP to Release? If so, should it also block enabling Fission in Nightly?
Assignee | ||
Comment 7•5 years ago
|
||
Feature policy has been enabled, so these probes have served out their purpose, and can be removed. I'll add a patch to remove them.
Comment 8•5 years ago
|
||
(In reply to Jan-Ivar Bruaroey [:jib] (needinfo? me) from comment #7)
Feature policy has been enabled, so these probes have served out their purpose, and can be removed. I'll add a patch to remove them.
Thanks. In that case, this bug doesn't need to block shipping Fission. :)
Assignee | ||
Comment 9•5 years ago
|
||
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Description
•