RESOLVED FIXED308236
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
Radar WebKit Bug Importer
Comment 1 2026-02-19 12:03:06 PST
zak ridouh
Comment 2 2026-02-19 22:42:10 PST
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.