Chromium Code Reviews
DescriptionStop SpellCheckProvider from deciding typing progress
In order not to check spelling in the middle of typing a word,
SpellCheckProvider used to decide the typing process, which is
a job that it can't reliably accomplish due to lack of information.
Now that the Blink-side SpellChecker class is no longer sending
spell check requests in the middle of typing a word, there is no
need for SpellCheckProvider to perform the check. Hence, this patch
removes the related code from SpellCheckProvider, and modifies
tests accordingly.
BUG=635504
TEST=SpellCheckProviderTest.MultiLineText
Review-Url: https://codereview.chromium.org/2712833004
Cr-Commit-Position: refs/heads/master@{#452899}
Committed: https://chromium.googlesource.com/chromium/src/+/0fcdf64bf2b57cfc3c21965bd037d198f7fabd4e
Patch Set 1 #Patch Set 2 : Add comment about partial word #
Messages
Total messages: 16 (10 generated)
|
|||||||||||||||||||||||||||||||||||||