Closed
Bug 1540930
Opened 7 years ago
Closed 7 years ago
Make nsPresContext use PresShell directly rather than via nsIPresShell
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
nsPresContext should use mozilla::PresShell directly instead of
nsIPresShell. This patch makes it.
Unfortunately, nsPresContext and nsIFrame have PresShell(). Therefore,
we cannot use PresShell* in its methods so that this patch uses mozilla::
namespace prefix.
It might be better to rename them as PresShellPtr() in another bug.
Updated•7 years ago
|
Priority: -- → P3
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/ca4ff21cf354
Make nsPresContext use mozilla::PresShell directly rather than via nsIPresShell r=emilio
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•