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

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

Issue 136593002: Move onresize from just Window to Window and elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: force rebuild Created 6 years, 11 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
Index: Source/core/dom/GlobalEventHandlers.idl
diff --git a/Source/core/dom/GlobalEventHandlers.idl b/Source/core/dom/GlobalEventHandlers.idl
index 880038222f2479710d8847a4be11d78ba783bacb..5a65c5b28f137364cf7fc22fcba1c00fff8cacb3 100644
--- a/Source/core/dom/GlobalEventHandlers.idl
+++ b/Source/core/dom/GlobalEventHandlers.idl
@@ -77,6 +77,7 @@
attribute EventHandler onprogress;
attribute EventHandler onratechange;
attribute EventHandler onreset;
+ attribute EventHandler onresize;
attribute EventHandler onscroll;
attribute EventHandler onseeked;
attribute EventHandler onseeking;
@@ -87,6 +88,7 @@
attribute EventHandler onsubmit;
attribute EventHandler onsuspend;
attribute EventHandler ontimeupdate;
+ //attribute EventHandler ontoggle;
tkent 2014/01/14 03:19:22 This looks unnecessary.
philipj_slow 2014/01/14 09:43:20 I added it so that the list would match the spec a
tkent 2014/01/14 09:57:16 You are trying to do two things in single CL. - U
philipj_slow 2014/01/14 10:04:40 To be clear, do you want me to remove the commente
tkent 2014/01/14 10:07:26 The latter.
philipj_slow 2014/01/14 10:09:51 Will do!
attribute EventHandler onvolumechange;
attribute EventHandler onwaiting;
};

Powered by Google App Engine
This is Rietveld 408576698