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

Issue 2954763002: [MarkersInter...Range #2-9] Change behavior of SpellChecker::GetSpellCheckMarkerTouchingSelection() (Closed)

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

Description

Change behavior of SpellChecker::GetSpellCheckMarkerTouchingSelection() When I added this method, I had added some extra logic for the case where we have a collapsed selection to make it find spell check markers the caret is touching an endpoint of. This was to support the spell check menu on Android, where tapping the endpoint of a word brings up the menu (on other platforms you need to right-click in the interior of the word for spell check options to appear in the context menu). Upon further reflection, we decided we should put this logic somewhere else. We're going to keep this method around though because we're going to make use of it in ContextMenuClient::SelectMisspellingAsync(). I'm renaming this method to GetSpellCheckMarkerUnderSelection() to try to make the name less misleading. BUG=736181 Review-Url: https://codereview.chromium.org/2954763002 Cr-Commit-Position: refs/heads/master@{#488476} Committed: https://chromium.googlesource.com/chromium/src/+/37f9a3079589e85e24eaa5849235b7eedc9fd0ab

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Patch Set 7 : Remove dependency #

Patch Set 8 : Actually remove dependency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -71 lines) Patch
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp View 1 2 3 4 5 6 11 chunks +24 lines, -27 lines 0 comments Download

Messages

Total messages: 41 (33 generated)
rlanday
3 years, 6 months ago (2017-06-23 22:14:01 UTC) #5
Xiaocheng
lgtm
3 years, 5 months ago (2017-06-26 22:44:33 UTC) #10
yosin_UTC9
lgtm
3 years, 5 months ago (2017-07-20 01:13:22 UTC) #27
commit-bot: I haz the power
This CL has an open dependency (Issue 2960473002 Patch 160001). Please resolve the dependency and ...
3 years, 5 months ago (2017-07-20 18:43:16 UTC) #31
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/2954763002/140001
3 years, 5 months ago (2017-07-20 18:47:26 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/343609)
3 years, 5 months ago (2017-07-20 20:49:50 UTC) #36
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/2954763002/140001
3 years, 5 months ago (2017-07-20 21:24:27 UTC) #38
commit-bot: I haz the power
3 years, 5 months ago (2017-07-20 23:17:43 UTC) #41
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/37f9a3079589e85e24eaa5849235...

Powered by Google App Engine
This is Rietveld 408576698