Bug 228050

Summary: [LFC][IFC] LineBox provides redundant geometry information
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, sam, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Description zalan 2021-07-17 09:16:56 PDT
LineBoxGeometry is where we need this information
Comment 1 zalan 2021-07-17 09:35:21 PDT
Created attachment 433732 [details]
Patch
Comment 2 zalan 2021-07-17 11:24:29 PDT
Created attachment 433733 [details]
Patch
Comment 3 Sam Weinig 2021-07-18 12:35:11 PDT
Comment on attachment 433733 [details]
Patch

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

> Source/WebCore/layout/formattingContexts/inline/InlineFormattingGeometry.cpp:359
> +        m_logicalHeight =  { };

extra space.
Comment 4 Radar WebKit Bug Importer 2021-07-24 09:17:15 PDT
<rdar://problem/81057163>
Comment 5 zalan 2021-08-19 17:01:06 PDT
Created attachment 435924 [details]
Patch
Comment 6 zalan 2021-08-19 20:13:16 PDT
Created attachment 435935 [details]
Patch
Comment 7 zalan 2021-08-20 08:49:32 PDT
Created attachment 435993 [details]
Patch
Comment 8 EWS 2021-08-20 13:50:50 PDT
Committed r281335 (240752@main): <https://commits.webkit.org/240752@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 435993 [details].