RESOLVED FIXED201795
[LFC] Provide the formatting context's constraint values at construction time.
https://bugs.webkit.org/show_bug.cgi?id=201795
Summary [LFC] Provide the formatting context's constraint values at construction time.
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.