зеркало из https://github.com/mozilla/gecko-dev.git
593b780331
For keeping current behavior, the options should be set to `HTMLEditUtils::ClosestEditableBlockElement`, but it may cause returning `nullptr` if the text node is in an inline editing host, and also cause returning true from the method even when the text nodes are in different inline editing hosts. Therefore, this patch uses `HTMLEditUtils::ClosestEditableBlockElementOrInlineEditingHost` instead. Differential Revision: https://phabricator.services.mozilla.com/D122947 |
||
---|---|---|
.. | ||
tests | ||
EditorSpellCheck.cpp | ||
EditorSpellCheck.h | ||
FilteredContentIterator.cpp | ||
FilteredContentIterator.h | ||
TextServicesDocument.cpp | ||
TextServicesDocument.h | ||
moz.build | ||
nsComposeTxtSrvFilter.cpp | ||
nsComposeTxtSrvFilter.h | ||
nsIInlineSpellChecker.idl |