зеркало из https://github.com/mozilla/gecko-dev.git
b8d216c8f6
Actually, we always clone spell checker range array per IPC call into spell check loop. But we can use `std::move` to reduce unnecessary copy. Also, `mozInlineSpellWordUtil::GetNextWord` always returns NS_OK, so this should use boolean value to know whether loop is done. Differential Revision: https://phabricator.services.mozilla.com/D75111 |
||
---|---|---|
.. | ||
hunspell | ||
idl | ||
locales | ||
src | ||
tests | ||
moz.build |