Bug 228071

Summary: [LFC][IFC] Do not keep the list of LineBoxes around
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED INVALID    
Severity: Normal CC: bfulgham, ggaren, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+, ggaren: commit-queue-

Description zalan 2021-07-18 20:43:42 PDT
they are temp and private to the layout code
Comment 1 zalan 2021-07-18 20:48:09 PDT
Created attachment 433768 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2021-07-25 20:44:15 PDT
<rdar://problem/81088363>
Comment 3 Geoffrey Garen 2021-08-03 12:02:22 PDT
Comment on attachment 433768 [details]
Patch

r=me

Patch seems fine; but apparently doesn't apply cleanly to trunk.
Comment 4 zalan 2021-09-13 12:58:55 PDT
While the integration layer indeed does not need this data structure anymore, we probably still wanna keep it around for partial layout.