Bug 219557

Summary: [LFC][Integration] Do not construct a new layout box for every inline box end (InlineWalker)
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

Description zalan 2020-12-04 15:31:25 PST
InlineWalker <span>text</span> visits
<span>
text
</span>
and we need to construct an layout box for only the <span> and the text
Comment 1 zalan 2020-12-04 15:38:30 PST
Created attachment 415467 [details]
Patch
Comment 2 EWS 2020-12-05 06:22:04 PST
Committed r270472: <https://trac.webkit.org/changeset/270472>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 415467 [details].
Comment 3 Radar WebKit Bug Importer 2020-12-05 06:23:17 PST
<rdar://problem/72009133>