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

Issue 2900573002: [DMC #12] Move some method impls from DocumentMarkerController.cpp to final place (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 some method impls from DocumentMarkerController.cpp to final place In https://codereview.chromium.org/2896703003, I'm splitting off some code in some DocumentMarkerController methods into new methods in TextMatchMarkerListImpl, but leaving the implementations of the new methods in DocumentMarkerController.cpp to make that CL smaller. In this CL, I'm moving these implementations to their final location in TextMatchMarkerListImpl.cpp. I'm also combining the static method UpdateMarkerRenderedRect() in DocumentMarkerController into TextMatchMarkerListImpl::UpdateMarkerRenderedRectIfNeeded(). BUG=707867 Review-Url: https://codereview.chromium.org/2900573002 Cr-Commit-Position: refs/heads/master@{#474599} Committed: https://chromium.googlesource.com/chromium/src/+/746e2408f9f35f9acc8d9ecb991e1de9be729db8

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : Rebase, fix variable naming #

Patch Set 6 : Fix rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -26 lines) Patch
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp View 1 2 3 4 5 3 chunks +0 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp View 1 2 3 4 2 chunks +28 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 40 (31 generated)
rlanday
3 years, 7 months ago (2017-05-21 22:37:42 UTC) #3
yosin_UTC9
https://codereview.chromium.org/2900573002/diff/60001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp (right): https://codereview.chromium.org/2900573002/diff/60001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp#newcode81 third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp:81: const Position startPosition(&const_cast<Node&>(node), marker.StartOffset()); Is it useful to have ...
3 years, 7 months ago (2017-05-24 09:21:50 UTC) #16
rlanday
https://codereview.chromium.org/2900573002/diff/60001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp (right): https://codereview.chromium.org/2900573002/diff/60001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp#newcode81 third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp:81: const Position startPosition(&const_cast<Node&>(node), marker.StartOffset()); On 2017/05/24 at 09:21:50, yosin_UTC9 ...
3 years, 7 months ago (2017-05-24 20:25:06 UTC) #17
rlanday
Updated
3 years, 7 months ago (2017-05-24 20:40:45 UTC) #23
rlanday
On 2017/05/24 at 20:25:06, rlanday wrote: > https://codereview.chromium.org/2900573002/diff/60001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp > File third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp (right): > > https://codereview.chromium.org/2900573002/diff/60001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp#newcode81 ...
3 years, 7 months ago (2017-05-24 21:37:34 UTC) #27
yosin_UTC9
lgtm
3 years, 7 months ago (2017-05-25 05:18:17 UTC) #33
commit-bot: I haz the power
This CL has an open dependency (Issue 2896703003 Patch 120001). Please resolve the dependency and ...
3 years, 7 months ago (2017-05-25 05:18:40 UTC) #35
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/2900573002/100001
3 years, 7 months ago (2017-05-25 07:14:01 UTC) #37
commit-bot: I haz the power
3 years, 7 months ago (2017-05-25 07:17:19 UTC) #40
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/746e2408f9f35f9acc8d9ecb991e...

Powered by Google App Engine
This is Rietveld 408576698