Bug 264073

Summary: WebCore::ProcessingUserGestureState should be an enum class
Product: WebKit Reporter: Abrar Rahman Protyasha <a_protyasha>
Component: WebCore Misc.Assignee: Abrar Rahman Protyasha <a_protyasha>
Status: RESOLVED FIXED    
Severity: Normal CC: a_protyasha, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Abrar Rahman Protyasha
Reported 2023-11-01 18:41:47 PDT
It could also use a rename because `enum class ProcessingUserGestureState : uint8_t { ProcessingUserGesture, ProcessingPotentialUserGesture, NotProcessingUserGesture };` is unnecessarily verbose.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-11-01 18:41:57 PDT
Abrar Rahman Protyasha
Comment 2 2023-11-01 18:47:27 PDT
EWS
Comment 3 2023-11-02 12:06:18 PDT
Committed 270124@main (0dadce54c06a): <https://commits.webkit.org/270124@main> Reviewed commits have been landed. Closing PR #19872 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.