gecko-dev/extensions/spellcheck/hunspell/glue
Makoto Kato 65e177f953 Bug 1502661 - Part 1. Add async IPC to check word by spellchecker. r=masayuki
Actually we have no async IPC for spellchecker, so I would like to add async
IPC to check word.

When using full check, spellchecker requests a lot of words to check word. New
async IPC should allow multiple words per IPC to reduce IPC call.

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

--HG--
extra : rebase_source : e54177c1779dc7e2e48c189a65cbc212b4aa519a
2018-11-17 23:37:11 +09:00
..
common.mozbuild Bug 1463637: Remove mozilla-config.h hacks for Hunspell extra includes. r=ted 2018-05-22 20:36:39 -07:00
hunspell_alloc_hooks.h Bug 1463637: Remove mozilla-config.h hacks for Hunspell extra includes. r=ted 2018-05-22 20:36:39 -07:00
hunspell_fopen_hooks.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build Bug 1463637: Remove mozilla-config.h hacks for Hunspell extra includes. r=ted 2018-05-22 20:36:39 -07:00
mozHunspell.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
mozHunspell.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
mozHunspellAllocator.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
mozHunspellFileMgr.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
mozHunspellFileMgr.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PRemoteSpellcheckEngine.ipdl Bug 1502661 - Part 1. Add async IPC to check word by spellchecker. r=masayuki 2018-11-17 23:37:11 +09:00
RemoteSpellCheckEngineChild.cpp Bug 1512298 - Make IPDL MozPromise exclusive. r=gerald,froydnj 2018-12-11 19:22:26 +00:00
RemoteSpellCheckEngineChild.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteSpellCheckEngineParent.cpp Bug 1502661 - Part 1. Add async IPC to check word by spellchecker. r=masayuki 2018-11-17 23:37:11 +09:00
RemoteSpellCheckEngineParent.h Bug 1502661 - Part 1. Add async IPC to check word by spellchecker. r=masayuki 2018-11-17 23:37:11 +09:00