[Webkit-unassigned] [Bug 110432] New: Node::dispatchEvent(PassRefPtr<Event>) should assert parameters' eventType.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 22:48:25 PST 2013


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

           Summary: Node::dispatchEvent(PassRefPtr<Event>) should assert
                    parameters' eventType.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: webcomponents-bugzilla at chromium.org


Node::dispatchEvent(PassRefPtr<Event>)  is likely to be wrongly used.

Node has other dispatchXXXEvent() functions, which must be called against each kinds of event type.
But we can not catch any misusage for other events to be dispatched through Event::dispatchEvent(PassRefPtr<Event>).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list