Closed
Bug 1633839
Opened 5 years ago
Closed 5 years ago
Don't try to fall back to nsIWindowCreator in the content process
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
Details
Attachments
(1 file)
If a non NS_ERROR_ABORT
error is returned from ProvideWindow
in the content process, it can cause an assertion failure due to trying to fall back to window creation which is not supported in the content process. This change instead rejects the process as if NS_ERROR_ABORT
was returned if in the content process.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3dae69d1bc52
Don't try to fall back to nsIWindowCreator in the content process, r=kmag
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•