Closed
Bug 1647425
Opened 5 years ago
Closed 5 years ago
Fix use of GetTopLevelContentDocument in HTMLMediaElement::MaybeNotifyAutoplayBlocked
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: kmag, Assigned: alwu)
References
Details
Attachments
(2 files)
GetTopLevelContentDocument returns null if the top-level document is cross-process or has cross-process interstitials between it and the current document. That means that the GloballyAutoplayBlocked will never be dispatched for any such documents.
Updated•5 years ago
|
Component: DOM: Core & HTML → Audio/Video: Playback
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → alwu
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe77c77e6825
part1 : dispatch chrome event to owner doc. r=kmag
https://hg.mozilla.org/integration/autoland/rev/3a4427a62af7
part2 : add test. r=daleharvey
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fe77c77e6825
https://hg.mozilla.org/mozilla-central/rev/3a4427a62af7
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•