Closed
Bug 1655609
Opened 4 years ago
Closed 4 years ago
Make DecoderDoctor ContentObserver.js fission friendly
Categories
(Core :: Audio/Video, task)
Core
Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1649532
Fission Milestone | M7 |
People
(Reporter: hiro, Unassigned)
References
(Blocks 1 open bug)
Details
When I tried to reproduce bug 1619370 (STR is in bug 1619370 comment 2), I saw;
JavaScript error: resource:///modules/ContentObservers.js, line 28: SecurityError: Permission denied to access property "docShell" on cross-origin objec
Apparently it tries to get the doc shell for OOP's one.
Comment 1•4 years ago
|
||
kmag says: "It looks like that observer doesn't actually send a message to the parent, but we should be able to use it to replace the ContentObservers stuff."
Fission Milestone: --- → M7
Component: General → Audio/Video
Product: Firefox → Core
Summary: Make ContentObserver.js fission friendly → Make DecoderDoctor ContentObserver.js fission friendly
Comment 2•4 years ago
|
||
This was done in bug 1649532.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•