gecko-dev/editor
Masayuki Nakano 593b780331 Bug 1726064 - part 9: Make TextServicesDocument::HasSameBlockNodeParent() use HTMLEditUtils::GetAncestorElement() r=m_kato
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
2021-08-20 11:12:08 +00:00
..
composer
docs
libeditor Bug 1726064 - part 8: Make HTMLEditor::HTMLWithContextInserter::InsertContents() use HTMLEditUtils::GetInclusiveAncestorElement() r=m_kato 2021-08-20 08:52:28 +00:00
reftests Bug 1724718 - skip some XUL-y tests on android, r=emilio,agi 2021-08-19 12:13:01 +00:00
spellchecker Bug 1726064 - part 9: Make TextServicesDocument::HasSameBlockNodeParent() use HTMLEditUtils::GetAncestorElement() r=m_kato 2021-08-20 11:12:08 +00:00
txmgr
AsyncSpellCheckTestHelper.jsm
moz.build
nsIDocumentStateListener.idl
nsIEditActionListener.idl
nsIEditor.idl
nsIEditorMailSupport.idl
nsIEditorSpellCheck.idl Bug 1719110 - Add nsIEditorSpellCheck.suggest to get rid of PRemoteSpellcheckEngine.CheckAndSuggest. r=masayuki 2021-08-10 03:55:25 +00:00
nsIHTMLAbsPosEditor.idl
nsIHTMLEditor.idl
nsIHTMLInlineTableEditor.idl
nsIHTMLObjectResizer.idl
nsITableEditor.idl