Chromium Code Reviews
DescriptionStop SpellChecker from checking or marking grammar
In this patch, all member functions of SpellChecker no longer search
for or mark grammar mistakes. The following refactoring are also done
for code simplification:
1. A private function of SpellChecker no longer takes grammar-related
parameters or has the word "grammar" in their names. It is completely
removed if it only performs grammar checking.
2. If a wrapper function is made trivial after step 1, it absorbs the
body of the wrapped function. This step applies to markMisspellings()
and markMisspellingsAndBadGrammar().
3. resolveTextCheckingTypeMask() is removed because it is not used any
more.
WebFrameTest is also modified by removing everything related to grammar
checking or marking.
BUG=619452
TESt=n/a; no visible change
Patch Set 1 #Patch Set 2 : Fix layout test accessibility/misspellings.html #
Messages
Total messages: 12 (12 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||