Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: core/dom/GlobalEventHandlers.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/dom/ElementFullscreen.idl ('k') | core/dom/MessageChannel.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « core/dom/ElementFullscreen.idl ('k') | core/dom/MessageChannel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698