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

Unified Diff: Source/core/html/HTMLBodyElement.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/HTMLBodyElement.cpp ('k') | Source/core/html/HTMLFrameSetElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLBodyElement.idl
diff --git a/Source/core/html/HTMLBodyElement.idl b/Source/core/html/HTMLBodyElement.idl
index d96c36dbfac0b22b21f2ae18b448814586edb0aa..3ce7850df39a4fb031298bb0d9e68ef225448819 100644
--- a/Source/core/html/HTMLBodyElement.idl
+++ b/Source/core/html/HTMLBodyElement.idl
@@ -26,17 +26,6 @@ interface HTMLBodyElement : HTMLElement {
[Reflect, TreatNullAs=NullString] attribute DOMString text;
[Reflect, TreatNullAs=NullString] attribute DOMString vLink;
- // 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
@@ -45,11 +34,6 @@ interface HTMLBodyElement : 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;
};
+HTMLBodyElement implements WindowEventHandlers;
« no previous file with comments | « Source/core/html/HTMLBodyElement.cpp ('k') | Source/core/html/HTMLFrameSetElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698