DescriptionCollect spelling service feedback on Mac
This CL enables collecting feedback for spelling service on Mac. Mac uses a
different code path for spellchecking, because Mac's built-in spellcheck lives
in the browser process. Other operating systems keep the built-in spellcheck in
the renderer process. Other operating systems are already collecting the
feedback for spelling service.
This CL also modifies the IPC message "SpellCheckHostMsg_RequestTextCheck" to
send a list of existing misspellings (SpellCheckMarker) together with the
spellcheck request from the renderer to the browser on Mac. Other operating
systems use the "SpellCheckHostMsg_CallSpellingService" message, which already
passes a list of existing misspellings with the spellcheck request.
BUG=170514
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203227
Patch Set 1 #Patch Set 2 : Attempt to fix Mac compile #
Total comments: 2
Patch Set 3 : Validate SpellCheckMarker::offset #Patch Set 4 : Filter out invalid markers #
Total comments: 4
Patch Set 5 : Add comment #Patch Set 6 : Remove debug logs #Patch Set 7 : Merge master #Messages
Total messages: 20 (0 generated)
|