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

Unified Diff: Source/core/frame/Window.idl

Issue 27132002: Add missing event handler attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@notenumerable
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/frame/DOMWindow.h ('k') | Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index 0d8a2e4d4193026b0657cdaef843d647273336e8..123b2ab4080a3098f3a4283621d38790827cf526 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -172,11 +172,14 @@
attribute EventHandler onabort;
attribute EventHandler onbeforeunload;
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;
@@ -220,11 +223,13 @@
attribute EventHandler onpopstate;
attribute EventHandler onprogress;
attribute EventHandler onratechange;
+ attribute EventHandler onreset;
attribute EventHandler onresize;
attribute EventHandler onscroll;
attribute EventHandler onseeked;
attribute EventHandler onseeking;
attribute EventHandler onselect;
+ attribute EventHandler onshow;
attribute EventHandler onstalled;
attribute EventHandler onstorage;
attribute EventHandler onsubmit;
@@ -239,11 +244,9 @@
// attribute EventHandler onbeforeprint;
// attribute EventHandler onreadystatechange;
// attribute EventHandler onredo;
- // attribute EventHandler onshow;
// attribute EventHandler onundo;
// Webkit extensions
- attribute EventHandler onreset;
attribute EventHandler onsearch;
[RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationend;
[RuntimeEnabled=CSSAnimationUnprefixed] attribute EventHandler onanimationiteration;
« no previous file with comments | « Source/core/frame/DOMWindow.h ('k') | Source/core/html/HTMLAttributeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698