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

Unified Diff: client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.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/_DOMWindowWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
index da0543c31f0260b50ac57e5b85d5805882d5ca70..163b3bc03c3430057a7111379562508b62c59364 100644
--- a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
@@ -131,444 +131,6 @@ class _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind
void set offscreenBuffering(bool value) { _set_offscreenBuffering(this, value); }
static void _set_offscreenBuffering(var _this, bool value) 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 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(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 oncanplay() { return _get_oncanplay(this); }
- static EventListener _get_oncanplay(var _this) native;
-
- void set oncanplay(EventListener value) { _set_oncanplay(this, value); }
- static void _set_oncanplay(var _this, EventListener value) native;
-
- EventListener get oncanplaythrough() { return _get_oncanplaythrough(this); }
- static EventListener _get_oncanplaythrough(var _this) native;
-
- void set oncanplaythrough(EventListener value) { _set_oncanplaythrough(this, value); }
- static void _set_oncanplaythrough(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 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 ondevicemotion() { return _get_ondevicemotion(this); }
- static EventListener _get_ondevicemotion(var _this) native;
-
- void set ondevicemotion(EventListener value) { _set_ondevicemotion(this, value); }
- static void _set_ondevicemotion(var _this, EventListener value) native;
-
- EventListener get ondeviceorientation() { return _get_ondeviceorientation(this); }
- static EventListener _get_ondeviceorientation(var _this) native;
-
- void set ondeviceorientation(EventListener value) { _set_ondeviceorientation(this, value); }
- static void _set_ondeviceorientation(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 ondurationchange() { return _get_ondurationchange(this); }
- static EventListener _get_ondurationchange(var _this) native;
-
- void set ondurationchange(EventListener value) { _set_ondurationchange(this, value); }
- static void _set_ondurationchange(var _this, EventListener value) native;
-
- EventListener get onemptied() { return _get_onemptied(this); }
- static EventListener _get_onemptied(var _this) native;
-
- void set onemptied(EventListener value) { _set_onemptied(this, value); }
- static void _set_onemptied(var _this, EventListener value) native;
-
- EventListener get onended() { return _get_onended(this); }
- static EventListener _get_onended(var _this) native;
-
- void set onended(EventListener value) { _set_onended(this, value); }
- static void _set_onended(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 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 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 onloadeddata() { return _get_onloadeddata(this); }
- static EventListener _get_onloadeddata(var _this) native;
-
- void set onloadeddata(EventListener value) { _set_onloadeddata(this, value); }
- static void _set_onloadeddata(var _this, EventListener value) native;
-
- EventListener get onloadedmetadata() { return _get_onloadedmetadata(this); }
- static EventListener _get_onloadedmetadata(var _this) native;
-
- void set onloadedmetadata(EventListener value) { _set_onloadedmetadata(this, value); }
- static void _set_onloadedmetadata(var _this, EventListener value) native;
-
- EventListener get onloadstart() { return _get_onloadstart(this); }
- static EventListener _get_onloadstart(var _this) native;
-
- void set onloadstart(EventListener value) { _set_onloadstart(this, value); }
- static void _set_onloadstart(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 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 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 onpagehide() { return _get_onpagehide(this); }
- static EventListener _get_onpagehide(var _this) native;
-
- void set onpagehide(EventListener value) { _set_onpagehide(this, value); }
- static void _set_onpagehide(var _this, EventListener value) native;
-
- EventListener get onpageshow() { return _get_onpageshow(this); }
- static EventListener _get_onpageshow(var _this) native;
-
- void set onpageshow(EventListener value) { _set_onpageshow(this, value); }
- static void _set_onpageshow(var _this, EventListener value) native;
-
- EventListener get onpause() { return _get_onpause(this); }
- static EventListener _get_onpause(var _this) native;
-
- void set onpause(EventListener value) { _set_onpause(this, value); }
- static void _set_onpause(var _this, EventListener value) native;
-
- EventListener get onplay() { return _get_onplay(this); }
- static EventListener _get_onplay(var _this) native;
-
- void set onplay(EventListener value) { _set_onplay(this, value); }
- static void _set_onplay(var _this, EventListener value) native;
-
- EventListener get onplaying() { return _get_onplaying(this); }
- static EventListener _get_onplaying(var _this) native;
-
- void set onplaying(EventListener value) { _set_onplaying(this, value); }
- static void _set_onplaying(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 onprogress() { return _get_onprogress(this); }
- static EventListener _get_onprogress(var _this) native;
-
- void set onprogress(EventListener value) { _set_onprogress(this, value); }
- static void _set_onprogress(var _this, EventListener value) native;
-
- EventListener get onratechange() { return _get_onratechange(this); }
- static EventListener _get_onratechange(var _this) native;
-
- void set onratechange(EventListener value) { _set_onratechange(this, value); }
- static void _set_onratechange(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 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 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 onseeked() { return _get_onseeked(this); }
- static EventListener _get_onseeked(var _this) native;
-
- void set onseeked(EventListener value) { _set_onseeked(this, value); }
- static void _set_onseeked(var _this, EventListener value) native;
-
- EventListener get onseeking() { return _get_onseeking(this); }
- static EventListener _get_onseeking(var _this) native;
-
- void set onseeking(EventListener value) { _set_onseeking(this, value); }
- static void _set_onseeking(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 onstalled() { return _get_onstalled(this); }
- static EventListener _get_onstalled(var _this) native;
-
- void set onstalled(EventListener value) { _set_onstalled(this, value); }
- static void _set_onstalled(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 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 onsuspend() { return _get_onsuspend(this); }
- static EventListener _get_onsuspend(var _this) native;
-
- void set onsuspend(EventListener value) { _set_onsuspend(this, value); }
- static void _set_onsuspend(var _this, EventListener value) native;
-
- EventListener get ontimeupdate() { return _get_ontimeupdate(this); }
- static EventListener _get_ontimeupdate(var _this) native;
-
- void set ontimeupdate(EventListener value) { _set_ontimeupdate(this, value); }
- static void _set_ontimeupdate(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 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;
-
- EventListener get onvolumechange() { return _get_onvolumechange(this); }
- static EventListener _get_onvolumechange(var _this) native;
-
- void set onvolumechange(EventListener value) { _set_onvolumechange(this, value); }
- static void _set_onvolumechange(var _this, EventListener value) native;
-
- EventListener get onwaiting() { return _get_onwaiting(this); }
- static EventListener _get_onwaiting(var _this) native;
-
- void set onwaiting(EventListener value) { _set_onwaiting(this, value); }
- static void _set_onwaiting(var _this, EventListener value) native;
-
- EventListener get onwebkitanimationend() { return _get_onwebkitanimationend(this); }
- static EventListener _get_onwebkitanimationend(var _this) native;
-
- void set onwebkitanimationend(EventListener value) { _set_onwebkitanimationend(this, value); }
- static void _set_onwebkitanimationend(var _this, EventListener value) native;
-
- EventListener get onwebkitanimationiteration() { return _get_onwebkitanimationiteration(this); }
- static EventListener _get_onwebkitanimationiteration(var _this) native;
-
- void set onwebkitanimationiteration(EventListener value) { _set_onwebkitanimationiteration(this, value); }
- static void _set_onwebkitanimationiteration(var _this, EventListener value) native;
-
- EventListener get onwebkitanimationstart() { return _get_onwebkitanimationstart(this); }
- static EventListener _get_onwebkitanimationstart(var _this) native;
-
- void set onwebkitanimationstart(EventListener value) { _set_onwebkitanimationstart(this, value); }
- static void _set_onwebkitanimationstart(var _this, EventListener value) native;
-
- EventListener get onwebkittransitionend() { return _get_onwebkittransitionend(this); }
- static EventListener _get_onwebkittransitionend(var _this) native;
-
- void set onwebkittransitionend(EventListener value) { _set_onwebkittransitionend(this, value); }
- static void _set_onwebkittransitionend(var _this, EventListener value) native;
-
DOMWindow get opener() { return _get_opener(this); }
static DOMWindow _get_opener(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698