Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 957a763dcb3782033676a6506af1390493c193e5..370cbef5104b181aff1ca98a827f70ad46bfc6b3 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -172,9 +172,14 @@ callback CustomElementConstructor = Element (); |
// Event handler DOM attributes |
attribute EventHandler onabort; |
attribute EventHandler onblur; |
+ attribute EventHandler oncancel; |
+ attribute EventHandler oncanplay; |
+ attribute EventHandler oncanplaythrough; |
attribute EventHandler onchange; |
[ActivityLogging=Setter] attribute EventHandler onclick; |
+ attribute EventHandler onclose; |
attribute EventHandler oncontextmenu; |
+ attribute EventHandler oncuechange; |
[ActivityLogging=Setter] attribute EventHandler ondblclick; |
[ActivityLogging=Setter] attribute EventHandler ondrag; |
[ActivityLogging=Setter] attribute EventHandler ondragend; |
@@ -183,6 +188,9 @@ callback CustomElementConstructor = Element (); |
[ActivityLogging=Setter] attribute EventHandler ondragover; |
[ActivityLogging=Setter] attribute EventHandler ondragstart; |
[ActivityLogging=Setter] attribute EventHandler ondrop; |
+ attribute EventHandler ondurationchange; |
+ attribute EventHandler onemptied; |
+ attribute EventHandler onended; |
attribute EventHandler onerror; |
attribute EventHandler onfocus; |
[ActivityLogging=Setter] attribute EventHandler oninput; |
@@ -191,6 +199,9 @@ callback CustomElementConstructor = Element (); |
[ActivityLogging=Setter] attribute EventHandler onkeypress; |
[ActivityLogging=Setter] attribute EventHandler onkeyup; |
attribute EventHandler onload; |
+ attribute EventHandler onloadeddata; |
+ attribute EventHandler onloadedmetadata; |
+ attribute EventHandler onloadstart; |
[ActivityLogging=Setter] attribute EventHandler onmousedown; |
[ActivityLogging=Setter] attribute EventHandler onmouseenter; |
[ActivityLogging=Setter] attribute EventHandler onmouseleave; |
@@ -200,11 +211,24 @@ callback CustomElementConstructor = Element (); |
[ActivityLogging=Setter] attribute EventHandler onmouseup; |
[ActivityLogging=Setter] attribute EventHandler onmousewheel; // Deprecated in favor of onwheel. |
[ActivityLogging=Setter] attribute EventHandler onwheel; |
+ attribute EventHandler onpause; |
+ attribute EventHandler onplay; |
+ attribute EventHandler onplaying; |
+ attribute EventHandler onprogress; |
+ attribute EventHandler onratechange; |
attribute EventHandler onreadystatechange; |
attribute EventHandler onreset; |
attribute EventHandler onscroll; |
+ attribute EventHandler onseeked; |
+ attribute EventHandler onseeking; |
attribute EventHandler onselect; |
+ attribute EventHandler onshow; |
+ attribute EventHandler onstalled; |
attribute EventHandler onsubmit; |
+ attribute EventHandler onsuspend; |
+ attribute EventHandler ontimeupdate; |
+ attribute EventHandler onvolumechange; |
+ attribute EventHandler onwaiting; |
attribute EventHandler onbeforecopy; |
attribute EventHandler onbeforecut; |