Closed
Bug 1542663
Opened 6 years ago
Closed 6 years ago
Make view use mozilla::PresShell directly rather than via nsIPresShell
Categories
(Core :: Web Painting, defect, P2)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
This patch makes nsViewManager::GetPresShell()
and
nsIWidgetListener::GetPresShell()
(overridden by nsView
and
nsWebShellWindow::WidgetListenerDelegate
) return mozilla::PresShell*
.
Additionally, makes nsWebShellWindow::GetPresShell()
also return
mozilla::PresShell()
.
Comment 2•6 years ago
|
||
Feel free to tag me for review of this.
Updated•6 years ago
|
Priority: -- → P2
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/7b63cad25d9b
Make nsViewManager and nsView (nsIWidgetListener) use mozilla::PresShell directly rather than via nsIPresShell r=tnikkel
Comment 4•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
•