Bug 248162 - [Cocoa] Add conversion functions from native modifier types to OptionSet<WebKit::WebEventModifier>
Summary: [Cocoa] Add conversion functions from native modifier types to OptionSet<WebK...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-20 20:38 PST by David Kilzer (:ddkilzer)
Modified: 2022-11-22 09:35 PST (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 David Kilzer (:ddkilzer) 2022-11-20 20:38:41 PST
Add conversion functions from native modifier types to OptionSet<WebKit::WebEventModifier>.

On macOS this is NSEventModifierFlags, and on iOS this is UIKeyModifierFlags.
Comment 1 Radar WebKit Bug Importer 2022-11-20 20:38:58 PST
<rdar://problem/102571520>
Comment 2 David Kilzer (:ddkilzer) 2022-11-21 07:30:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/6701
Comment 3 EWS 2022-11-22 09:35:52 PST
Committed 256942@main (8996a7f84e0f): <https://commits.webkit.org/256942@main>

Reviewed commits have been landed. Closing PR #6701 and removing active labels.