Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Issue 2317113004: [Android][Mac] Enable spellcheck caching on Android and Mac platforms. (Closed)

Created:
4 years, 3 months ago by timvolodine
Modified:
4 years, 3 months ago
Reviewers:
groby-ooo-7-16
CC:
chromium-reviews, Tobias Sargeant
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android][Mac] Enable spellcheck caching on Android and Mac platforms. This patch enables caching of spellcheck results to improve performance and address issues mentioned below. In its current state i.e. without caching spellcheck on Android and Mac has a number of issues e.g.: - selection (click) of words or movement of the caret can result in unnecessary calls to the platform spellchecker. - typing of non-word characters in the end results in unnecessary calls to the platform spellchecker. - modifying text does not always result in invocation of spellchecker, hence not showing the misspelled words. BUG=583616, 629609 Committed: https://crrev.com/1653062cd62db1cda12c6368929e64d6c8d866a7 Cr-Commit-Position: refs/heads/master@{#418631}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M components/spellcheck/renderer/spellcheck_provider.cc View 1 chunk +2 lines, -2 lines 2 comments Download

Messages

Total messages: 16 (9 generated)
timvolodine
4 years, 3 months ago (2016-09-08 15:18:08 UTC) #5
groby-ooo-7-16
https://codereview.chromium.org/2317113004/diff/1/components/spellcheck/renderer/spellcheck_provider.cc File components/spellcheck/renderer/spellcheck_provider.cc (right): https://codereview.chromium.org/2317113004/diff/1/components/spellcheck/renderer/spellcheck_provider.cc#newcode264 components/spellcheck/renderer/spellcheck_provider.cc:264: last_request_ = line; Did you verify OSX actually returns ...
4 years, 3 months ago (2016-09-09 22:41:38 UTC) #8
timvolodine
https://codereview.chromium.org/2317113004/diff/1/components/spellcheck/renderer/spellcheck_provider.cc File components/spellcheck/renderer/spellcheck_provider.cc (right): https://codereview.chromium.org/2317113004/diff/1/components/spellcheck/renderer/spellcheck_provider.cc#newcode264 components/spellcheck/renderer/spellcheck_provider.cc:264: last_request_ = line; On 2016/09/09 22:41:38, groby wrote: > ...
4 years, 3 months ago (2016-09-12 15:31:39 UTC) #9
groby-ooo-7-16
On 2016/09/12 15:31:39, timvolodine wrote: > https://codereview.chromium.org/2317113004/diff/1/components/spellcheck/renderer/spellcheck_provider.cc > File components/spellcheck/renderer/spellcheck_provider.cc (right): > > https://codereview.chromium.org/2317113004/diff/1/components/spellcheck/renderer/spellcheck_provider.cc#newcode264 > ...
4 years, 3 months ago (2016-09-12 18:20:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2317113004/1
4 years, 3 months ago (2016-09-14 17:58:42 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-14 19:07:51 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 19:11:51 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/1653062cd62db1cda12c6368929e64d6c8d866a7
Cr-Commit-Position: refs/heads/master@{#418631}

Powered by Google App Engine
This is Rietveld 408576698