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

Issue 2248413003: Stop SpellCheckRequest from checking canCheckAsynchronously() (Closed)

Created:
4 years, 4 months ago by Xiaocheng
Modified:
4 years, 4 months ago
Reviewers:
yosin_UTC9
CC:
blink-reviews, chromium-reviews, groby+blinkspell_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@SpellCheckerDebugInfo
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop SpellCheckRequest from checking canCheckAsynchronously() This patch removes static function canCheckAsynchronously() from SpellCheckRequester.cpp and stops SpellCheckRequest from calling it. The removed function is legacy code from the old age before the removal of synchronous spell checking. In addition, the items checked by this function do not make much sense now -- either incorrect or redundant. Hence, the function is removed. This patch is also a preparation for reducing the use of TextCheckingParagraph: http://crrev.com/2273453003 BUG=640456 TEST=editing/spelling/paste_into_element_starting_with_invisible.html Committed: https://crrev.com/7168dd4011adfe053b7a5c0f308fcf7b1495b31b Cr-Commit-Position: refs/heads/master@{#414049}

Patch Set 1 #

Patch Set 2 : Rebased 201608231925 #

Patch Set 3 : Add test and rebaseline style/table-selection.html #

Patch Set 4 : Removed rebaselining of the unrelated test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -13 lines) Patch
A third_party/WebKit/LayoutTests/editing/spelling/paste_into_element_starting_with_invisible.html View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp View 1 1 chunk +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp View 1 2 chunks +3 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 32 (25 generated)
Xiaocheng
PTAL.
4 years, 4 months ago (2016-08-24 04:38:09 UTC) #16
yosin_UTC9
lgtm Could you convert "table-selection.html" to use w3c test harness rather than rebaseing it? Since ...
4 years, 4 months ago (2016-08-24 06:00:51 UTC) #19
Xiaocheng
On 2016/08/24 at 06:00:51, yosin wrote: > lgtm > > Could you convert "table-selection.html" to ...
4 years, 4 months ago (2016-08-24 06:03:33 UTC) #20
Xiaocheng
Rebased the patch on https://codereview.chromium.org/2270293003. Now it doesn't rebaseline any unrelated test.
4 years, 4 months ago (2016-08-24 09:34:44 UTC) #24
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/2248413003/60001
4 years, 4 months ago (2016-08-24 11:49:08 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-24 11:53:36 UTC) #30
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 11:57:02 UTC) #32
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7168dd4011adfe053b7a5c0f308fcf7b1495b31b
Cr-Commit-Position: refs/heads/master@{#414049}

Powered by Google App Engine
This is Rietveld 408576698