Bug 250544 - WebPageProxy::DidReceiveEvent() should take a WebEvent::Type enum
Summary: WebPageProxy::DidReceiveEvent() should take a WebEvent::Type enum
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
: 245545 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-01-12 22:07 PST by Simon Fraser (smfr)
Modified: 2023-01-14 12:07 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-01-12 22:07:12 PST
Change the first argument of WebPageProxy::DidReceiveEvent() to a WebEvent::Type for better readability, and IPC-level value checking.
Comment 1 Simon Fraser (smfr) 2023-01-12 22:08:22 PST
Pull request: https://github.com/WebKit/WebKit/pull/8605
Comment 2 Radar WebKit Bug Importer 2023-01-12 22:08:50 PST
<rdar://problem/104210872>
Comment 3 EWS 2023-01-14 08:32:35 PST
Committed 258916@main (78892eb12235): <https://commits.webkit.org/258916@main>

Reviewed commits have been landed. Closing PR #8605 and removing active labels.
Comment 4 Simon Fraser (smfr) 2023-01-14 12:07:57 PST
*** Bug 245545 has been marked as a duplicate of this bug. ***