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

Unified Diff: Source/core/dom/Element.idl

Issue 27133002: Add shared GlobalEventHandlers IDL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@attrsync
Patch Set: alphabetize Created 7 years, 2 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 | « Source/core/dom/Document.idl ('k') | Source/core/dom/GlobalEventHandlers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index b46b58046ef3409d47c59a08c115c714210072e2..a8bbabf6f8bd921e4ca054bc809d57dbcd31122d 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -135,66 +135,7 @@
[RuntimeEnabled=CSSRegions, PerWorldBindings] readonly attribute DOMString webkitRegionOverset;
[RuntimeEnabled=CSSRegions] sequence<Range> webkitGetRegionFlowRanges();
- // 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;
- [ActivityLogging=Setter] attribute EventHandler ondragenter;
- [ActivityLogging=Setter] attribute EventHandler ondragleave;
- [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;
- attribute EventHandler oninvalid;
- [ActivityLogging=Setter] attribute EventHandler onkeydown;
- [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;
- [ActivityLogging=Setter] attribute EventHandler onmousemove;
- [ActivityLogging=Setter] attribute EventHandler onmouseout;
- [ActivityLogging=Setter] attribute EventHandler onmouseover;
- [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 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;
-
+ // Event handler attributes
attribute EventHandler onbeforecopy;
attribute EventHandler onbeforecut;
attribute EventHandler onbeforepaste;
@@ -209,6 +150,7 @@
[RuntimeEnabled=Touch] attribute EventHandler ontouchstart;
attribute EventHandler onwebkitfullscreenchange;
attribute EventHandler onwebkitfullscreenerror;
+ [ActivityLogging=Setter] attribute EventHandler onwheel;
};
Element implements ParentNode;
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/dom/GlobalEventHandlers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698