WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
255382
Introduce AttributeName enumeration
https://bugs.webkit.org/show_bug.cgi?id=255382
Summary
Introduce AttributeName enumeration
Chris Dumez
Reported
2023-04-12 19:00:57 PDT
Introduce AttributeName enumeration for all attribute names. We have a lot of code that can benefit from this enumeration to do switch statements instead of consecutive `if` checks. The new code is a bit more efficient.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-04-12 19:08:31 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/12684
EWS
Comment 2
2023-04-13 13:47:20 PDT
Committed
262929@main
(7279f1496728): <
https://commits.webkit.org/262929@main
> Reviewed commits have been landed. Closing PR #12684 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-04-13 13:48:23 PDT
<
rdar://problem/108012231
>
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