Closed
Bug 1597175
Opened 6 years ago
Closed 6 years ago
Fix nsExternalHelperAppService::DoContent to work with non-docshell content contexts
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
See bug 1595747. When nsExternalHelperAppService::DoContent
is called, aContentContext
might not be a docshell. Instead, it might be some other interface requestor that can provide a window. We need to handle that.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
Some consumers of this code have an aContentContext implemented in JS.
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb5f05b67d56
Fix nsExternalHelperAppService::DoContent to work with non-docshell content contexts. r=mattwoodrow
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•4 years ago
|
Has Regression Range: --- → yes
Updated•4 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•