Bug 125284
Summary: | Add missing event handler attributes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, darin |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |