| Summary: | [IFC] Add fast path for simple text only content | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||||||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||||||||||||
| Status: | RESOLVED FIXED | ||||||||||||||||||||
| Severity: | Normal | CC: | annulen, bfulgham, ews-watchlist, gyuyoung.kim, koivisto, ryuan.choi, sergio, simon.fraser, webkit-bug-importer, zalan | ||||||||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||||||||
| Version: | WebKit Nightly Build | ||||||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||
|
Description
zalan
2023-08-07 14:37:54 PDT
Created attachment 467215 [details]
Patch
Created attachment 467216 [details]
Patch
Created attachment 467217 [details]
Patch
Created attachment 467223 [details]
Patch
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]. |