WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
282417
Refactor RenderReplaced::computeConstrainedLogicalWidth
https://bugs.webkit.org/show_bug.cgi?id=282417
Summary
Refactor RenderReplaced::computeConstrainedLogicalWidth
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-10-31 15:38:48 PDT
<
rdar://problem/139034753
>
Sammy Gill
Comment 2
2024-10-31 15:45:49 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/36027
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.
Top of Page
Format For Printing
XML
Clone This Bug