Bug 264073 - WebCore::ProcessingUserGestureState should be an enum class
Summary: WebCore::ProcessingUserGestureState should be an enum class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Abrar Rahman Protyasha
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-01 18:41 PDT by Abrar Rahman Protyasha
Modified: 2023-11-02 12:06 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abrar Rahman Protyasha 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.
Comment 1 Radar WebKit Bug Importer 2023-11-01 18:41:57 PDT
<rdar://problem/117826651>
Comment 2 Abrar Rahman Protyasha 2023-11-01 18:47:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19872
Comment 3 EWS 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.