Closed
Bug 1388004
Opened 7 years ago
Closed 7 years ago
nsContentUtils::GetHTMLEditor() should return HTMLEditor rather than nsIEditor
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
nsContentUtils::GetHTMLEditor() returns nsIEditor due to bug 1387406. However, after fixing it, it can return HTMLEditor. Then, its callers can use concrete editor classes easier.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8896538 [details]
Bug 1388004 - part1: Make nsContentUtils::GetHTMLEditor() return HTMLEditor* rather than nsIEditor*
https://reviewboard.mozilla.org/r/167804/#review173392
Attachment #8896538 -
Flags: review?(bugs) → review+
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8896539 [details]
Bug 1388004 - part2: Make nsGenericHTMLElement::GetAssociatedEditor() return TextEditor instead of nsIEditor
https://reviewboard.mozilla.org/r/167806/#review173394
Attachment #8896539 -
Flags: review?(bugs) → review+
Comment 8•7 years ago
|
||
mozreview-review |
Comment on attachment 8896540 [details]
Bug 1388004 - part3: nsINode::GetSelectionRootContent() should use HTMLEditor
https://reviewboard.mozilla.org/r/167808/#review173396
Attachment #8896540 -
Flags: review?(bugs) → review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/6d7809a268d1
part1: Make nsContentUtils::GetHTMLEditor() return HTMLEditor* rather than nsIEditor* r=smaug
https://hg.mozilla.org/integration/autoland/rev/3d0b21e0de7a
part2: Make nsGenericHTMLElement::GetAssociatedEditor() return TextEditor instead of nsIEditor r=smaug
https://hg.mozilla.org/integration/autoland/rev/39a666756edd
part3: nsINode::GetSelectionRootContent() should use HTMLEditor r=smaug
Comment 10•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6d7809a268d1
https://hg.mozilla.org/mozilla-central/rev/3d0b21e0de7a
https://hg.mozilla.org/mozilla-central/rev/39a666756edd
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Updated•5 years ago
|
Blocks: redesign-editor-scriptable-API
You need to log in
before you can comment on or make changes to this bug.
Description
•