Bug 307916

Summary: Convert HTMLMeterElement::GaugeRegion to use a scoped enum class
Product: WebKit Reporter: zak ridouh <zakr>
Component: New BugsAssignee: 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
Reported 2026-02-14 14:56:18 PST
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
Radar WebKit Bug Importer
Comment 1 2026-02-14 14:56:23 PST
zak ridouh
Comment 2 2026-02-14 14:57:34 PST
EWS
Comment 3 2026-02-14 18:13:23 PST
Committed 307598@main (51ff88782ae7): <https://commits.webkit.org/307598@main> Reviewed commits have been landed. Closing PR #58733 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.