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

Issue 2841823006: Resolve inline margins in over-constrained situations correctly. (Closed)

Created:
3 years, 8 months ago by facetothefate
Modified:
3 years, 7 months ago
CC:
chromium-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, blink-reviews-layout_chromium.org, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Resolve inline margins in over-constrained situations correctly. In regular block layout, the width of a child's margin box should always be equal to that of its containing block. BUG=708751 Review-Url: https://codereview.chromium.org/2841823006 Cr-Commit-Position: refs/heads/master@{#472619} Committed: https://chromium.googlesource.com/chromium/src/+/34d81295269809c64d9e12a5921db3ada416a043

Patch Set 1 : In regular block layout, the width of a child's margin box should always be equal to that of its containing block #

Total comments: 1

Patch Set 2 : In regular block layout, the width of a child's margin box should always be equal to that of its containing block #

Total comments: 2

Patch Set 3 : In regular block layout, the width of a child's margin box should always be equal to that of its co… #

Patch Set 4 : In regular block layout, the width of a child's margin box should always be equal to that of its co… #

Patch Set 5 : In regular block layout, the width of a child's margin box should always be equal to that of its co… #

Patch Set 6 : In regular block layout, the width of a child's margin box should always be equal to that of its co… #

Patch Set 7 : In regular block layout, the width of a child's margin box should always be equal to that of its co… #

Total comments: 2

Patch Set 8 : Resolve inline margins in over-constrained situations correctly. #

Patch Set 9 : Resolve inline margins in over-constrained situations correctly. #

Patch Set 10 : Resolve inline margins in over-constrained situations correctly. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -6 lines) Patch
M AUTHORS View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/block/over-constrained-auto-margin.html View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -6 lines 0 comments Download

Messages

Total messages: 56 (27 generated)
Xianzhu
facetothefate@gmail.com, thanks for the change. Please add a test for the change in LayoutBoxTest.cpp. +mstensho@opera.com ...
3 years, 7 months ago (2017-04-26 17:20:48 UTC) #2
facetothefate
== no need to do the following, the old behavior is only happen > or ...
3 years, 7 months ago (2017-04-26 18:09:43 UTC) #3
mstensho (USE GERRIT)
I reviewed this, and then realized that the bug may actually be invalid. Let's discuss ...
3 years, 7 months ago (2017-04-27 12:37:28 UTC) #4
facetothefate
Thanks, I'd like to be a part-time chromium developer. Let met introduce myself a little ...
3 years, 7 months ago (2017-04-27 14:55:58 UTC) #5
facetothefate
Thanks, I'd like to be a part-time chromium developer. Let met introduce myself a little ...
3 years, 7 months ago (2017-04-27 14:55:59 UTC) #6
mstensho (USE GERRIT)
I'll review this as soon as I can. Sorry about the delay. In the meantime, ...
3 years, 7 months ago (2017-05-03 16:20:50 UTC) #7
mstensho (USE GERRIT)
I think the code changes look mighty good, but you need to update the commit ...
3 years, 7 months ago (2017-05-12 11:07:21 UTC) #12
facetothefate
https://codereview.chromium.org/2841823006/diff/120001/third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp File third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp (right): https://codereview.chromium.org/2841823006/diff/120001/third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp#newcode266 third_party/WebKit/Source/core/layout/LayoutBoxTest.cpp:266: TEST_F(LayoutBoxTest, OverConstrainedAutoMarginLtr) { On 2017/05/12 11:07:20, mstensho wrote: > ...
3 years, 7 months ago (2017-05-12 15:00:23 UTC) #16
mstensho (USE GERRIT)
Commit comments usually go like this: " Short description on one line. <blank line> More ...
3 years, 7 months ago (2017-05-12 18:24:59 UTC) #18
facetothefate
Got it.! <mstensho@opera.com>于2017年5月12日周五 14:24写道: > Commit comments usually go like this: > > " > ...
3 years, 7 months ago (2017-05-12 18:43:08 UTC) #19
facetothefate
Got it.! <mstensho@opera.com>于2017年5月12日周五 14:24写道: > Commit comments usually go like this: > > " > ...
3 years, 7 months ago (2017-05-12 18:43:08 UTC) #20
facetothefate
On 2017/05/12 18:24:59, mstensho wrote: > Commit comments usually go like this: > > " ...
3 years, 7 months ago (2017-05-16 01:46:48 UTC) #22
mstensho (USE GERRIT)
lgtm - this is ready for landing (but you probably need to rebase first), if ...
3 years, 7 months ago (2017-05-16 07:43:11 UTC) #23
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/2841823006/140001
3 years, 7 months ago (2017-05-16 18:54:50 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/269383) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 7 months ago (2017-05-16 19:00:00 UTC) #27
facetothefate
Will rebase when I home Zhifei Fang 方之斐[image: View Zhifei Fang's LinkedIn profile]View Zhifei Fang's ...
3 years, 7 months ago (2017-05-16 19:00:44 UTC) #28
facetothefate
Will rebase when I home Zhifei Fang 方之斐[image: View Zhifei Fang's LinkedIn profile]View Zhifei Fang's ...
3 years, 7 months ago (2017-05-16 19:00:44 UTC) #29
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/2841823006/160001
3 years, 7 months ago (2017-05-17 00:42:17 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/269732) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-17 00:49:14 UTC) #34
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/2841823006/180001
3 years, 7 months ago (2017-05-17 02:05:34 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/456856)
3 years, 7 months ago (2017-05-17 03:39:01 UTC) #39
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/2841823006/180001
3 years, 7 months ago (2017-05-17 13:52:49 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/457327)
3 years, 7 months ago (2017-05-17 15:53:02 UTC) #43
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/2841823006/180001
3 years, 7 months ago (2017-05-17 17:10:38 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/457610)
3 years, 7 months ago (2017-05-17 19:25:39 UTC) #47
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/2841823006/180001
3 years, 7 months ago (2017-05-17 19:31:23 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/457840)
3 years, 7 months ago (2017-05-17 21:37:48 UTC) #51
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/2841823006/180001
3 years, 7 months ago (2017-05-17 22:41:34 UTC) #53
commit-bot: I haz the power
3 years, 7 months ago (2017-05-18 01:20:54 UTC) #56
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/34d81295269809c64d9e12a5921d...

Powered by Google App Engine
This is Rietveld 408576698