gecko-dev/editor/spellchecker
Masayuki Nakano b1bf7e0db4 Bug 1540043 - part 1: Move all constants and methods of nsIPlaintextEditor to nsIEditor and make nsIPlaintextEditor inherit nsIEditor r=m_kato
For preparing to remove `nsIPlaintextEditor` interface, this patch moves
all of them to `nsIEditor`, but for avoiding bustage in comm-central, makes
`nsIPlaintextEditor` inherit `nsIEditor` for now (i.e., even with this patch,
script can access old `nsIPlaintextEditor` members with the interface.

In C++ code, this patch moves `SetWrapColumn()`, `InsertTextAsAction()`,
`InsertTextAsSubAction()` and `InsertLineBreakAsSubAction()` because
they do common things between `TextEditor` and `HTMLEditor`.  On the other
hand, this does not move `TextEditor::GetTextLength()` because it's designed
only for `TextEditor`.

Differential Revision: https://phabricator.services.mozilla.com/D60820

--HG--
rename : editor/libeditor/tests/test_nsIPlaintextEditor_insertLineBreak.html => editor/libeditor/tests/test_nsIEditor_insertLineBreak.html
extra : moz-landing-system : lando
2020-01-24 08:33:42 +00:00
..
tests Bug 1602526 - Part 2. Add test r=masayuki 2019-12-26 03:34:51 +00:00
EditorSpellCheck.cpp Bug 1540043 - part 1: Move all constants and methods of nsIPlaintextEditor to nsIEditor and make nsIPlaintextEditor inherit nsIEditor r=m_kato 2020-01-24 08:33:42 +00:00
EditorSpellCheck.h Bug 1502661 - Part 2. Add async method to check word by spellchecker. r=masayuki 2018-12-18 20:23:44 +09:00
FilteredContentIterator.cpp Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
FilteredContentIterator.h Bug 1444847 - part 7: Make EditorSpellCheck use StaticRange instead of nsRange to initialize itself r=smaug 2019-06-28 07:50:36 +00:00
moz.build Bug 181137 - part 6: Make nsFilteredContentIterator not derived from nsIContentIterator r=smaug 2019-01-11 01:51:35 +00:00
nsComposeTxtSrvFilter.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsComposeTxtSrvFilter.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIInlineSpellChecker.idl Bug 1557231. Stop using [array] in nsIInlineSpellChecker. r=masayuki 2019-06-06 06:59:37 +00:00
TextServicesDocument.cpp Bug 1600267: part 15) Call ComparePoints instead of ComparePoints_Deprecated in TextServicesDocument. r=masayuki 2020-01-08 10:22:19 +00:00
TextServicesDocument.h Bug 1444847 - part 7: Make EditorSpellCheck use StaticRange instead of nsRange to initialize itself r=smaug 2019-06-28 07:50:36 +00:00