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
307921
Use scoped enum classes in StepRange::StepValueShouldBe and CollapsedBorderSide
https://bugs.webkit.org/show_bug.cgi?id=307921
Summary
Use scoped enum classes in StepRange::StepValueShouldBe and CollapsedBorderSide
zak ridouh
Reported
2026-02-14 17:10:09 PST
Convert two more C-style enums to enum class : uint8_t for stronger type safety. Remove redundant prefixes from values. StepRange::StepValueShouldBe: - StepValueShouldBeReal → Real - ParsedStepValueShouldBeInteger → ParsedInteger - ScaledStepValueShouldBeInteger → ScaledInteger CollapsedBorderSide: - CBSBefore → Before - CBSAfter → After - CBSStart → Start - CBSEnd → End
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-02-14 17:10:16 PST
<
rdar://problem/170404272
>
zak ridouh
Comment 2
2026-02-14 17:19:37 PST
Pull request:
https://github.com/WebKit/WebKit/pull/58736
EWS
Comment 3
2026-02-18 14:17:16 PST
Committed
307785@main
(6215796bd7ec): <
https://commits.webkit.org/307785@main
> Reviewed commits have been landed. Closing PR #58736 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