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

Issue 2885103004: Rewrite UpdateMarkerRenderedRect() to use EphemeralRange. (Closed)

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

Description

Rewrite UpdateMarkerRenderedRect() to use EphemeralRange. this patch is last step to replace Range with EphemeralRange in updateMarkerRenderedRect(). we are progressing three steps. [1/3] Make RenderedRectsForMarkers() to ignore disconnected nodes. (https://codereview.chromium.org/2776103002) [2/3] In-place change of Range::textRects() and boundingBox() to EphemeralRange version in "Range.cpp" (https://codereview.chromium.org/2810313003) [3/3] Rewrite UpdateMarkerRenderedRect() to use EphemeralRange instead of Range (this patch) BUG=691202 Review-Url: https://codereview.chromium.org/2885103004 Cr-Commit-Position: refs/heads/master@{#473534} Committed: https://chromium.googlesource.com/chromium/src/+/479179ca87f415cc18ae18682a3938a4486ea281

Patch Set 1 : 1 #

Total comments: 6

Patch Set 2 : fix the some nit. #

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

Messages

Total messages: 44 (39 generated)
Hwanseung Lee
PTAL, thank you.
3 years, 7 months ago (2017-05-21 07:09:32 UTC) #30
yosin_UTC9
lgtm w/ small nits Thanks for working this! https://codereview.chromium.org/2885103004/diff/100001/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp File third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp (right): https://codereview.chromium.org/2885103004/diff/100001/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp#newcode205 third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp:205: Position ...
3 years, 7 months ago (2017-05-22 04:53:25 UTC) #31
Hwanseung Lee
thank you. https://codereview.chromium.org/2885103004/diff/100001/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp File third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp (right): https://codereview.chromium.org/2885103004/diff/100001/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp#newcode205 third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp:205: Position startPosition(&const_cast<Node&>(node), marker.StartOffset()); On 2017/05/22 04:53:25, yosin_UTC9 ...
3 years, 7 months ago (2017-05-22 09:38:59 UTC) #38
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/2885103004/120001
3 years, 7 months ago (2017-05-22 09:39:21 UTC) #41
commit-bot: I haz the power
3 years, 7 months ago (2017-05-22 09:44:16 UTC) #44
Message was sent while issue was closed.
Committed patchset #2 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/479179ca87f415cc18ae18682a39...

Powered by Google App Engine
This is Rietveld 408576698