ssia
Created attachment 467215 [details] Patch
Created attachment 467216 [details] Patch
Created attachment 467217 [details] Patch
Created attachment 467223 [details] Patch
<rdar://problem/113585987>
Created attachment 467226 [details] Patch
Comment on attachment 467226 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467226&action=review Very cool. SLL is back! > Source/WebCore/layout/formattingContexts/inline/AbstractLineBuilder.h:101 > +class AbstractLineBuilder { > +public: > + virtual LineLayoutResult layoutInlineContent(const LineInput&, const std::optional<PreviousLine>&) = 0; > + virtual ~AbstractLineBuilder() { }; > +}; Maybe we could use a template instead of this at some point.
Created attachment 467237 [details] Patch
Created attachment 467244 [details] Patch
Created attachment 467245 [details] Patch
Committed 266815@main (ba2673dfb458): <https://commits.webkit.org/266815@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467245 [details].