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

Issue 2919603005: [DMC #27] Move TextMatchMarker method implementations to TextMatchMarker.cpp (Closed)

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

Description

Move TextMatchMarker method implementations to TextMatchMarker.cpp TextMatchMarker used to be RenderedDocumentMarker, which didn't have a .cpp file, and had all its method implementations in a header file. This CL moves TextMatchMarker's method implementations to its .cpp file for cleanliness, as well as consistency with the classes for the other marker types. BUG=707867 Review-Url: https://codereview.chromium.org/2919603005 Cr-Commit-Position: refs/heads/master@{#476550} Committed: https://chromium.googlesource.com/chromium/src/+/bb2881f8de65ec1c7d64d92ce414a5f108a86270

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove blank lines #

Patch Set 3 : Move layout_state_ initialization inline #

Total comments: 1

Patch Set 4 : Update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -36 lines) Patch
M third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h View 1 2 1 chunk +11 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 24 (14 generated)
rlanday
3 years, 6 months ago (2017-06-01 20:19:58 UTC) #2
Xiaocheng
lgtm https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp (right): https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp#newcode13 third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp:13: layout_state_ = State::kInvalid; nit: This should be in ...
3 years, 6 months ago (2017-06-01 21:42:50 UTC) #5
rlanday
https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp (right): https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp#newcode13 third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp:13: layout_state_ = State::kInvalid; On 2017/06/01 at 21:42:49, Xiaocheng wrote: ...
3 years, 6 months ago (2017-06-01 21:48:13 UTC) #6
rlanday
On 2017/06/01 at 21:42:50, xiaochengh wrote: > https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h#newcode58 > third_party/WebKit/Source/core/editing/markers/TextMatchMarker.h:58: > nit: Could you remove ...
3 years, 6 months ago (2017-06-01 21:49:44 UTC) #8
Xiaocheng
https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp (right): https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp#newcode13 third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp:13: layout_state_ = State::kInvalid; On 2017/06/01 at 21:48:13, rlanday wrote: ...
3 years, 6 months ago (2017-06-01 22:12:49 UTC) #10
rlanday
On 2017/06/01 at 22:12:49, xiaochengh wrote: > https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp > File third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp (right): > > https://codereview.chromium.org/2919603005/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp#newcode13 ...
3 years, 6 months ago (2017-06-01 22:42:21 UTC) #12
Xiaocheng
still lgtm, thanks!
3 years, 6 months ago (2017-06-01 22:55:24 UTC) #14
yosin_UTC9
lgtm w/ nits Thanks for doing this! https://codereview.chromium.org/2919603005/diff/40001/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp (right): https://codereview.chromium.org/2919603005/diff/40001/third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp#newcode49 third_party/WebKit/Source/core/editing/markers/TextMatchMarker.cpp:49: // Now ...
3 years, 6 months ago (2017-06-02 01:14:14 UTC) #17
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/2919603005/60001
3 years, 6 months ago (2017-06-02 01:23:14 UTC) #20
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 03:25:09 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/bb2881f8de65ec1c7d64d92ce414...

Powered by Google App Engine
This is Rietveld 408576698