[Webkit-unassigned] [Bug 188692] New: Replace canBubble and cancelable booleans in Event by enum classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 22:34:39 PDT 2018


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

            Bug ID: 188692
           Summary: Replace canBubble and cancelable booleans in Event by
                    enum classes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

Event::Event and Event::create take two booleans to indicate whether an event can bubble and whether it's cancelable.
Replace these booleans by enum classes to make the call sites more readable than Event::create(~, false, false).

-- 
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/20180817/aa3be51e/attachment.html>


More information about the webkit-unassigned mailing list