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

Issue 1441443003: [Line Layout API] Convert LayoutBlockFlowLine to use new line layout API (Closed)

Created:
5 years, 1 month ago by pilgrim_google
Modified:
5 years, 1 month ago
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Line Layout API] Convert LayoutBlockFlowLine to use new line layout API There are just a few calls and one comparison. No functional changes. This CL is not dependent on any other pending CLs. BUG=499321 Committed: https://crrev.com/3a4f6915366d65af0decaa4b413f21ab318a46df Cr-Commit-Position: refs/heads/master@{#360467}

Patch Set 1 #

Patch Set 2 : fix crashes by checking whether line layout item is text before making a text out of it #

Total comments: 1

Patch Set 3 : promote selectionState() to LineLayoutItem, simplify caller #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/api/LineLayoutItem.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/api/LineLayoutText.h View 1 2 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 31 (11 generated)
pilgrim_google
5 years, 1 month ago (2015-11-11 20:21:10 UTC) #3
leviw_travelin_and_unemployed
lgtm Easy one!
5 years, 1 month ago (2015-11-11 20:26:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441443003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441443003/1
5 years, 1 month ago (2015-11-11 20:26:51 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/139298)
5 years, 1 month ago (2015-11-11 20:35:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441443003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441443003/1
5 years, 1 month ago (2015-11-11 22:28:24 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/129544)
5 years, 1 month ago (2015-11-11 23:17:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441443003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441443003/1
5 years, 1 month ago (2015-11-12 13:51:00 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/87515)
5 years, 1 month ago (2015-11-12 14:18:29 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441443003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441443003/1
5 years, 1 month ago (2015-11-12 20:37:11 UTC) #18
pilgrim_google
I'm beginning to suspect that this patch is actually broken. Can't imagine why, though.
5 years, 1 month ago (2015-11-12 20:38:46 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/78108) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 1 month ago (2015-11-12 21:15:07 UTC) #21
pilgrim_google
Please re-review.
5 years, 1 month ago (2015-11-18 18:34:06 UTC) #22
leviw_travelin_and_unemployed
https://codereview.chromium.org/1441443003/diff/20001/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp File third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp (right): https://codereview.chromium.org/1441443003/diff/20001/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp#newcode286 third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp:286: if (!rootHasSelectedChildren && box->lineLayoutItem().isText() && LineLayoutText(box->lineLayoutItem()).selectionState() != SelectionNone) selectionState ...
5 years, 1 month ago (2015-11-18 18:41:41 UTC) #23
pilgrim_google
On 2015/11/18 at 18:41:41, leviw wrote: > https://codereview.chromium.org/1441443003/diff/20001/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp > File third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp (right): > > https://codereview.chromium.org/1441443003/diff/20001/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp#newcode286 ...
5 years, 1 month ago (2015-11-18 19:26:15 UTC) #24
leviw_travelin_and_unemployed
On 2015/11/18 at 19:26:15, pilgrim wrote: > On 2015/11/18 at 18:41:41, leviw wrote: > > ...
5 years, 1 month ago (2015-11-18 22:17:28 UTC) #25
pilgrim_google
On 2015/11/18 at 22:17:28, leviw wrote: > On 2015/11/18 at 19:26:15, pilgrim wrote: > > ...
5 years, 1 month ago (2015-11-18 22:34:52 UTC) #26
leviw_travelin_and_unemployed
lgtm
5 years, 1 month ago (2015-11-18 23:35:47 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1441443003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1441443003/40001
5 years, 1 month ago (2015-11-18 23:39:20 UTC) #29
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-19 01:45:01 UTC) #30
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 01:46:29 UTC) #31
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3a4f6915366d65af0decaa4b413f21ab318a46df
Cr-Commit-Position: refs/heads/master@{#360467}

Powered by Google App Engine
This is Rietveld 408576698