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

Issue 2580773002: Let IdleSpellCheckCallback take full control over SpellCheckRequester (Closed)

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

Description

Let IdleSpellCheckCallback take full control over SpellCheckRequester With idle time spell checker, all spell check requests should be managed solely by IdleSpellCheckCallback. This patch ensures that all access to spell check requests are via IdleSpellCheckCallback when runtime feature IdleTimeSpellChecking is enabled, with SpellChecker::cancelCheck being the only exception. SpellChecker::cancelCheck is only used by unit tests, and will be changed when unit tests are modified to cope with idle time spell checker. BUG=517298 Committed: https://crrev.com/39ef5bad12517b2bbe3b3bcc03eb793c76ed54b2 Cr-Commit-Position: refs/heads/master@{#439076}

Patch Set 1 #

Patch Set 2 : Let IdleSpellCheckCallback take full control over SpellCheckRequester #

Patch Set 3 : Let IdleSpellCheckCallback take full control over SpellCheckRequester #

Patch Set 4 : Add CORE_EXPORT #

Patch Set 5 : Add CORE_EXPORT to IdleRequestCallback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -9 lines) Patch
M third_party/WebKit/Source/core/dom/IdleRequestCallback.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h View 1 2 3 2 chunks +15 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp View 1 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp View 1 3 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebLeakDetector.cpp View 1 2 chunks +5 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 25 (20 generated)
Xiaocheng
PTAL.
4 years ago (2016-12-16 09:12:05 UTC) #15
tkent
lgtm
4 years ago (2016-12-16 09:29:37 UTC) #18
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/2580773002/80001
4 years ago (2016-12-16 09:33:34 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-16 09:38:25 UTC) #23
commit-bot: I haz the power
4 years ago (2016-12-16 09:40:13 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/39ef5bad12517b2bbe3b3bcc03eb793c76ed54b2
Cr-Commit-Position: refs/heads/master@{#439076}

Powered by Google App Engine
This is Rietveld 408576698