Closed
Bug 1611751
Opened 6 years ago
Closed 6 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.removeAllInlinePropertiesc-c BGnsIHTMLEditor.increaseFontSizec-c BGnsIHTMLEditor.decreaseFontSizec-c BGnsIHTMLEditor.setParagraphFormatc-c BGnsIHTMLEditor.getBackgroundColorStatec-c BG (Used in C++ only only by m-c)nsIHTMLEditor.indentc-c BGnsIHTMLEditor.alignc-c BGnsIEditorStyleSheets.replaceOverrideStyleSheetc-c BGnsITableEditor.selectBlockOfCellsc-c BG
We should just remove them from these interfaces.
| Assignee | ||
Comment 1•6 years ago
|
||
nsIHTMLEditor.removeAllInlinePropertiesnsIHTMLEditor.increaseFontSizensIHTMLEditor.decreaseFontSizensIHTMLEditor.setParagraphFormatnsIHTMLEditor.getBackgroundColorStatensIHTMLEditor.indentnsIHTMLEditor.alignnsIEditorStyleSheets.replaceOverrideStyleSheetnsITableEditor.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•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
| Assignee | ||
Updated•6 years ago
|
No longer blocks: redesign-editor-module
| Assignee | ||
Updated•6 years ago
|
Blocks: redesign-editor-scriptable-API
You need to log in
before you can comment on or make changes to this bug.
Description
•