Bug 254322

Summary: make all { No, Yes } and { Yes, No } enums use bool as underlying type
Product: WebKit Reporter: Antoine Quint <graouts>
Component: WebKit Misc.Assignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 282674    

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
Antoine Quint
Comment 1 2023-03-23 04:30:07 PDT
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
Note You need to log in before you can comment on or make changes to this bug.