Bug 179408

Summary: [LayoutState cleanup] LayoutContext should own the stack of LayoutState objects
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, buildbot, commit-queue, koivisto, rniwa, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
koivisto: review+, buildbot: commit-queue-
Archive of layout-test-results from ews100 for mac-elcapitan
none
Patch none

Description zalan 2017-11-07 21:06:53 PST
The stack (vector) reflects the functionality better.
Comment 1 Radar WebKit Bug Importer 2017-11-08 13:13:35 PST
<rdar://problem/35423075>
Comment 2 zalan 2017-11-08 13:50:44 PST
Created attachment 326364 [details]
Patch
Comment 3 Antti Koivisto 2017-11-08 13:53:51 PST
Comment on attachment 326364 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=326364&action=review

> Source/WebCore/rendering/LayoutState.cpp:130
> +void LayoutState::computePaginationInformation(const LayoutContext::LayoutStateStack& layoutStateStack, RenderBox& renderer, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged)

Please move this function out of the LayoutState at some point.
Comment 4 Build Bot 2017-11-08 14:44:26 PST
Comment on attachment 326364 [details]
Patch

Attachment 326364 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/5153011

New failing tests:
fast/line-grid/line-grid-into-columns.html
Comment 5 Build Bot 2017-11-08 14:44:28 PST
Created attachment 326383 [details]
Archive of layout-test-results from ews100 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 6 zalan 2017-11-08 16:16:17 PST
Created attachment 326401 [details]
Patch
Comment 7 WebKit Commit Bot 2017-11-08 17:32:21 PST
Comment on attachment 326401 [details]
Patch

Clearing flags on attachment: 326401

Committed r224612: <https://trac.webkit.org/changeset/224612>
Comment 8 WebKit Commit Bot 2017-11-08 17:32:22 PST
All reviewed patches have been landed.  Closing bug.