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

Issue 2871823002: [DMC #5.7] Move DocumentMarkerList::RemoveMarkersUnderWords() to SpellCheckMarkerListImpl (Closed)

Created:
3 years, 7 months ago by rlanday
Modified:
3 years, 7 months ago
Reviewers:
yosin_UTC9, Xiaocheng
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move DocumentMarkerList::RemoveMarkersUnderWords() to SpellCheckMarkerListImpl Currently this is a method on the general DocumentMarkerList interface. This CL moves it to only be on SpellCheckMarkerListImpl and adds a typecast at the callsite in DocumentMarkerController to enable this. I am leaving the method implementation in DocumentMarkerListEditor.cpp in this CL to make this CL smaller; I will move it to SpellCheckMarkerListImpl.cpp in a future CL. BUG=707867 Review-Url: https://codereview.chromium.org/2871823002 Cr-Commit-Position: refs/heads/master@{#472395} Committed: https://chromium.googlesource.com/chromium/src/+/d38becdb2a4dda654d795cb841111778673c0b1d

Patch Set 1 #

Patch Set 2 : Move RemoveMarkersUnderWords() declaration and add note that it's SpellCheckMarkerListImpl-specific #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -47 lines) Patch
M third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.cpp View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.cpp View 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/GenericDocumentMarkerListImpl.cpp View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.h View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/SpellCheckMarkerListImpl.cpp View 1 2 1 chunk +0 lines, -7 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 21 (15 generated)
rlanday
3 years, 7 months ago (2017-05-09 01:13:56 UTC) #3
Xiaocheng
lgtm
3 years, 7 months ago (2017-05-16 20:54:29 UTC) #12
yosin_UTC9
lgtm
3 years, 7 months ago (2017-05-17 03:30:47 UTC) #14
commit-bot: I haz the power
This CL has an open dependency (Issue 2873483002 Patch 60001). Please resolve the dependency and ...
3 years, 7 months ago (2017-05-17 03:33:12 UTC) #16
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/2871823002/60001
3 years, 7 months ago (2017-05-17 07:39:26 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-05-17 09:26:14 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/d38becdb2a4dda654d795cb84111...

Powered by Google App Engine
This is Rietveld 408576698