RESOLVED FIXED307918
Modernize ScriptRunner::ExecutionType and WebVTTNodeType to scoped enum classes
https://bugs.webkit.org/show_bug.cgi?id=307918
Summary Modernize ScriptRunner::ExecutionType and WebVTTNodeType to scoped enum classes
zak ridouh
Reported 2026-02-14 15:33:36 PST
Convert two C-style enums to enum class : uint8_t for stronger type safety. Update values to follow WebKit naming conventions. ScriptRunner::ExecutionType: - ASYNC_EXECUTION → Async - IN_ORDER_EXECUTION → InOrder WebVTTNodeType: - Remove WebVTTNodeType prefix from all values - WebVTTNodeTypeNone → None, WebVTTNodeTypeClass → Class, etc.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-02-14 15:33:41 PST
zak ridouh
Comment 2 2026-02-14 15:35:09 PST
EWS
Comment 3 2026-02-14 20:13:13 PST
Committed 307601@main (da05f14b47a0): <https://commits.webkit.org/307601@main> Reviewed commits have been landed. Closing PR #58734 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.