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

Issue 2886453005: Account for border/padding in NG Inline layout algorithm. (Closed)

Created:
3 years, 7 months ago by Gleb Lanbin
Modified:
3 years, 7 months ago
Reviewers:
ikilpatrick, kojii
CC:
atotic+reviews_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, cbiesinger, chromium-reviews, dgrogan+ng_chromium.org, eae+blinkwatch, glebl+reviews_chromium.org, jchaffraix+rendering, leviw+renderwatch, ojan+watch_chromium.org, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Account for border/padding in NG Inline layout algorithm. BUG=635619 TESTS=79 tests Review-Url: https://codereview.chromium.org/2886453005 Cr-Commit-Position: refs/heads/master@{#472323} Committed: https://chromium.googlesource.com/chromium/src/+/59bb4d543e23a248553affa3dc9de1e01a1ce228

Patch Set 1 #

Total comments: 6

Patch Set 2 : fix comments #

Patch Set 3 : git rebase-update #

Patch Set 4 : Skip some tests becase of crbug.com/713891 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -86 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 22 chunks +24 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_rect.h View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc View 1 2 5 chunks +20 lines, -7 lines 0 comments Download

Messages

Total messages: 34 (23 generated)
Gleb Lanbin
3 years, 7 months ago (2017-05-15 22:49:58 UTC) #2
ikilpatrick
lgtm https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc (right): https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc#newcode134 third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc:134: border_and_padding_ = ComputeBorders(ConstraintSpace(), Style()) + does it make ...
3 years, 7 months ago (2017-05-15 22:53:41 UTC) #5
Gleb Lanbin
thanks for the prompt lgtm. https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc (right): https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc#newcode134 third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc:134: border_and_padding_ = ComputeBorders(ConstraintSpace(), Style()) ...
3 years, 7 months ago (2017-05-15 22:57:09 UTC) #6
kojii
lgtm https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc (right): https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc#newcode471 third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc:471: NGLogicalOffset opp_offset = What is "opp"?
3 years, 7 months ago (2017-05-15 22:57:43 UTC) #7
Gleb Lanbin
thanks. https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc (right): https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc#newcode471 third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc:471: NGLogicalOffset opp_offset = On 2017/05/15 22:57:42, kojii wrote: ...
3 years, 7 months ago (2017-05-15 22:59:13 UTC) #8
Gleb Lanbin
https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc (right): https://codereview.chromium.org/2886453005/diff/1/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc#newcode134 third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc:134: border_and_padding_ = ComputeBorders(ConstraintSpace(), Style()) + On 2017/05/15 22:57:09, Gleb ...
3 years, 7 months ago (2017-05-15 23:14:10 UTC) #9
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/2886453005/60001
3 years, 7 months ago (2017-05-17 00:16:45 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_layout_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, build has not started yet; ...
3 years, 7 months ago (2017-05-17 02:20:38 UTC) #25
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/2886453005/60001
3 years, 7 months ago (2017-05-17 02:54:19 UTC) #27
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/2886453005/60001
3 years, 7 months ago (2017-05-17 04:20:59 UTC) #31
commit-bot: I haz the power
3 years, 7 months ago (2017-05-17 04:26:18 UTC) #34
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/59bb4d543e23a248553affa3dc9d...

Powered by Google App Engine
This is Rietveld 408576698