Bug 308236
| Summary: | Convert FrameEdge, TableRules, and CellBorders to scoped enum classes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
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
<rdar://problem/170742890>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/59060
EWS
Committed 308088@main (1fe26bdedc5b): <https://commits.webkit.org/308088@main>
Reviewed commits have been landed. Closing PR #59060 and removing active labels.