Chromium Code Reviews
DescriptionPass Only the Pasted Text to Spellchecker
Without this patch, the root editable element is passed to spellchecker
after pasting, which results in a long running time if we paste some short
text into an editor that already has a large amount of text.
This patch passes the range of the pasted text only, which significantly
reduces the time spent on spellchecking in the above scenario.
BUG=109587
Committed: https://crrev.com/c3cb0dce8a7f1a4a72b82b76945a7e709f93d7e4
Cr-Commit-Position: refs/heads/master@{#370946}
Patch Set 1 #
Total comments: 4
Patch Set 2 : #
Messages
Total messages: 10 (4 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||