Closed
Bug 1547422
Opened 6 years ago
Closed 6 years ago
Make widget use mozilla::PresShell directly rather than via nsIPresShell
Categories
(Core :: Widget, task)
Core
Widget
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 widget use mozilla::PresShell
directly rather than via
nsIPresShell
and changes some pure virtual methods of nsIPresShell
which
called by widget to mozilla::PresShell
's non-virtual methods.
Assignee | ||
Comment 2•6 years ago
|
||
jimm:
If you don't have much time, I'll request review to smaug, but the patch is not so complicated. So, it should not take your time so much. I'd like to land it ASAP, so, could you check it?
Flags: needinfo?(jmathies)
Updated•6 years ago
|
Flags: needinfo?(jmathies)
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/81f1c693b2dd
Make widget use mozilla::PresShell directly rather than via nsIPresShell r=jmathies
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
•