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

Issue 2569263002: Legacy out-of-flow descendant propagation (Closed)

Created:
4 years ago by atotic
Modified:
4 years ago
Reviewers:
cbiesinger, ikilpatrick
CC:
atotic+reviews_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, 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

Legacy out-of-flow descendant propagation Small part of my big patch: https://codereview.chromium.org/2568743005 BUG=635619 Committed: https://crrev.com/c57031df82a809ebb6899d46c73b8f97f58980ff Cr-Commit-Position: refs/heads/master@{#438359}

Patch Set 1 : Legacy out-of-flow descendant propagation #

Total comments: 2

Patch Set 2 : CR fixes #

Total comments: 2

Patch Set 3 : CR fixes, also added DCHECK instead of if guards #

Total comments: 3

Patch Set 4 : CR fixes, wording #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_node.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_node.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
atotic
ptal
4 years ago (2016-12-13 17:21:56 UTC) #3
ikilpatrick
https://codereview.chromium.org/2569263002/diff/1/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc File third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc (right): https://codereview.chromium.org/2569263002/diff/1/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc#newcode34 third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc:34: // fragment->PhysicalFragment()->OutOfFlowDescendants(); why is this commented out?
4 years ago (2016-12-13 18:28:27 UTC) #4
ikilpatrick
4 years ago (2016-12-13 18:28:36 UTC) #6
atotic
https://codereview.chromium.org/2569263002/diff/1/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc File third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc (right): https://codereview.chromium.org/2569263002/diff/1/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc#newcode34 third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc:34: // fragment->PhysicalFragment()->OutOfFlowDescendants(); On 2016/12/13 at 18:28:27, ikilpatrick wrote: > ...
4 years ago (2016-12-13 19:19:42 UTC) #7
cbiesinger
https://codereview.chromium.org/2569263002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h File third_party/WebKit/Source/core/layout/ng/ng_block_node.h (right): https://codereview.chromium.org/2569263002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h#newcode64 third_party/WebKit/Source/core/layout/ng/ng_block_node.h:64: void UseOldOutOfFlowPositioning(); This does need a comment :)
4 years ago (2016-12-13 20:59:06 UTC) #8
atotic
Also added DCHECK instead of an 'if' guard. ptal https://codereview.chromium.org/2569263002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h File third_party/WebKit/Source/core/layout/ng/ng_block_node.h (right): https://codereview.chromium.org/2569263002/diff/20001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h#newcode64 third_party/WebKit/Source/core/layout/ng/ng_block_node.h:64: ...
4 years ago (2016-12-13 21:18:21 UTC) #9
cbiesinger
lgtm
4 years ago (2016-12-13 21:45:45 UTC) #10
ikilpatrick
lgtm with nits. https://codereview.chromium.org/2569263002/diff/40001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h File third_party/WebKit/Source/core/layout/ng/ng_block_node.h (right): https://codereview.chromium.org/2569263002/diff/40001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h#newcode65 third_party/WebKit/Source/core/layout/ng/ng_block_node.h:65: // legacy Layout. .nit wording. Called ...
4 years ago (2016-12-13 21:57:36 UTC) #11
atotic
https://codereview.chromium.org/2569263002/diff/40001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h File third_party/WebKit/Source/core/layout/ng/ng_block_node.h (right): https://codereview.chromium.org/2569263002/diff/40001/third_party/WebKit/Source/core/layout/ng/ng_block_node.h#newcode65 third_party/WebKit/Source/core/layout/ng/ng_block_node.h:65: // legacy Layout. On 2016/12/13 at 21:57:36, ikilpatrick wrote: ...
4 years ago (2016-12-13 22:01:01 UTC) #12
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/2569263002/60001
4 years ago (2016-12-13 22:02:39 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-14 00:29:13 UTC) #18
commit-bot: I haz the power
4 years ago (2016-12-14 00:32:31 UTC) #20
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c57031df82a809ebb6899d46c73b8f97f58980ff
Cr-Commit-Position: refs/heads/master@{#438359}

Powered by Google App Engine
This is Rietveld 408576698