Closed
Bug 1147050
Opened 10 years ago
Closed 9 years ago
toolkit/components/viewsource/content/viewPartialSource.js uses gBrowser.contentDocument which doesn't exist in e10s browsers
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: mconley, Unassigned)
References
Details
Bug 1144149 will add contentDocumentAsCPOW and contentWindowAsCPOW shortcuts to gBrowser.
When that happens, toolkit/components/viewsource/content/viewPartialSource.js should be updated to use contentDocumentAsCPOW, or some other mechanism to get the document title instead.
Comment 1•9 years ago
|
||
This has been fixed by 1067325.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•