gecko-dev/editor/spellchecker
Masayuki Nakano bf98468b58 Bug 1482007 - part 2: Make all callers of EditorBase::BeginTransaction() use AutoTransactionBatch r=m_kato
This patch also removes LOCK_DOC() and UNLOCK_DOC() from TextServiceDocument.cpp
since they looks like we cannot use early-return style without call of
UNLOCK_DOC() even after removing EndTransaction() calls.  However, they
are defined as empty.  So, they do nothing even since first landing.
Therefore, there is no reason to keep them.

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

--HG--
extra : moz-landing-system : lando
2018-08-09 11:52:46 +00:00
..
tests Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
EditorSpellCheck.cpp Bug 1421510 - Part 2. Use nsComposeTxtSrvFilter directly. r=masayuki 2018-06-19 16:00:35 +09:00
EditorSpellCheck.h Bug 1421510 - Part 2. Use nsComposeTxtSrvFilter directly. r=masayuki 2018-06-19 16:00:35 +09:00
TextServicesDocument.cpp Bug 1482007 - part 2: Make all callers of EditorBase::BeginTransaction() use AutoTransactionBatch r=m_kato 2018-08-09 11:52:46 +00:00
TextServicesDocument.h Bug 1421510 - Part 2. Use nsComposeTxtSrvFilter directly. r=masayuki 2018-06-19 16:00:35 +09:00
moz.build Bug 1442500 - Part 3. Move spellchecker tests to editor/spellchecker. r=masayuki 2018-03-02 12:57:54 +09:00
nsComposeTxtSrvFilter.cpp Bug 1421510 - Part 3. Make nsITextServicesFilter.skip noscript access. r=masayuki 2018-06-04 12:32:39 +09:00
nsComposeTxtSrvFilter.h Bug 1421510 - Part 3. Make nsITextServicesFilter.skip noscript access. r=masayuki 2018-06-04 12:32:39 +09:00
nsFilteredContentIterator.cpp Bug 1421510 - Part 2. Use nsComposeTxtSrvFilter directly. r=masayuki 2018-06-19 16:00:35 +09:00
nsFilteredContentIterator.h Bug 1421510 - Part 2. Use nsComposeTxtSrvFilter directly. r=masayuki 2018-06-19 16:00:35 +09:00
nsIInlineSpellChecker.idl Bug 1463981 part 1. Remove use of nsIDOMNode in spellchecker xpidl. r=masayuki 2018-05-24 13:18:34 -04:00
nsISpellChecker.h
nsITextServicesFilter.idl Bug 1421510 - Part 3. Make nsITextServicesFilter.skip noscript access. r=masayuki 2018-06-04 12:32:39 +09:00