Subframe crashes don't show the about:framecrashed page anymore.
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1553952 refactored some things, including our subframe crash event structure. One thing it did was make the nsFrameLoader responsible for firing the oop-browser-crashed event, instead of the BrowserParent.
However, when it does this, the frameloader passes along the information about it's top-level BrowsingContext, rather than the one that crashed.
We should have the frameloader fire the event with the BrowsingContext information of the subframe that actually crashed.
We should probably also write a subframe crash test.
Assignee | ||
Comment 1•6 years ago
|
||
In the interests of getting this ready for the demo next week, I'm going to punt out writing a test for this to a separate bug so this can land hopefully today or tomorrow. The test will require some infrastructure to make it easy for me to crash subframes.
Assignee | ||
Comment 2•6 years ago
|
||
Comment 4•6 years ago
|
||
bugherder |
Updated•3 years ago
|
Updated•3 years ago
|
Description
•