Closed
Bug 1544215
Opened 6 years ago
Closed 6 years ago
Make nsIContentViewer::GetPresShell() return mozilla::PresShell instead of nsIPresShell
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
Bug 1544215 - Make nsIContentVewer::GetPresShell() return mozilla::PresShell instead of nsIPresShell
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
Additionally, this patch makes nsDocumentViewer
which is the only
implementation of nsIContentViewer
use mozilla::PresShell
directly
rather than via nsIPresShell
.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/38ecdf260ccd
Make nsIContentVewer::GetPresShell() return mozilla::PresShell instead of nsIPresShell r=bzbarsky
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•