Bug 125284

Summary: Add missing event handler attributes
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, darin
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2013-12-04 23:33:37 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/142dce5f57104a5cb0ff44aa2010e5b4bbd98f10 Document, Element and Window now have almost all the on* attributes from GlobalEventHandlers and are in sync with each other, except: * The dragexit event is part of the drag-and-drop processing model, but is never fired in Blink. * The sort event is part of the table sorting algorithm, which has not been implemented yet. Also alphabetize the lists in Document.h and Element.h.
Attachments
Note You need to log in before you can comment on or make changes to this bug.