Index: core/dom/GlobalEventHandlers.idl |
diff --git a/core/dom/GlobalEventHandlers.idl b/core/dom/GlobalEventHandlers.idl |
index c835461307ddb9f0561a67744624436601564cd0..6a7f1c1860e79d26894cd6e35902546ab1dc5149 100644 |
--- a/core/dom/GlobalEventHandlers.idl |
+++ b/core/dom/GlobalEventHandlers.idl |
@@ -41,41 +41,41 @@ |
attribute EventHandler oncanplay; |
attribute EventHandler oncanplaythrough; |
attribute EventHandler onchange; |
- [LogActivity=SetterOnly] attribute EventHandler onclick; |
+ attribute EventHandler onclick; |
attribute EventHandler onclose; |
attribute EventHandler oncontextmenu; |
attribute EventHandler oncuechange; |
- [LogActivity=SetterOnly] attribute EventHandler ondblclick; |
- [LogActivity=SetterOnly] attribute EventHandler ondrag; |
- [LogActivity=SetterOnly] attribute EventHandler ondragend; |
- [LogActivity=SetterOnly] attribute EventHandler ondragenter; |
- //[LogActivity=SetterOnly] attribute EventHandler ondragexit; |
- [LogActivity=SetterOnly] attribute EventHandler ondragleave; |
- [LogActivity=SetterOnly] attribute EventHandler ondragover; |
- [LogActivity=SetterOnly] attribute EventHandler ondragstart; |
- [LogActivity=SetterOnly] attribute EventHandler ondrop; |
+ attribute EventHandler ondblclick; |
+ attribute EventHandler ondrag; |
+ attribute EventHandler ondragend; |
+ attribute EventHandler ondragenter; |
+ //attribute EventHandler ondragexit; |
+ attribute EventHandler ondragleave; |
+ attribute EventHandler ondragover; |
+ attribute EventHandler ondragstart; |
+ attribute EventHandler ondrop; |
attribute EventHandler ondurationchange; |
attribute EventHandler onemptied; |
attribute EventHandler onended; |
attribute EventHandler onerror; |
attribute EventHandler onfocus; |
- [LogActivity=SetterOnly] attribute EventHandler oninput; |
+ attribute EventHandler oninput; |
attribute EventHandler oninvalid; |
- [LogActivity=SetterOnly] attribute EventHandler onkeydown; |
- [LogActivity=SetterOnly] attribute EventHandler onkeypress; |
- [LogActivity=SetterOnly] attribute EventHandler onkeyup; |
+ attribute EventHandler onkeydown; |
+ attribute EventHandler onkeypress; |
+ attribute EventHandler onkeyup; |
attribute EventHandler onload; |
attribute EventHandler onloadeddata; |
attribute EventHandler onloadedmetadata; |
attribute EventHandler onloadstart; |
- [LogActivity=SetterOnly] attribute EventHandler onmousedown; |
- [LogActivity=SetterOnly] attribute EventHandler onmouseenter; |
- [LogActivity=SetterOnly] attribute EventHandler onmouseleave; |
- [LogActivity=SetterOnly] attribute EventHandler onmousemove; |
- [LogActivity=SetterOnly] attribute EventHandler onmouseout; |
- [LogActivity=SetterOnly] attribute EventHandler onmouseover; |
- [LogActivity=SetterOnly] attribute EventHandler onmouseup; |
- [LogActivity=SetterOnly] attribute EventHandler onmousewheel; |
+ attribute EventHandler onmousedown; |
+ attribute EventHandler onmouseenter; |
+ attribute EventHandler onmouseleave; |
+ attribute EventHandler onmousemove; |
+ attribute EventHandler onmouseout; |
+ attribute EventHandler onmouseover; |
+ attribute EventHandler onmouseup; |
+ attribute EventHandler onmousewheel; |
attribute EventHandler onpause; |
attribute EventHandler onplay; |
attribute EventHandler onplaying; |