Bug 216678

Summary: [LFC][IFC] Move inline box constructing and alignment logic to LineBoxBuilder
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
none
Patch none

Description zalan 2020-09-17 18:40:40 PDT
This makes LineBox a light, box like class.
Comment 1 zalan 2020-09-17 19:09:35 PDT
Created attachment 409099 [details]
Patch
Comment 2 Simon Fraser (smfr) 2020-09-17 19:22:12 PDT
Comment on attachment 409099 [details]
Patch

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

> Source/WebCore/layout/inlineformatting/InlineFormattingContextGeometry.cpp:52
> +    const Box& root() const { return formattingContext().root(); }

or rootBox()?

> Source/WebCore/layout/inlineformatting/InlineFormattingContextGeometry.cpp:59
> +struct HangingContent {

It's not clear to me what "hanging" is in this context.
Comment 3 zalan 2020-09-18 03:25:32 PDT
Created attachment 409123 [details]
Patch
Comment 4 EWS 2020-09-18 04:16:39 PDT
Committed r267234: <https://trac.webkit.org/changeset/267234>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409123 [details].
Comment 5 Radar WebKit Bug Importer 2020-09-18 04:17:26 PDT
<rdar://problem/69140016>