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

Issue 2829593002: (CANCELED) [LayoutNG] Use ChildrenInline() to determine if children are inline (Closed)

Created:
3 years, 8 months ago by kojii
Modified:
3 years, 7 months ago
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/heads/master
Project:
chromium
Visibility:
Public.

Description

[LayoutNG] Use ChildrenInline() to determine if children are inline LayoutObject::ChildrenInline() is set by examining more than just the first child is inline. When NG relies on LayoutObject for tree building, using ChildrenInline() helps to match to the LayoutObject tree. BUG=712665

Patch Set 1 #

Patch Set 2 : Fix trivial mistake #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Add TestExpectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -28 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 10 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_node.cc View 1 1 chunk +1 line, -22 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_node_test.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (18 generated)
kojii
PTAL.
3 years, 8 months ago (2017-04-25 05:59:51 UTC) #17
eae
I'd like Gleb to review this.
3 years, 8 months ago (2017-04-25 06:01:45 UTC) #18
atotic
FYI: Original code 6 months ago used to call ChildrenInline(). I was the one who ...
3 years, 8 months ago (2017-04-26 07:46:44 UTC) #21
eae
On 2017/04/26 07:46:44, atotic wrote: > FYI: Original code 6 months ago used to call ...
3 years, 8 months ago (2017-04-26 09:01:07 UTC) #22
Gleb Lanbin
On 2017/04/26 09:01:07, eae wrote: > On 2017/04/26 07:46:44, atotic wrote: > > FYI: Original ...
3 years, 7 months ago (2017-04-26 21:52:53 UTC) #23
Gleb Lanbin
On 2017/04/26 21:52:53, Gleb Lanbin wrote: > On 2017/04/26 09:01:07, eae wrote: > > On ...
3 years, 7 months ago (2017-04-27 00:18:13 UTC) #24
kojii
Summarized cases in a doc: https://docs.google.com/a/chromium.org/document/d/1kAJLEYHl5eE6ean3NSTnJOuGbJFccr0bIqsIpou19k4/edit?usp=sharing Case 3 is your 1st example and case 4 ...
3 years, 7 months ago (2017-04-27 03:31:33 UTC) #25
kojii
3 years, 7 months ago (2017-05-07 04:45:08 UTC) #26
Cancelling this.

Powered by Google App Engine
This is Rietveld 408576698