forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1611751 - Remove unused scriptable methods of
nsIHTMLEditor
, `n…
…sIEditorStyleSheets` and `nsITableEditor` r=m_kato * `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`. Differential Revision: https://phabricator.services.mozilla.com/D61139
- Loading branch information
1 parent
4c0cbb3
commit 9a71a5c
Showing
9 changed files
with
13 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.