DescriptionAdd missing event handler attributes
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.
BUG=305112
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159781
Patch Set 1 #Patch Set 2 : remove a commented out onshow #
Total comments: 2
Patch Set 3 : rebase on top of issue 26117003 #Patch Set 4 : alphabetize #
Messages
Total messages: 6 (0 generated)
|