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

Issue 2298273002: Initial exclusion aware layout opportunities implementation (Closed)

Created:
4 years, 3 months ago by eae
Modified:
4 years, 3 months ago
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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Initial exclusion aware layout opportunities implementation Implement exclusion aware layout opportunities algorithm. At the moment it only handles opportunities for a fixed starting point, sorted by the width of the opportunities, widest first. Next step is to recompute for the next exclusion once all current opportunities have been exhausted. BUG=591099 R=ikilpatrick@chromium.org Committed: https://crrev.com/ac9d3f8a067654f9059e6ab00051be9102ff471e Cr-Commit-Position: refs/heads/master@{#417562}

Patch Set 1 : Initial exclusion aware layout opportunities implementation #

Total comments: 17

Patch Set 2 : address reviewer comments #

Total comments: 10

Patch Set 3 : Address reviewer comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -27 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h View 1 3 chunks +24 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc View 1 2 3 chunks +134 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_constraint_space_test.cc View 1 1 chunk +43 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h View 4 chunks +27 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 41 (31 generated)
ikilpatrick
https://codereview.chromium.org/2298273002/diff/80001/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc File third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc (right): https://codereview.chromium.org/2298273002/diff/80001/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc#newcode181 third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc:181: filtered_exclusions_.append(item); I'm assuming: filtered_exclusions_(constaint_space_->Phy()->Exclusions()) doesn't work b/c it's a ...
4 years, 3 months ago (2016-09-06 23:09:40 UTC) #23
eae
Thanks for the thorough review; please take another look. https://codereview.chromium.org/2298273002/diff/80001/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc File third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc (right): https://codereview.chromium.org/2298273002/diff/80001/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc#newcode181 third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc:181: ...
4 years, 3 months ago (2016-09-06 23:30:53 UTC) #26
eae
Please take another look when you get a chance.
4 years, 3 months ago (2016-09-08 07:04:25 UTC) #30
ikilpatrick
lgtm, sorry for the delay i was swamped yesterday; I think gleb also has some ...
4 years, 3 months ago (2016-09-08 18:00:07 UTC) #31
Gleb Lanbin
lgtm I have a couple of minor comments regarding the code style. I will gladly ...
4 years, 3 months ago (2016-09-08 20:44:20 UTC) #32
eae
On 2016/09/08 20:44:20, glebl wrote: > lgtm > I have a couple of minor comments ...
4 years, 3 months ago (2016-09-09 08:50:58 UTC) #33
eae
Thanks for the detailed review both of you!
4 years, 3 months ago (2016-09-09 08:51:25 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/2298273002/120001
4 years, 3 months ago (2016-09-09 10:43:09 UTC) #37
commit-bot: I haz the power
Committed patchset #3 (id:120001)
4 years, 3 months ago (2016-09-09 12:23:21 UTC) #39
commit-bot: I haz the power
4 years, 3 months ago (2016-09-09 12:24:36 UTC) #41
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ac9d3f8a067654f9059e6ab00051be9102ff471e
Cr-Commit-Position: refs/heads/master@{#417562}

Powered by Google App Engine
This is Rietveld 408576698