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

Unified Diff: Source/core/html/HTMLFrameSetElement.idl

Issue 48603002: Implement WindowEventHandlers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/html/HTMLFrameSetElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFrameSetElement.idl
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
index ba8679e04a5985dc545e39bc858d8a73c5bb482d..b1ec56fa2a3dd47aace9bffe90bc7dc8bb385cde 100644
--- a/Source/core/html/HTMLFrameSetElement.idl
+++ b/Source/core/html/HTMLFrameSetElement.idl
@@ -23,17 +23,6 @@ interface HTMLFrameSetElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString cols;
[Reflect, TreatNullAs=NullString] attribute DOMString rows;
- // Event handler attributes
- attribute EventHandler onbeforeunload;
- attribute EventHandler onhashchange;
- attribute EventHandler onmessage;
- attribute EventHandler onoffline;
- attribute EventHandler ononline;
- attribute EventHandler onpopstate;
- attribute EventHandler onresize;
- attribute EventHandler onstorage;
- attribute EventHandler onunload;
-
[Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
// Overrides of GlobalEventHandler attributes
@@ -42,11 +31,6 @@ interface HTMLFrameSetElement : HTMLElement {
attribute EventHandler onfocus;
attribute EventHandler onload;
attribute EventHandler onscroll;
-
- // Not implemented yet.
- // attribute EventHandler onafterprint;
- // attribute EventHandler onbeforeprint;
- // attribute EventHandler onredo;
- // attribute EventHandler onundo;
};
+HTMLFrameSetElement implements WindowEventHandlers;
« no previous file with comments | « Source/core/html/HTMLFrameSetElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698