Bug 307916
| Summary: | Convert HTMLMeterElement::GaugeRegion to use a scoped enum class | ||
|---|---|---|---|
| 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 HTMLMeterElement::GaugeRegion from C-style enum to enum class : uint8_t for stronger type safety. Remove the redundant GaugeRegion prefix from values (GaugeRegionOptimum becomes Optimum, etc.).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170400543>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/58733
EWS
Committed 307598@main (51ff88782ae7): <https://commits.webkit.org/307598@main>
Reviewed commits have been landed. Closing PR #58733 and removing active labels.