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

Issue 2904973003: [DMC #15] Add TextMatchMarkerListImpl::SetTextMatchMarkersActive() (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

Add TextMatchMarkerListImpl::SetTextMatchMarkersActive() Adding this helper method allows us to simplify the implementation of DocumentMarkerController::SetTextMatchMarkersActive(), which was previously depending on details of the implementation of TextMatchMarkerListImpl (whether or not it stores its markers in sorted order). BUG=707867 Review-Url: https://codereview.chromium.org/2904973003 Cr-Commit-Position: refs/heads/master@{#474914} Committed: https://chromium.googlesource.com/chromium/src/+/f04ef6cf643d773e4176cbc4142251b18e959b7f

Patch Set 1 #

Total comments: 2

Patch Set 2 : Renaming nits #

Patch Set 3 : Rebase #

Total comments: 3

Patch Set 4 : Remove blank lines #

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

Messages

Total messages: 26 (17 generated)
rlanday
3 years, 7 months ago (2017-05-24 23:02:47 UTC) #4
yosin_UTC9
https://codereview.chromium.org/2904973003/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp (right): https://codereview.chromium.org/2904973003/diff/1/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp#newcode89 third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp:89: const auto start_pos = std::upper_bound( nit: s/start_pos/start/ Blink doesn't ...
3 years, 7 months ago (2017-05-25 05:25:39 UTC) #7
rlanday
Updated
3 years, 7 months ago (2017-05-25 07:00:28 UTC) #9
rlanday
On 2017/05/25 at 07:00:28, rlanday wrote: > Updated (try bots are failing due to patch ...
3 years, 7 months ago (2017-05-25 07:05:00 UTC) #13
rlanday
On 2017/05/25 at 07:05:00, rlanday wrote: > On 2017/05/25 at 07:00:28, rlanday wrote: > > ...
3 years, 7 months ago (2017-05-25 20:20:04 UTC) #15
Xiaocheng
lgtm
3 years, 7 months ago (2017-05-25 21:27:34 UTC) #17
yosin_UTC9
lgtm w/ nits https://codereview.chromium.org/2904973003/diff/40001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp File third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp (right): https://codereview.chromium.org/2904973003/diff/40001/third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp#newcode88 third_party/WebKit/Source/core/editing/markers/TextMatchMarkerListImpl.cpp:88: Please remove an extra blank line. ...
3 years, 7 months ago (2017-05-26 02:08:33 UTC) #20
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/2904973003/60001
3 years, 7 months ago (2017-05-26 02:56:46 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-26 05:07:36 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/f04ef6cf643d773e4176cbc41422...

Powered by Google App Engine
This is Rietveld 408576698