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
308236
Convert FrameEdge, TableRules, and CellBorders to scoped enum classes
https://bugs.webkit.org/show_bug.cgi?id=308236
Summary
Convert FrameEdge, TableRules, and CellBorders to scoped enum classes
zak ridouh
Reported
2026-02-19 12:02:59 PST
Convert three C-style enums to enum class : uint8_t for stronger type safety. Remove redundant prefixes from enumerator names (e.g. LeftFrameEdge → Left, UnsetRules → Unset, NoBorders → None).
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-02-19 12:03:06 PST
<
rdar://problem/170742890
>
zak ridouh
Comment 2
2026-02-19 22:42:10 PST
Pull request:
https://github.com/WebKit/WebKit/pull/59060
EWS
Comment 3
2026-02-23 16:41:27 PST
Committed
308088@main
(1fe26bdedc5b): <
https://commits.webkit.org/308088@main
> Reviewed commits have been landed. Closing PR #59060 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