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

Issue 2092063002: Make SpellChecker::respondToChangedSelection() to update layout tree explicitly (Closed)

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

Description

Make SpellChecker::respondToChangedSelection() to update layout tree explicitly This patch makes |SpellChecker::respondToChangedSelection()| to update layout tree explicitly for preparation of getting rid of grammar checking related code. A test expectation of fast/repaint/inline-outline-repaint.html is updated, since this patch reduced number of update test tree in |respondToChangedSelection()| by calling |inShadowIncludingDocument()| before |isContentEditable()|, which updates layout tree. This patch is also a preparation of crrev.com/2089993003, Get rid of |EUpdateStyle| parameter from |isEditablePosition()|. BUG=619452, 623005 TEST=n/a; no user visible changes Committed: https://crrev.com/00e7954de686c4f376c5eae0cdf367f842f263b0 Cr-Commit-Position: refs/heads/master@{#402115}

Patch Set 1 : 2016-06-24T15:54:37 #

Total comments: 4

Patch Set 2 : 2016-06-27T12:44:31 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp View 1 3 chunks +20 lines, -10 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
yosin_UTC9
PTAL win_chromim_rel_ng and win_clag failures aren't related to this patch.
4 years, 6 months ago (2016-06-24 07:49:50 UTC) #4
yoichio
https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode800 third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp:800: if (isContinuousSpellCheckingEnabled && closeTyping) { Why do you introduce ...
4 years, 6 months ago (2016-06-24 09:52:39 UTC) #7
yosin_UTC9
https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode800 third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp:800: if (isContinuousSpellCheckingEnabled && closeTyping) { On 2016/06/24 at 09:52:39, ...
4 years, 5 months ago (2016-06-27 01:46:49 UTC) #8
yoichio
https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode800 third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp:800: if (isContinuousSpellCheckingEnabled && closeTyping) { On 2016/06/27 01:46:49, Yosi_UTC9 ...
4 years, 5 months ago (2016-06-27 02:10:40 UTC) #9
yosin_UTC9
PTAL https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): https://codereview.chromium.org/2092063002/diff/1/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode800 third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp:800: if (isContinuousSpellCheckingEnabled && closeTyping) { On 2016/06/27 at ...
4 years, 5 months ago (2016-06-27 04:11:07 UTC) #10
yoichio
lgtm
4 years, 5 months ago (2016-06-27 04:14:25 UTC) #11
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/2092063002/20001
4 years, 5 months ago (2016-06-27 04:56:27 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-06-27 05:02:25 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-06-27 05:05:22 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/00e7954de686c4f376c5eae0cdf367f842f263b0
Cr-Commit-Position: refs/heads/master@{#402115}

Powered by Google App Engine
This is Rietveld 408576698