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

Issue 2867393003: [Idle time spell checker] Add paragraph-level heuristic to hot mode requester (Closed)

Created:
3 years, 7 months ago by Xiaocheng
Modified:
3 years, 7 months ago
Reviewers:
yosin_UTC9
CC:
blink-reviews, chromium-reviews, groby+blinkspell_chromium.org, timvolodine
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Idle time spell checker] Add paragraph-level heuristic to hot mode requester This patch modifies how idle time spell checker decides checking range in hot mode. Before: - If the total text length in the editable is at most 1024, check everything - Otherwise, check a chunk of text of length 1024, expanded to sentence boundaries, centered at the reference position After: - If the total text length in the editable is at most 128, check everything - Otherwise, if the reference position is in a paragraph of length at most 1024, check the paragraph - Otherwise, check a chunk of text of length 1024, expanded to sentence boundaries, centered at the reference position BUG=517298 Review-Url: https://codereview.chromium.org/2867393003 Cr-Commit-Position: refs/heads/master@{#471012} Committed: https://chromium.googlesource.com/chromium/src/+/5a291d60a6ace6547d1653ffa531e7e12cdc9725

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M third_party/WebKit/Source/core/editing/spellcheck/HotModeSpellCheckRequester.cpp View 2 chunks +15 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 37 (30 generated)
Xiaocheng
PTAL.
3 years, 7 months ago (2017-05-10 01:03:27 UTC) #9
yosin_UTC9
I think idle time spell checker, ITSC is too aggressive to check text. We don't ...
3 years, 7 months ago (2017-05-10 02:44:05 UTC) #14
Xiaocheng
On 2017/05/10 at 02:44:05, yosin wrote: > I think idle time spell checker, ITSC is ...
3 years, 7 months ago (2017-05-10 03:09:42 UTC) #15
yosin_UTC9
On 2017/05/10 at 03:09:42, xiaochengh wrote: > On 2017/05/10 at 02:44:05, yosin wrote: > > ...
3 years, 7 months ago (2017-05-10 06:05:10 UTC) #16
commit-bot: I haz the power
This CL has an open dependency (Issue 2869213002 Patch 1). Please resolve the dependency and ...
3 years, 7 months ago (2017-05-10 06:05:28 UTC) #20
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/2867393003/1
3 years, 7 months ago (2017-05-11 18:12:32 UTC) #34
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 18:18:15 UTC) #37
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/5a291d60a6ace6547d1653ffa531...

Powered by Google App Engine
This is Rietveld 408576698