Bug 201795

Summary: [LFC] Provide the formatting context's constraint values at construction time.
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 201791, 201794, 201796, 201797, 201807, 201848, 201880, 201885, 201919, 201923, 201933    
Bug Blocks:    

alan
Reported 2019-09-14 05:25:09 PDT
While sizing/positioning a particular box, we oftentimes need some containing block geometry information. The idea here is that instead of calling formattingContext().geometry(containingBlock/formatting root), these constraint values would be pushed in to those compute* functions. It helps controlling the access to the display box tree and prevents formatting context escaping.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-09-14 05:25:33 PDT
Radar WebKit Bug Importer
Comment 2 2019-09-14 05:25:42 PDT
alan
Comment 3 2019-09-18 15:05:11 PDT
All patches landed.
Note You need to log in before you can comment on or make changes to this bug.