[Webkit-unassigned] [Bug 212115] New: Use OptionSet<DragDestinationAction> for mask values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 17:30:18 PDT 2020


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

            Bug ID: 212115
           Summary: Use OptionSet<DragDestinationAction> for mask values
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: achristensen at apple.com, ggaren at apple.com,
                    wenson_hsieh at apple.com
            Blocks: 211988

Use OptionSet<DragDestinationAction> for mask values.

WebCore::DragData::m_dragDestinationAction can't be validated as an individual enum value in IPC::Decoder and IPC::Encoder since it's a bit mask.

-- 
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/20200520/f95e9a4a/attachment.htm>


More information about the webkit-unassigned mailing list