Closed
Bug 1611751
Opened 5 years ago
Closed 5 years ago
Remove some nsIHTMLEditor, nsIEditorStyleSheets and nsITableEditor methods which are used by neither m-c, c-c nor BlueGriffon
Categories
(Core :: DOM: Editor, task, P5)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1610750 +++
Obviously, the following methods are not used by Gecko embedded products (I'm not sure about XUL addons for Thunderbird and SeaMonkey though).
nsIHTMLEditor.removeAllInlineProperties
c-c BGnsIHTMLEditor.increaseFontSize
c-c BGnsIHTMLEditor.decreaseFontSize
c-c BGnsIHTMLEditor.setParagraphFormat
c-c BGnsIHTMLEditor.getBackgroundColorState
c-c BG (Used in C++ only only by m-c)nsIHTMLEditor.indent
c-c BGnsIHTMLEditor.align
c-c BGnsIEditorStyleSheets.replaceOverrideStyleSheet
c-c BGnsITableEditor.selectBlockOfCells
c-c BG
We should just remove them from these interfaces.
Assignee | ||
Comment 1•5 years ago
|
||
nsIHTMLEditor.removeAllInlineProperties
nsIHTMLEditor.increaseFontSize
nsIHTMLEditor.decreaseFontSize
nsIHTMLEditor.setParagraphFormat
nsIHTMLEditor.getBackgroundColorState
nsIHTMLEditor.indent
nsIHTMLEditor.align
nsIEditorStyleSheets.replaceOverrideStyleSheet
nsITableEditor.selectBlockOfCells
These methods are not used by any Gecko products including comm-central and
BlueGriffon so that we should remove them. Note that only
HTMLEditor::GetBackgroundColorState()
is used internally so that we need to
keep it as a public method of HTMLEditor
.
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/b6856377aa69
Remove unused scriptable methods of `nsIHTMLEditor`, `nsIEditorStyleSheets` and `nsITableEditor` r=m_kato
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Assignee | ||
Updated•5 years ago
|
No longer blocks: redesign-editor-module
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
•