WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
307918
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-02-14 15:33:41 PST
<
rdar://problem/170401383
>
zak ridouh
Comment 2
2026-02-14 15:35:09 PST
Pull request:
https://github.com/WebKit/WebKit/pull/58734
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.
Top of Page
Format For Printing
XML
Clone This Bug