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
271919
VisibleContentRectIncludesScrollbars should be an enum class
https://bugs.webkit.org/show_bug.cgi?id=271919
Summary
VisibleContentRectIncludesScrollbars should be an enum class
Abrar Rahman Protyasha
Reported
2024-03-29 16:37:32 PDT
enum VisibleContentRectIncludesScrollbars { ExcludeScrollbars, IncludeScrollbars } can be better represented as enum class VisibleContentRectIncludesScrollbars : bool { No, Yes }
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-03-29 16:37:40 PDT
<
rdar://problem/125636091
>
Abrar Rahman Protyasha
Comment 2
2024-03-29 16:40:21 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/26633
EWS
Comment 3
2024-04-01 15:14:25 PDT
Committed
276908@main
(4c3661f361f0): <
https://commits.webkit.org/276908@main
> Reviewed commits have been landed. Closing PR #26633 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