Closed
Bug 1584374
Opened 6 years ago
Closed 6 years ago
Unblock OOP parent load events when we cancel loading a sub frame
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We currently notify BrowserChild/Parent to unblock an OOP parent's load event, but only if the child docshell doesn't have a parent.
We attach all docshells to the root docshell for the process [1], so this check never passes.
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/deafe9fd2d00
Unblock parent load events for OOP iframes that don't send an actual load event. r=kmag
Updated•6 years ago
|
Priority: -- → P2
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•