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

Issue 1657203003: Detemplatize SimplifiedBackwardsTextIterator::copyTextTo with BackwardsTextBuffer (Closed)

Created:
4 years, 10 months ago by Xiaocheng
Modified:
4 years, 10 months ago
Reviewers:
yosin_UTC9
CC:
blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@apply_forward_buffer
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Detemplatize SimplifiedBackwardsTextIterator::copyTextTo with BackwardsTextBuffer This is the last part of a bigger CL [1], which is in turn part of another even bigger CL [2]. [1] https://codereview.chromium.org/1647483003 [2] https://codereview.chromium.org/1604783002 BUG=n/a TEST=n/a; no behavior change Committed: https://crrev.com/888f85bf9bfc7b8c3d3746d247c87a121a3908f2 Cr-Commit-Position: refs/heads/master@{#373202}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Replace ref parameters by ptr ones #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -78 lines) Patch
M third_party/WebKit/Source/core/editing/VisibleUnits.cpp View 1 2 4 chunks +9 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.h View 1 2 3 chunks +5 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp View 1 2 1 chunk +36 lines, -0 lines 2 comments Download
M third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp View 1 2 3 chunks +37 lines, -37 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 10 (4 generated)
Xiaocheng
PTAL.
4 years, 10 months ago (2016-02-03 08:35:32 UTC) #3
yosin_UTC9
lgtm w/ small nit Thanks for simplification! https://codereview.chromium.org/1657203003/diff/40001/third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp File third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp (right): https://codereview.chromium.org/1657203003/diff/40001/third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp#newcode437 third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp:437: ASSERT(output); nit: ...
4 years, 10 months ago (2016-02-03 08:44:25 UTC) #4
Xiaocheng
Thanks for the prompt response! https://codereview.chromium.org/1657203003/diff/40001/third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp File third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp (right): https://codereview.chromium.org/1657203003/diff/40001/third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp#newcode437 third_party/WebKit/Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp:437: ASSERT(output); On 2016/02/03 at ...
4 years, 10 months ago (2016-02-03 08:52:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1657203003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1657203003/40001
4 years, 10 months ago (2016-02-03 09:16:16 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-03 09:21:19 UTC) #8
commit-bot: I haz the power
4 years, 10 months ago (2016-02-03 09:22:13 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/888f85bf9bfc7b8c3d3746d247c87a121a3908f2
Cr-Commit-Position: refs/heads/master@{#373202}

Powered by Google App Engine
This is Rietveld 408576698