[Android][Mac] Enable spellcheck caching on Android and Mac platforms.
This patch enables caching of spellcheck results to improve performance and address issues mentioned below. In its current state i.e. without caching spellcheck on Android and Mac has a number of issues e.g.: - selection (click) of words or movement of the caret can result in unnecessary calls to the platform spellchecker. - typing of non-word characters in the end results in unnecessary calls to the platform spellchecker. - modifying text does not always result in invocation of spellchecker, hence not showing the misspelled words. BUG=583616, 629609 Review-Url: https://codereview.chromium.org/2317113004 Cr-Commit-Position: refs/heads/master@{#418631}
Showing
Please register or sign in to comment