Bug 282417

Summary: Refactor RenderReplaced::computeConstrainedLogicalWidth
Product: WebKit Reporter: Sammy Gill <sgill26>
Component: Layout and RenderingAssignee: Sammy Gill <sgill26>
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   

Sammy Gill
Reported 2024-10-31 15:38:34 PDT
computeConstrainedLogicalWidth does a couple more things than the name implies so we can make the following 2 changes so that it only does what it says: 1.) Remove the special logic when we are computing the preferred width 2.) Remove the call to computeReplacedLogicalWidthRespectingMinMaxWidth which is done after the constrained logical width has been computed
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-31 15:38:48 PDT
Sammy Gill
Comment 2 2024-10-31 15:45:49 PDT
EWS
Comment 3 2024-11-05 08:09:21 PST
Committed 286155@main (68309d190f86): <https://commits.webkit.org/286155@main> Reviewed commits have been landed. Closing PR #36027 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.