Closed
Bug 1476906
Opened 7 years ago
Closed 7 years ago
Remove ReplaceHeadContentsWithHTML() from nsIHTMLEditor
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There is no users of ReplaceHeadContentsWithHTML() outside of editor. So, we can make this method just a non-virtual method.
Assignee | ||
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8993616 [details]
Bug 1476906 - Change nsIHTMLEditor::ReplaceHeadContentsWithHTML() to a non-virtual method of HTMLEditor
https://reviewboard.mozilla.org/r/258086/#review265628
Attachment #8993616 -
Flags: review?(m_kato) → review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/bd51af94b408
Change nsIHTMLEditor::ReplaceHeadContentsWithHTML() to a non-virtual method of HTMLEditor r=m_kato
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 6•7 years ago
|
||
(In reply to Masayuki Nakano [:masayuki] (JST, +0900) from comment #0)
> There is no users of ReplaceHeadContentsWithHTML() outside of editor. So, we
> can make this method just a non-virtual method.
I've just noticed: My add-on ThunderHTMLedit was using that function :-(
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
•