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

Issue 2274593002: [layoutng] Correctly resolve indefinite percentages (Closed)

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

Description

[layoutng] Correctly resolve indefinite percentages R=ikilpatrick@chromium.org,eae@chromium.org BUG=635619 Committed: https://crrev.com/36e71623779494dcdec9c1a5c4bbe369b70ffe21 Cr-Commit-Position: refs/heads/master@{#414103}

Patch Set 1 #

Patch Set 2 : fix compile error... #

Total comments: 4

Patch Set 3 : NGSizeIndefinite #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -2 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_length_utils.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc View 1 2 3 chunks +12 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
cbiesinger
4 years, 4 months ago (2016-08-23 15:58:39 UTC) #1
eae
https://codereview.chromium.org/2274593002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc File third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc (right): https://codereview.chromium.org/2274593002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc#newcode24 third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc:24: DCHECK_NE(constraintSpace.ContainerSize().inlineSize, LayoutUnit(-1)); Can the length ever go negative? If ...
4 years, 4 months ago (2016-08-23 16:50:57 UTC) #8
cbiesinger
PTAL! https://codereview.chromium.org/2274593002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc File third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc (right): https://codereview.chromium.org/2274593002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc#newcode24 third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc:24: DCHECK_NE(constraintSpace.ContainerSize().inlineSize, LayoutUnit(-1)); On 2016/08/23 16:50:56, eae wrote: > ...
4 years, 4 months ago (2016-08-23 19:37:19 UTC) #12
eae
LGTM
4 years, 4 months ago (2016-08-24 17:50:25 UTC) #16
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/2274593002/40001
4 years, 4 months ago (2016-08-24 17:54:31 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-24 18:00:05 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 18:03:20 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/36e71623779494dcdec9c1a5c4bbe369b70ffe21
Cr-Commit-Position: refs/heads/master@{#414103}

Powered by Google App Engine
This is Rietveld 408576698