Closed
Bug 1542663
Opened 7 years ago
Closed 7 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)
|
47 bytes,
text/x-phabricator-request
|
Details |
No description provided.
| Assignee | ||
Comment 1•7 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•7 years ago
|
||
Feel free to tag me for review of this.
Updated•7 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•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 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
•