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

Issue 2966223003: [SelectMisspellingAsync #1] Move SelectMisspellingAsync() from ContextMenuClient.cpp to SpellChecker (Closed)

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

Description

Move SelectMisspellingAsync() from ContextMenuClient.cpp to SpellChecker This change improves encapsulation of the spell check code and helps hide implementation details from ContextMenuClient.cpp. BUG= Review-Url: https://codereview.chromium.org/2966223003 Cr-Commit-Position: refs/heads/master@{#489134} Committed: https://chromium.googlesource.com/chromium/src/+/91df98d36219b24cb8897d1c8aaf31503f8400be

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 1

Patch Set 3 : Make independent of other patches #

Total comments: 5

Patch Set 4 : Don't create temporary Range objects #

Patch Set 5 : Undo non-move changes #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -61 lines) Patch
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp View 1 2 3 4 5 6 2 chunks +59 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/ContextMenuClient.cpp View 1 2 3 2 chunks +2 lines, -61 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 52 (33 generated)
rlanday
3 years, 5 months ago (2017-07-05 19:21:09 UTC) #4
yosin_UTC9
It is better make this patch independent from other patches since this patch can be ...
3 years, 5 months ago (2017-07-12 05:11:49 UTC) #11
rlanday
On 2017/07/12 at 05:11:49, yosin wrote: > It is better make this patch independent from ...
3 years, 5 months ago (2017-07-12 19:02:39 UTC) #12
rlanday
On 2017/07/12 at 19:02:39, rlanday wrote: > On 2017/07/12 at 05:11:49, yosin wrote: > > ...
3 years, 5 months ago (2017-07-12 19:56:01 UTC) #15
yosin_UTC9
https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode912 third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp:912: VisibleSelection selection = nit: s/VisbileSelection/const VisbileSelection/ https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode952 third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp:952: Range* ...
3 years, 5 months ago (2017-07-20 00:56:32 UTC) #18
rlanday
On 2017/07/20 at 00:56:32, yosin wrote: > https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp > File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): > > https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode912 ...
3 years, 5 months ago (2017-07-20 20:49:31 UTC) #20
Xiaocheng
https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode952 third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp:952: Range* const marker_range = On 2017/07/20 at 00:56:32, yosin_UTC9 ...
3 years, 5 months ago (2017-07-20 21:22:18 UTC) #22
rlanday
On 2017/07/20 at 21:22:18, xiaochengh wrote: > https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp > File third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp (right): > > https://codereview.chromium.org/2966223003/diff/40001/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp#newcode952 ...
3 years, 5 months ago (2017-07-20 21:23:26 UTC) #23
Xiaocheng
On 2017/07/20 at 21:23:26, rlanday wrote: > On 2017/07/20 at 21:22:18, xiaochengh wrote: > > ...
3 years, 5 months ago (2017-07-20 21:45:11 UTC) #24
rlanday
On 2017/07/20 at 21:45:11, xiaochengh wrote: > On 2017/07/20 at 21:23:26, rlanday wrote: > > ...
3 years, 5 months ago (2017-07-20 22:04:00 UTC) #25
yosin_UTC9
lgtm OK, we'll refactor SelectMisspellingAsync() in following patch. For me it is OK that moving ...
3 years, 5 months ago (2017-07-21 00:57:19 UTC) #32
rlanday
On 2017/07/21 at 00:57:19, yosin wrote: > lgtm > > OK, we'll refactor SelectMisspellingAsync() in ...
3 years, 5 months ago (2017-07-21 02:05:36 UTC) #33
yosin_UTC9
On 2017/07/21 at 02:05:36, rlanday wrote: > On 2017/07/21 at 00:57:19, yosin wrote: > > ...
3 years, 5 months ago (2017-07-21 03:50:59 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/2966223003/120001
3 years, 5 months ago (2017-07-24 18:04:56 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/497779)
3 years, 5 months ago (2017-07-24 18:14:35 UTC) #44
rlanday
Adding tkent@ for OWNER review of third_party/WebKit/Source/core/page/ContextMenuClient.cpp
3 years, 5 months ago (2017-07-24 18:29:43 UTC) #46
tkent
lgtm
3 years, 5 months ago (2017-07-24 23:14:59 UTC) #47
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/2966223003/120001
3 years, 5 months ago (2017-07-24 23:15:48 UTC) #49
commit-bot: I haz the power
3 years, 5 months ago (2017-07-24 23:20:02 UTC) #52
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/91df98d36219b24cb8897d1c8aaf...

Powered by Google App Engine
This is Rietveld 408576698