[Webkit-unassigned] [Bug 257175] New: Use OptionSet<PlatformEventModifier> instead of unsigned modifier flags in WebCore/page/ChromeClient

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 22 18:32:43 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257175

            Bug ID: 257175
           Summary: Use OptionSet<PlatformEventModifier> instead of
                    unsigned modifier flags in WebCore/page/ChromeClient
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: a_protyasha at apple.com
                CC: webkit-bug-importer at group.apple.com

Currently we pass event modifiers as unsigned integral values rather than option sets into WebCore/page/Chrome. We should change this and pass around OptionSet<PlatformEventModifier> instead, which will allow us to roundtrip between the UI process and web process without translating between raw modifier flag values and option sets.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230523/6db40afb/attachment.htm>


More information about the webkit-unassigned mailing list