RESOLVED FIXED 216678
[LFC][IFC] Move inline box constructing and alignment logic to LineBoxBuilder
https://bugs.webkit.org/show_bug.cgi?id=216678
Summary [LFC][IFC] Move inline box constructing and alignment logic to LineBoxBuilder
zalan
Reported 2020-09-17 18:40:40 PDT
This makes LineBox a light, box like class.
Attachments
Patch (54.25 KB, patch)
2020-09-17 19:09 PDT, zalan
no flags
Patch (54.42 KB, patch)
2020-09-18 03:25 PDT, zalan
no flags
zalan
Comment 1 2020-09-17 19:09:35 PDT
Simon Fraser (smfr)
Comment 2 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.
zalan
Comment 3 2020-09-18 03:25:32 PDT
EWS
Comment 4 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].
Radar WebKit Bug Importer
Comment 5 2020-09-18 04:17:26 PDT
Note You need to log in before you can comment on or make changes to this bug.