gecko-dev/editor/spellchecker/tests
Masayuki Nakano 1034b36c49 Bug 1739545 - part 1: Get rid of `mozInlineSpellChecker::DidJoinNodes()` and `mozInlineSpellChecker::DidSplitNode()` r=m_kato
Currently, they do nothing because they specify empty range to
`SpellCheckBetweenNodes()`, and it makes the method does nothing.  This is
filed as bug 1581714.  However, they are not required because `HTMLEditor`
notifies `mozInlineSpellChecker` at ending handling the top level edit sub
action.
https://searchfox.org/mozilla-central/rev/a12c2c2e59c92d8f969d8f3f290ab16919449c9d/editor/libeditor/HTMLEditSubActionHandler.cpp#675

Therefore, these methods are not necessary anymore.

Differential Revision: https://phabricator.services.mozilla.com/D130457
2021-11-09 01:09:20 +00:00
..
de-DE
en-AU
en-GB
.eslintrc.js
bug678842_subframe.html
bug717433_subframe.html
bug1200533_subframe.html
bug1204147_subframe.html
bug1204147_subframe2.html
chrome.ini Bug 1726532 - part 1: Make `OffsetEntryArray::WillSetSelection()` use offset in text node when it sets a DOM node point r=m_kato 2021-08-24 03:29:21 +00:00
mochitest.ini Bug 1739545 - part 1: Get rid of `mozInlineSpellChecker::DidJoinNodes()` and `mozInlineSpellChecker::DidSplitNode()` r=m_kato 2021-11-09 01:09:20 +00:00
spellcheck.js
test_async_UpdateCurrentDictionary.html
test_bug338427.html
test_bug366682.html
test_bug432225.html
test_bug484181.html
test_bug596333.html
test_bug636465.html
test_bug678842.html
test_bug697981.html
test_bug717433.html
test_bug1100966.html
test_bug1154791.html
test_bug1200533.html
test_bug1204147.html
test_bug1205983.html
test_bug1209414.html
test_bug1219928.html
test_bug1365383.html
test_bug1368544.html
test_bug1418629.html Bug 1724718 - forget AddTask.js ever existed as bug 1544051 already removed it, r=bgrins 2021-08-10 22:33:06 +00:00
test_bug1497480.html
test_bug1602526.html Bug 1724718 - forget AddTask.js ever existed as bug 1544051 already removed it, r=bgrins 2021-08-10 22:33:06 +00:00
test_nsIEditorSpellCheck_ReplaceWord.html Bug 1726532 - part 1: Make `OffsetEntryArray::WillSetSelection()` use offset in text node when it sets a DOM node point r=m_kato 2021-08-24 03:29:21 +00:00
test_spellcheck_after_edit.html Bug 1739545 - part 1: Get rid of `mozInlineSpellChecker::DidJoinNodes()` and `mozInlineSpellChecker::DidSplitNode()` r=m_kato 2021-11-09 01:09:20 +00:00
test_spellcheck_after_pressing_navigation_key.html Bug 1729653 - Make `mozInlineSpellChecker` handle events in the system group at capturing phase r=m_kato 2021-09-28 02:47:15 +00:00
test_suggest.html