Bug 282417
| Summary: | Refactor RenderReplaced::computeConstrainedLogicalWidth | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | Layout and Rendering | Assignee: | 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
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
<rdar://problem/139034753>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/36027
EWS
Committed 286155@main (68309d190f86): <https://commits.webkit.org/286155@main>
Reviewed commits have been landed. Closing PR #36027 and removing active labels.