WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
258853
Width and height computations for RenderLayerScrollableArea::computeScrollDimensions() could be simplified.
https://bugs.webkit.org/show_bug.cgi?id=258853
Summary
Width and height computations for RenderLayerScrollableArea::computeScrollDim...
Ethan Wong
Reported
2023-07-04 08:11:20 PDT
`RenderLayerScrollableArea::computeScrollDimensions()` computes its dimensions by subtracting the edges of the layer’s renderBox. This could be equivalently done by directly accessing the width and height of that renderBox.
Attachments
Add attachment
proposed patch, testcase, etc.
Ethan Wong
Comment 1
2023-07-04 08:12:46 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/15542
EWS
Comment 2
2023-07-06 09:14:40 PDT
Committed
265805@main
(e6a64b6cddd8): <
https://commits.webkit.org/265805@main
> Reviewed commits have been landed. Closing PR #15542 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-07-06 09:15:18 PDT
<
rdar://problem/111852761
>
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