Closed
Bug 1534561
Opened 6 years ago
Closed 6 years ago
Make editor use PresShell directly rather than nsIPresShell
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Updated•6 years ago
|
status-firefox67:
affected → ---
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
PresShell.h
is exposed as mozilla/PresShell.h
and PresShell
is the only
concrete class of nsIPresShell
. Therefore, we have no reason to access
PresShell
via nsIPresShell
.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/dd95011124a5
Make editor use PresShell directly rather than nsIPresShell r=m_kato
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•