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
254322
make all { No, Yes } and { Yes, No } enums use bool as underlying type
https://bugs.webkit.org/show_bug.cgi?id=254322
Summary
make all { No, Yes } and { Yes, No } enums use bool as underlying type
Antoine Quint
Reported
2023-03-23 04:23:30 PDT
We should make all Yes/No and No/Yes enums use bool as underlying type and reverse the values so that No==0 and Yes==1 as was done in
bug 254309
.
Attachments
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2023-03-23 04:30:07 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/11857
EWS
Comment 2
2023-03-23 08:50:29 PDT
Committed
262018@main
(44c9738463cc): <
https://commits.webkit.org/262018@main
> Reviewed commits have been landed. Closing PR #11857 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-03-23 08:51:16 PDT
<
rdar://problem/107137135
>
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