Chromium Code Reviews
DescriptionChrome can crash if pasting long text into textarea, because there is an
overflow bug in SpannableStringBuilder#replace(). If ImeThread is
enabled, we don't need to call the above function. Thus, we can get rid
of that bug.
BUG=606059
Committed: https://crrev.com/bd10c315594d2a20e31a94a7a6c7adb9a0961c56
Cr-Commit-Position: refs/heads/master@{#399850}
Patch Set 1 #Patch Set 2 : remove some redundant code. #
Total comments: 1
Patch Set 3 : a small change for changwan's review #Messages
Total messages: 15 (8 generated)
|