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

Unified Diff: client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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: client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
index 0936f7dec0f3d2c163cb58651ef633eefc7313cf..887b74c752c95257c59aa2696562fb0b1893221f 100644
--- a/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
@@ -35,90 +35,6 @@ class _HTMLBodyElementWrappingImplementation extends _HTMLElementWrappingImpleme
void set link(String value) { _set_link(this, value); }
static void _set_link(var _this, String value) native;
- EventListener get onbeforeunload() { return _get_onbeforeunload(this); }
- static EventListener _get_onbeforeunload(var _this) native;
-
- void set onbeforeunload(EventListener value) { _set_onbeforeunload(this, value); }
- static void _set_onbeforeunload(var _this, EventListener value) native;
-
- EventListener get onblur() { return _get_onblur_HTMLBodyElement(this); }
- static EventListener _get_onblur_HTMLBodyElement(var _this) native;
-
- void set onblur(EventListener value) { _set_onblur_HTMLBodyElement(this, value); }
- static void _set_onblur_HTMLBodyElement(var _this, EventListener value) native;
-
- EventListener get onerror() { return _get_onerror_HTMLBodyElement(this); }
- static EventListener _get_onerror_HTMLBodyElement(var _this) native;
-
- void set onerror(EventListener value) { _set_onerror_HTMLBodyElement(this, value); }
- static void _set_onerror_HTMLBodyElement(var _this, EventListener value) native;
-
- EventListener get onfocus() { return _get_onfocus_HTMLBodyElement(this); }
- static EventListener _get_onfocus_HTMLBodyElement(var _this) native;
-
- void set onfocus(EventListener value) { _set_onfocus_HTMLBodyElement(this, value); }
- static void _set_onfocus_HTMLBodyElement(var _this, EventListener value) native;
-
- EventListener get onhashchange() { return _get_onhashchange(this); }
- static EventListener _get_onhashchange(var _this) native;
-
- void set onhashchange(EventListener value) { _set_onhashchange(this, value); }
- static void _set_onhashchange(var _this, EventListener value) native;
-
- EventListener get onload() { return _get_onload_HTMLBodyElement(this); }
- static EventListener _get_onload_HTMLBodyElement(var _this) native;
-
- void set onload(EventListener value) { _set_onload_HTMLBodyElement(this, value); }
- static void _set_onload_HTMLBodyElement(var _this, EventListener value) native;
-
- EventListener get onmessage() { return _get_onmessage(this); }
- static EventListener _get_onmessage(var _this) native;
-
- void set onmessage(EventListener value) { _set_onmessage(this, value); }
- static void _set_onmessage(var _this, EventListener value) native;
-
- EventListener get onoffline() { return _get_onoffline(this); }
- static EventListener _get_onoffline(var _this) native;
-
- void set onoffline(EventListener value) { _set_onoffline(this, value); }
- static void _set_onoffline(var _this, EventListener value) native;
-
- EventListener get ononline() { return _get_ononline(this); }
- static EventListener _get_ononline(var _this) native;
-
- void set ononline(EventListener value) { _set_ononline(this, value); }
- static void _set_ononline(var _this, EventListener value) native;
-
- EventListener get onorientationchange() { return _get_onorientationchange(this); }
- static EventListener _get_onorientationchange(var _this) native;
-
- void set onorientationchange(EventListener value) { _set_onorientationchange(this, value); }
- static void _set_onorientationchange(var _this, EventListener value) native;
-
- EventListener get onpopstate() { return _get_onpopstate(this); }
- static EventListener _get_onpopstate(var _this) native;
-
- void set onpopstate(EventListener value) { _set_onpopstate(this, value); }
- static void _set_onpopstate(var _this, EventListener value) native;
-
- EventListener get onresize() { return _get_onresize(this); }
- static EventListener _get_onresize(var _this) native;
-
- void set onresize(EventListener value) { _set_onresize(this, value); }
- static void _set_onresize(var _this, EventListener value) native;
-
- EventListener get onstorage() { return _get_onstorage(this); }
- static EventListener _get_onstorage(var _this) native;
-
- void set onstorage(EventListener value) { _set_onstorage(this, value); }
- static void _set_onstorage(var _this, EventListener value) native;
-
- EventListener get onunload() { return _get_onunload(this); }
- static EventListener _get_onunload(var _this) native;
-
- void set onunload(EventListener value) { _set_onunload(this, value); }
- static void _set_onunload(var _this, EventListener value) native;
-
String get text() { return _get_text(this); }
static String _get_text(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698