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

Issue 2259963002: [layoutng] Margin support, part 1 (Closed)

Created:
4 years, 4 months ago by cbiesinger
Modified:
4 years, 4 months ago
CC:
chromium-reviews, ojan+watch_chromium.org, szager+layoutwatch_chromium.org, blink-reviews-style_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] Margin support, part 1 Support margins for positioning children. Still to be done: - margin: auto - margins need to affect the size computation R=eae@chromium.org,ikilpatrick@chromium.org,glebl@chromium.org BUG=635619 NOTRY=true Committed: https://crrev.com/aec3029745fe492e73bc419ab4fc9844c3a0191d Cr-Commit-Position: refs/heads/master@{#413239}

Patch Set 1 #

Total comments: 1

Patch Set 2 : dcheck #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -6 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_length_utils.h View 2 chunks +6 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc View 1 4 chunks +21 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc View 2 chunks +17 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_margin_strut.h View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleSurroundData.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (13 generated)
cbiesinger
4 years, 4 months ago (2016-08-18 20:19:07 UTC) #2
eae
LGTM
4 years, 4 months ago (2016-08-18 22:32:46 UTC) #5
ikilpatrick
lgtm https://codereview.chromium.org/2259963002/diff/1/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/2259963002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc#newcode43 third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc:43: if (type != LengthResolveType::MarginSize && length.isAuto()) is this ...
4 years, 4 months ago (2016-08-18 22:54:33 UTC) #6
cbiesinger
On 2016/08/18 22:54:33, ikilpatrick wrote: > lgtm > > https://codereview.chromium.org/2259963002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc > File third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc (right): > ...
4 years, 4 months ago (2016-08-19 01:16:44 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/2259963002/20001
4 years, 4 months ago (2016-08-19 17:29:35 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/277321)
4 years, 4 months ago (2016-08-19 21:09: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/2259963002/20001
4 years, 4 months ago (2016-08-19 21:10:34 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-19 21:18:57 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 21:23:03 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/aec3029745fe492e73bc419ab4fc9844c3a0191d
Cr-Commit-Position: refs/heads/master@{#413239}

Powered by Google App Engine
This is Rietveld 408576698