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

Unified Diff: client/dom/generated/src/wrapping/_ElementWrappingImplementation.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/_ElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
index 681a6d1e4fc3a32411c5f5c5a4f9c6c7e62605a9..12e59e4dbdb13cf2dbc124bb9e35f04338b19706 100644
--- a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
@@ -50,270 +50,6 @@ class _ElementWrappingImplementation extends _NodeWrappingImplementation impleme
int get offsetWidth() { return _get_offsetWidth(this); }
static int _get_offsetWidth(var _this) native;
- EventListener get onabort() { return _get_onabort(this); }
- static EventListener _get_onabort(var _this) native;
-
- void set onabort(EventListener value) { _set_onabort(this, value); }
- static void _set_onabort(var _this, EventListener value) native;
-
- EventListener get onbeforecopy() { return _get_onbeforecopy(this); }
- static EventListener _get_onbeforecopy(var _this) native;
-
- void set onbeforecopy(EventListener value) { _set_onbeforecopy(this, value); }
- static void _set_onbeforecopy(var _this, EventListener value) native;
-
- EventListener get onbeforecut() { return _get_onbeforecut(this); }
- static EventListener _get_onbeforecut(var _this) native;
-
- void set onbeforecut(EventListener value) { _set_onbeforecut(this, value); }
- static void _set_onbeforecut(var _this, EventListener value) native;
-
- EventListener get onbeforepaste() { return _get_onbeforepaste(this); }
- static EventListener _get_onbeforepaste(var _this) native;
-
- void set onbeforepaste(EventListener value) { _set_onbeforepaste(this, value); }
- static void _set_onbeforepaste(var _this, EventListener value) native;
-
- EventListener get onblur() { return _get_onblur(this); }
- static EventListener _get_onblur(var _this) native;
-
- void set onblur(EventListener value) { _set_onblur(this, value); }
- static void _set_onblur(var _this, EventListener value) native;
-
- EventListener get onchange() { return _get_onchange(this); }
- static EventListener _get_onchange(var _this) native;
-
- void set onchange(EventListener value) { _set_onchange(this, value); }
- static void _set_onchange(var _this, EventListener value) native;
-
- EventListener get onclick() { return _get_onclick(this); }
- static EventListener _get_onclick(var _this) native;
-
- void set onclick(EventListener value) { _set_onclick(this, value); }
- static void _set_onclick(var _this, EventListener value) native;
-
- EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
- static EventListener _get_oncontextmenu(var _this) native;
-
- void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value); }
- static void _set_oncontextmenu(var _this, EventListener value) native;
-
- EventListener get oncopy() { return _get_oncopy(this); }
- static EventListener _get_oncopy(var _this) native;
-
- void set oncopy(EventListener value) { _set_oncopy(this, value); }
- static void _set_oncopy(var _this, EventListener value) native;
-
- EventListener get oncut() { return _get_oncut(this); }
- static EventListener _get_oncut(var _this) native;
-
- void set oncut(EventListener value) { _set_oncut(this, value); }
- static void _set_oncut(var _this, EventListener value) native;
-
- EventListener get ondblclick() { return _get_ondblclick(this); }
- static EventListener _get_ondblclick(var _this) native;
-
- void set ondblclick(EventListener value) { _set_ondblclick(this, value); }
- static void _set_ondblclick(var _this, EventListener value) native;
-
- EventListener get ondrag() { return _get_ondrag(this); }
- static EventListener _get_ondrag(var _this) native;
-
- void set ondrag(EventListener value) { _set_ondrag(this, value); }
- static void _set_ondrag(var _this, EventListener value) native;
-
- EventListener get ondragend() { return _get_ondragend(this); }
- static EventListener _get_ondragend(var _this) native;
-
- void set ondragend(EventListener value) { _set_ondragend(this, value); }
- static void _set_ondragend(var _this, EventListener value) native;
-
- EventListener get ondragenter() { return _get_ondragenter(this); }
- static EventListener _get_ondragenter(var _this) native;
-
- void set ondragenter(EventListener value) { _set_ondragenter(this, value); }
- static void _set_ondragenter(var _this, EventListener value) native;
-
- EventListener get ondragleave() { return _get_ondragleave(this); }
- static EventListener _get_ondragleave(var _this) native;
-
- void set ondragleave(EventListener value) { _set_ondragleave(this, value); }
- static void _set_ondragleave(var _this, EventListener value) native;
-
- EventListener get ondragover() { return _get_ondragover(this); }
- static EventListener _get_ondragover(var _this) native;
-
- void set ondragover(EventListener value) { _set_ondragover(this, value); }
- static void _set_ondragover(var _this, EventListener value) native;
-
- EventListener get ondragstart() { return _get_ondragstart(this); }
- static EventListener _get_ondragstart(var _this) native;
-
- void set ondragstart(EventListener value) { _set_ondragstart(this, value); }
- static void _set_ondragstart(var _this, EventListener value) native;
-
- EventListener get ondrop() { return _get_ondrop(this); }
- static EventListener _get_ondrop(var _this) native;
-
- void set ondrop(EventListener value) { _set_ondrop(this, value); }
- static void _set_ondrop(var _this, EventListener value) native;
-
- EventListener get onerror() { return _get_onerror(this); }
- static EventListener _get_onerror(var _this) native;
-
- void set onerror(EventListener value) { _set_onerror(this, value); }
- static void _set_onerror(var _this, EventListener value) native;
-
- EventListener get onfocus() { return _get_onfocus(this); }
- static EventListener _get_onfocus(var _this) native;
-
- void set onfocus(EventListener value) { _set_onfocus(this, value); }
- static void _set_onfocus(var _this, EventListener value) native;
-
- EventListener get oninput() { return _get_oninput(this); }
- static EventListener _get_oninput(var _this) native;
-
- void set oninput(EventListener value) { _set_oninput(this, value); }
- static void _set_oninput(var _this, EventListener value) native;
-
- EventListener get oninvalid() { return _get_oninvalid(this); }
- static EventListener _get_oninvalid(var _this) native;
-
- void set oninvalid(EventListener value) { _set_oninvalid(this, value); }
- static void _set_oninvalid(var _this, EventListener value) native;
-
- EventListener get onkeydown() { return _get_onkeydown(this); }
- static EventListener _get_onkeydown(var _this) native;
-
- void set onkeydown(EventListener value) { _set_onkeydown(this, value); }
- static void _set_onkeydown(var _this, EventListener value) native;
-
- EventListener get onkeypress() { return _get_onkeypress(this); }
- static EventListener _get_onkeypress(var _this) native;
-
- void set onkeypress(EventListener value) { _set_onkeypress(this, value); }
- static void _set_onkeypress(var _this, EventListener value) native;
-
- EventListener get onkeyup() { return _get_onkeyup(this); }
- static EventListener _get_onkeyup(var _this) native;
-
- void set onkeyup(EventListener value) { _set_onkeyup(this, value); }
- static void _set_onkeyup(var _this, EventListener value) native;
-
- EventListener get onload() { return _get_onload(this); }
- static EventListener _get_onload(var _this) native;
-
- void set onload(EventListener value) { _set_onload(this, value); }
- static void _set_onload(var _this, EventListener value) native;
-
- EventListener get onmousedown() { return _get_onmousedown(this); }
- static EventListener _get_onmousedown(var _this) native;
-
- void set onmousedown(EventListener value) { _set_onmousedown(this, value); }
- static void _set_onmousedown(var _this, EventListener value) native;
-
- EventListener get onmousemove() { return _get_onmousemove(this); }
- static EventListener _get_onmousemove(var _this) native;
-
- void set onmousemove(EventListener value) { _set_onmousemove(this, value); }
- static void _set_onmousemove(var _this, EventListener value) native;
-
- EventListener get onmouseout() { return _get_onmouseout(this); }
- static EventListener _get_onmouseout(var _this) native;
-
- void set onmouseout(EventListener value) { _set_onmouseout(this, value); }
- static void _set_onmouseout(var _this, EventListener value) native;
-
- EventListener get onmouseover() { return _get_onmouseover(this); }
- static EventListener _get_onmouseover(var _this) native;
-
- void set onmouseover(EventListener value) { _set_onmouseover(this, value); }
- static void _set_onmouseover(var _this, EventListener value) native;
-
- EventListener get onmouseup() { return _get_onmouseup(this); }
- static EventListener _get_onmouseup(var _this) native;
-
- void set onmouseup(EventListener value) { _set_onmouseup(this, value); }
- static void _set_onmouseup(var _this, EventListener value) native;
-
- EventListener get onmousewheel() { return _get_onmousewheel(this); }
- static EventListener _get_onmousewheel(var _this) native;
-
- void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); }
- static void _set_onmousewheel(var _this, EventListener value) native;
-
- EventListener get onpaste() { return _get_onpaste(this); }
- static EventListener _get_onpaste(var _this) native;
-
- void set onpaste(EventListener value) { _set_onpaste(this, value); }
- static void _set_onpaste(var _this, EventListener value) native;
-
- EventListener get onreset() { return _get_onreset(this); }
- static EventListener _get_onreset(var _this) native;
-
- void set onreset(EventListener value) { _set_onreset(this, value); }
- static void _set_onreset(var _this, EventListener value) native;
-
- EventListener get onscroll() { return _get_onscroll(this); }
- static EventListener _get_onscroll(var _this) native;
-
- void set onscroll(EventListener value) { _set_onscroll(this, value); }
- static void _set_onscroll(var _this, EventListener value) native;
-
- EventListener get onsearch() { return _get_onsearch(this); }
- static EventListener _get_onsearch(var _this) native;
-
- void set onsearch(EventListener value) { _set_onsearch(this, value); }
- static void _set_onsearch(var _this, EventListener value) native;
-
- EventListener get onselect() { return _get_onselect(this); }
- static EventListener _get_onselect(var _this) native;
-
- void set onselect(EventListener value) { _set_onselect(this, value); }
- static void _set_onselect(var _this, EventListener value) native;
-
- EventListener get onselectstart() { return _get_onselectstart(this); }
- static EventListener _get_onselectstart(var _this) native;
-
- void set onselectstart(EventListener value) { _set_onselectstart(this, value); }
- static void _set_onselectstart(var _this, EventListener value) native;
-
- EventListener get onsubmit() { return _get_onsubmit(this); }
- static EventListener _get_onsubmit(var _this) native;
-
- void set onsubmit(EventListener value) { _set_onsubmit(this, value); }
- static void _set_onsubmit(var _this, EventListener value) native;
-
- EventListener get ontouchcancel() { return _get_ontouchcancel(this); }
- static EventListener _get_ontouchcancel(var _this) native;
-
- void set ontouchcancel(EventListener value) { _set_ontouchcancel(this, value); }
- static void _set_ontouchcancel(var _this, EventListener value) native;
-
- EventListener get ontouchend() { return _get_ontouchend(this); }
- static EventListener _get_ontouchend(var _this) native;
-
- void set ontouchend(EventListener value) { _set_ontouchend(this, value); }
- static void _set_ontouchend(var _this, EventListener value) native;
-
- EventListener get ontouchmove() { return _get_ontouchmove(this); }
- static EventListener _get_ontouchmove(var _this) native;
-
- void set ontouchmove(EventListener value) { _set_ontouchmove(this, value); }
- static void _set_ontouchmove(var _this, EventListener value) native;
-
- EventListener get ontouchstart() { return _get_ontouchstart(this); }
- static EventListener _get_ontouchstart(var _this) native;
-
- void set ontouchstart(EventListener value) { _set_ontouchstart(this, value); }
- static void _set_ontouchstart(var _this, EventListener value) native;
-
- EventListener get onwebkitfullscreenchange() { return _get_onwebkitfullscreenchange(this); }
- static EventListener _get_onwebkitfullscreenchange(var _this) native;
-
- void set onwebkitfullscreenchange(EventListener value) { _set_onwebkitfullscreenchange(this, value); }
- static void _set_onwebkitfullscreenchange(var _this, EventListener value) native;
-
Element get previousElementSibling() { return _get_previousElementSibling(this); }
static Element _get_previousElementSibling(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698