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

Issue 2646853006: [LayoutNG] Pull out of flow candidate loop into out of flow layout part. (Closed)

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

Description

[LayoutNG] Pull out of flow candidate loop into out of flow layout part. Now that we don't have the state machine its easier to reason about here. BUG=635619 Review-Url: https://codereview.chromium.org/2646853006 Cr-Commit-Position: refs/heads/master@{#446059} Committed: https://chromium.googlesource.com/chromium/src/+/f2e4af61a8a9c876d4eaeb82bdb5840af5da6ff7

Patch Set 1 #

Total comments: 10

Patch Set 2 : rebase on layout object patch. #

Patch Set 3 : small fix. #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -119 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_absolute_utils.h View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_absolute_utils.cc View 1 1 chunk +0 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc View 1 2 2 chunks +2 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h View 1 1 chunk +6 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h View 1 1 chunk +17 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc View 1 2 chunks +90 lines, -46 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
ikilpatrick
https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h File third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h (left): https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h#oldcode70 third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h:70: // oof_candidates.prepend(child_oof_candidates); So the code in ng_block_algorithm never did ...
3 years, 11 months ago (2017-01-20 23:48:30 UTC) #2
atotic
https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h File third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h (left): https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h#oldcode70 third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h:70: // oof_candidates.prepend(child_oof_candidates); On 2017/01/20 at 23:48:30, ikilpatrick wrote: > ...
3 years, 11 months ago (2017-01-23 07:37:56 UTC) #3
ikilpatrick
https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h File third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h (left): https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h#oldcode70 third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h:70: // oof_candidates.prepend(child_oof_candidates); On 2017/01/23 07:37:56, atotic wrote: > On ...
3 years, 11 months ago (2017-01-24 19:11:32 UTC) #4
atotic
lgtm. https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h File third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h (left): https://codereview.chromium.org/2646853006/diff/1/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h#oldcode70 third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h:70: // oof_candidates.prepend(child_oof_candidates); On 2017/01/24 at 19:11:32, ikilpatrick wrote: ...
3 years, 11 months ago (2017-01-24 20:48:34 UTC) #5
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/2646853006/60001
3 years, 11 months ago (2017-01-25 04:34:30 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/219654)
3 years, 11 months ago (2017-01-25 06:30:38 UTC) #10
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/2646853006/60001
3 years, 11 months ago (2017-01-25 17:06:31 UTC) #12
commit-bot: I haz the power
3 years, 11 months ago (2017-01-25 18:20:11 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/f2e4af61a8a9c876d4eaeb82bdb5...

Powered by Google App Engine
This is Rietveld 408576698