| Summary: | [IFC][Integration] RenderBox should not call first/lastLineBox on RenderInline | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | bfulgham, changseok, esprehn+autocc, ews-watchlist, glenn, koivisto, kondapallykalyan, pdr, simon.fraser, webkit-bug-importer, zalan | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
zalan
2022-12-15 14:45:51 PST
Created attachment 464063 [details]
[fast-cq]Patch
Comment on attachment 464063 [details] [fast-cq]Patch View in context: https://bugs.webkit.org/attachment.cgi?id=464063&action=review > Source/WebCore/rendering/RenderBox.cpp:3946 > + auto inlineBox = firstInlineBox; > + for (; inlineBox->nextInlineBox(); inlineBox.traverseNextInlineBox()) { } > + return inlineBox; Should add lastInlineBoxFor at some point Committed 257992@main (cf7c7c33a97c): <https://commits.webkit.org/257992@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 464063 [details]. (In reply to Antti Koivisto from comment #2) > Comment on attachment 464063 [details] > [fast-cq]Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=464063&action=review > > > Source/WebCore/rendering/RenderBox.cpp:3946 > > + auto inlineBox = firstInlineBox; > > + for (; inlineBox->nextInlineBox(); inlineBox.traverseNextInlineBox()) { } > > + return inlineBox; > > Should add lastInlineBoxFor at some point totally |