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

Issue 2727263003: [LayoutNG] Fix orthogonal writing mode with abs/fixed descendants. (Closed)

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

Description

[LayoutNG] Fix orthogonal writing mode with abs/fixed descendants. The current code was mixing up the block_estimate between descendant/container writing modes. It keeps it now in the child's writing mode. BUG=635619 Review-Url: https://codereview.chromium.org/2727263003 Cr-Commit-Position: refs/heads/master@{#454517} Committed: https://chromium.googlesource.com/chromium/src/+/c31e3e5a55e1bc3a719c7012ca0d9bff6ba2ba51

Patch Set 1 #

Patch Set 2 : fix. #

Patch Set 3 : fix comment. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -21 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc View 1 2 4 chunks +27 lines, -19 lines 2 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc View 1 1 chunk +81 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (16 generated)
ikilpatrick
3 years, 9 months ago (2017-03-02 23:45:04 UTC) #7
atotic
lgtm Thanks for catching this.
3 years, 9 months ago (2017-03-03 00:11:48 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/2727263003/40001
3 years, 9 months ago (2017-03-03 00:58:44 UTC) #12
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 9 months ago (2017-03-03 00:58:46 UTC) #14
ikilpatrick
3 years, 9 months ago (2017-03-03 03:32:00 UTC) #16
Gleb Lanbin
lgtm
3 years, 9 months ago (2017-03-03 04:29:04 UTC) #19
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/2727263003/40001
3 years, 9 months ago (2017-03-03 04:29:13 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/c31e3e5a55e1bc3a719c7012ca0d9bff6ba2ba51
3 years, 9 months ago (2017-03-03 05:32:35 UTC) #23
cbiesinger
lgtm but see comment below, could you fix that in a separate cl? https://codereview.chromium.org/2727263003/diff/40001/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc File ...
3 years, 9 months ago (2017-03-03 12:58:49 UTC) #25
ikilpatrick
3 years, 9 months ago (2017-03-03 17:27:06 UTC) #26
Message was sent while issue was closed.
https://codereview.chromium.org/2727263003/diff/40001/third_party/WebKit/Sour...
File third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc
(right):

https://codereview.chromium.org/2727263003/diff/40001/third_party/WebKit/Sour...
third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc:181:
NGLogicalSize available_size{inline_size, block_size};
On 2017/03/03 12:58:49, cbiesinger wrote:
> You have a variable logical_available_size and an available_size, which is
also
> a logical size, and they're different :/ can you rename one of them?

Sent, thanks for picking up on this. :)

Powered by Google App Engine
This is Rietveld 408576698