зеркало из https://github.com/mozilla/gecko-dev.git
50895a5db7
Actually, spellchecker always allocates the heap to get text from text node. But it is unnecessary to allocate another heap here since `WordSplitState` walks text only and it is stack class. If text is in '<textarea>', text node may be too large, so we shouldn't allocate memory to walk character in `WordSplitState` if possible. Because `TextNodeContainsDOMWordSeparator` will be called per input. And `mWordUtil` is unused, so we should remove it. Differential Revision: https://phabricator.services.mozilla.com/D42257 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
hunspell | ||
idl | ||
locales | ||
src | ||
tests | ||
moz.build |