WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
284566
[margin-trim] Change m_blockStartTrimming in RenderLayoutState to bool
https://bugs.webkit.org/show_bug.cgi?id=284566
Summary
[margin-trim] Change m_blockStartTrimming in RenderLayoutState to bool
Sammy Gill
Reported
2024-12-12 11:03:24 PST
This is being used to keep track of whether we should be attempting to perform margin trimming in the block start direction for a particular subtree. We can do the same thing by instead keeping it as a bool which is easier to maintain
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-12-12 11:03:58 PST
<
rdar://problem/141370964
>
Sammy Gill
Comment 2
2024-12-12 11:56:28 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37848
EWS
Comment 3
2024-12-16 09:05:26 PST
Committed
287885@main
(fdd47d1fbc4d): <
https://commits.webkit.org/287885@main
> Reviewed commits have been landed. Closing PR #37848 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