Bug 204651

Summary: [LFC] Run layout on the root when InvalidationState is empty.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description zalan 2019-11-27 12:51:25 PST
When simple constraint change happens.
Comment 1 Radar WebKit Bug Importer 2019-11-27 12:51:44 PST
<rdar://problem/57509616>
Comment 2 zalan 2019-11-27 12:54:51 PST
Created attachment 384423 [details]
Patch
Comment 3 Antti Koivisto 2019-11-27 13:22:09 PST
Comment on attachment 384423 [details]
Patch

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

> Source/WebCore/layout/RenderBlockFlowLineLayout.cpp:78
>      if (!rootContainer.firstChild())

Could remove this check too
Comment 4 zalan 2019-11-27 13:42:05 PST
Committed r252912: <https://trac.webkit.org/changeset/252912>