[Webkit-unassigned] [Bug 282417] New: Refactor RenderReplaced::computeConstrainedLogicalWidth
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 31 15:38:34 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=282417
Bug ID: 282417
Summary: Refactor
RenderReplaced::computeConstrainedLogicalWidth
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sgill26 at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241031/718f33d5/attachment.htm>
More information about the webkit-unassigned
mailing list