gecko-dev/extensions/spellcheck/hunspell/glue
Makoto Kato 55e9044079 Bug 1330912 - Part 1. Add async version of SetCurrentDictionary using list. r=Ehsan
Now, mozInlineSpellChecker::UpdateCurrentDictionary uses several sync IPC message to update spellcheck dictionary.  So I want async IPC to set dictionary.

Also, since nsEditorSpellCheck::DictionaryFetched calls SetCurrentDictionary several times (max: 6 times), so to reduce calls, we should use list of dictionary.

MozReview-Commit-ID: EVMAJxpMT2X

--HG--
extra : rebase_source : 5a1ed28bd6eb1dd9d3a6a634a286531b7ebb32c7
2017-04-10 18:29:16 +09:00
..
hunspell_alloc_hooks.h
hunspell_fopen_hooks.h
moz.build Bug 1318955 - Upgrade to Hunspell 1.5.4. r=masayuki 2016-07-12 10:37:04 -04:00
mozHunspell.cpp Bug 1318955 - Upgrade to Hunspell 1.5.4. r=masayuki 2016-07-12 10:37:04 -04:00
mozHunspell.h Bug 1318955 - Upgrade to Hunspell 1.5.4. r=masayuki 2016-07-12 10:37:04 -04:00
mozHunspellAllocator.h
mozHunspellDirProvider.cpp Bug 1313280 - Fix invalid non-UTF-8 bytes from Hunspell. r=glandium 2016-10-28 21:09:09 +09:00
mozHunspellDirProvider.h Bug 1313280 - Fix invalid non-UTF-8 bytes from Hunspell. r=glandium 2016-10-28 21:09:09 +09:00
PRemoteSpellcheckEngine.ipdl Bug 1330912 - Part 1. Add async version of SetCurrentDictionary using list. r=Ehsan 2017-04-10 18:29:16 +09:00
RemoteSpellCheckEngineChild.cpp Bug 1330912 - Part 1. Add async version of SetCurrentDictionary using list. r=Ehsan 2017-04-10 18:29:16 +09:00
RemoteSpellCheckEngineChild.h Bug 1330912 - Part 1. Add async version of SetCurrentDictionary using list. r=Ehsan 2017-04-10 18:29:16 +09:00
RemoteSpellCheckEngineParent.cpp Bug 1330912 - Part 1. Add async version of SetCurrentDictionary using list. r=Ehsan 2017-04-10 18:29:16 +09:00
RemoteSpellCheckEngineParent.h Bug 1330912 - Part 1. Add async version of SetCurrentDictionary using list. r=Ehsan 2017-04-10 18:29:16 +09:00