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

Issue 2734013002: Implement cold mode invocation for idle time spell checker (Closed)

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

Description

Implement cold mode invocation for idle time spell checker This patch implements IdleSpellCheckCallback::coldModeInvocation and its helper functions. It also removes editing/spelling/focusing-other-frame.html as it's not testing anything special (with idle time spell checker), but unnecessarily complicates the test logic. BUG=517298 TEST=editing/spelling/cold_mode_static_page.html editing/spelling/code_mode_type_idle.html Review-Url: https://codereview.chromium.org/2734013002 Cr-Commit-Position: refs/heads/master@{#455344} Committed: https://chromium.googlesource.com/chromium/src/+/2483390c3c56d62a8d65bb3bb3672102a4956505

Patch Set 1 #

Total comments: 16

Patch Set 2 : Mon Mar 6 19:52:13 PST 2017 #

Total comments: 2

Patch Set 3 : Rebased #

Patch Set 4 : rebased Mar 7 #

Messages

Total messages: 29 (22 generated)
Xiaocheng
PTAL.
3 years, 9 months ago (2017-03-07 00:27:58 UTC) #4
yosin_UTC9
https://codereview.chromium.org/2734013002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp File third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp (right): https://codereview.chromium.org/2734013002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp#newcode163 third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp:163: int fullLength = TextIterator::rangeLength(fullRange.startPosition(), nit: s/int/const int/ https://codereview.chromium.org/2734013002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp#newcode176 third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp:176: ...
3 years, 9 months ago (2017-03-07 01:47:03 UTC) #5
Xiaocheng
Updated. The unit test failure is a little bit tricky to fix... PTAL at everything ...
3 years, 9 months ago (2017-03-07 04:20:30 UTC) #9
yosin_UTC9
lgtm https://codereview.chromium.org/2734013002/diff/20001/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp File third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp (right): https://codereview.chromium.org/2734013002/diff/20001/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp#newcode201 third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp:201: spellCheckRequester().requestCheckingFor(chunkRequest); In following patch, we may want to ...
3 years, 9 months ago (2017-03-07 04:28:50 UTC) #11
Xiaocheng
https://codereview.chromium.org/2734013002/diff/20001/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp File third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp (right): https://codereview.chromium.org/2734013002/diff/20001/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp#newcode201 third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp:201: spellCheckRequester().requestCheckingFor(chunkRequest); On 2017/03/07 at 04:28:50, yosin_UTC9 wrote: > In ...
3 years, 9 months ago (2017-03-07 06:46:54 UTC) #15
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/2734013002/60001
3 years, 9 months ago (2017-03-08 01:54:28 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 02:12:08 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/2483390c3c56d62a8d65bb3bb367...

Powered by Google App Engine
This is Rietveld 408576698