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

Unified Diff: client/dom/generated/wrapping_dom_externs.js

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
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/wrapping_dom_externs.js
diff --git a/client/dom/generated/wrapping_dom_externs.js b/client/dom/generated/wrapping_dom_externs.js
index a8f1a22034ffd72c1ff5fb0f396111d3bd16c7bc..db6698664851a07dddb2a747ffda390e059ec1a1 100644
--- a/client/dom/generated/wrapping_dom_externs.js
+++ b/client/dom/generated/wrapping_dom_externs.js
@@ -814,110 +814,7 @@ dom_externs.offsetY; // attribute MouseEvent.offsetY, attribu
dom_externs.oldURL; // attribute HashChangeEvent.oldURL
dom_externs.oldValue; // attribute MutationRecord.oldValue, attribute StorageEvent.oldValue
dom_externs.onLine; // attribute Navigator.onLine, attribute WorkerNavigator.onLine
-dom_externs.onabort; // attribute DOMWindow.onabort, attribute Document.onabort, attribute Element.onabort, attribute FileReader.onabort, attribute FileWriter.onabort, attribute IDBDatabase.onabort, attribute IDBTransaction.onabort, attribute XMLHttpRequest.onabort, attribute XMLHttpRequestUpload.onabort
-dom_externs.onbeforecopy; // attribute Document.onbeforecopy, attribute Element.onbeforecopy
-dom_externs.onbeforecut; // attribute Document.onbeforecut, attribute Element.onbeforecut
-dom_externs.onbeforepaste; // attribute Document.onbeforepaste, attribute Element.onbeforepaste
-dom_externs.onbeforeunload; // attribute DOMWindow.onbeforeunload, attribute HTMLBodyElement.onbeforeunload, attribute HTMLFrameSetElement.onbeforeunload
-dom_externs.onblocked; // attribute IDBVersionChangeRequest.onblocked
-dom_externs.onblur; // attribute DOMWindow.onblur, attribute Document.onblur, attribute Element.onblur, attribute HTMLBodyElement.onblur, attribute HTMLFrameSetElement.onblur
-dom_externs.oncached; // attribute DOMApplicationCache.oncached
-dom_externs.oncanplay; // attribute DOMWindow.oncanplay
-dom_externs.oncanplaythrough; // attribute DOMWindow.oncanplaythrough
-dom_externs.onchange; // attribute DOMWindow.onchange, attribute Document.onchange, attribute Element.onchange
-dom_externs.onchecking; // attribute DOMApplicationCache.onchecking
-dom_externs.onclick; // attribute DOMWindow.onclick, attribute Document.onclick, attribute Element.onclick, attribute Notification.onclick
-dom_externs.onclose; // attribute Notification.onclose, attribute WebSocket.onclose
-dom_externs.oncomplete; // attribute IDBTransaction.oncomplete
-dom_externs.onconnect; // attribute SharedWorkercontext.onconnect
-dom_externs.oncontextmenu; // attribute DOMWindow.oncontextmenu, attribute Document.oncontextmenu, attribute Element.oncontextmenu
-dom_externs.oncopy; // attribute Document.oncopy, attribute Element.oncopy
-dom_externs.oncut; // attribute Document.oncut, attribute Element.oncut
-dom_externs.ondblclick; // attribute DOMWindow.ondblclick, attribute Document.ondblclick, attribute Element.ondblclick
-dom_externs.ondevicemotion; // attribute DOMWindow.ondevicemotion
-dom_externs.ondeviceorientation; // attribute DOMWindow.ondeviceorientation
-dom_externs.ondisplay; // attribute Notification.ondisplay
-dom_externs.ondownloading; // attribute DOMApplicationCache.ondownloading
-dom_externs.ondrag; // attribute DOMWindow.ondrag, attribute Document.ondrag, attribute Element.ondrag
-dom_externs.ondragend; // attribute DOMWindow.ondragend, attribute Document.ondragend, attribute Element.ondragend
-dom_externs.ondragenter; // attribute DOMWindow.ondragenter, attribute Document.ondragenter, attribute Element.ondragenter
-dom_externs.ondragleave; // attribute DOMWindow.ondragleave, attribute Document.ondragleave, attribute Element.ondragleave
-dom_externs.ondragover; // attribute DOMWindow.ondragover, attribute Document.ondragover, attribute Element.ondragover
-dom_externs.ondragstart; // attribute DOMWindow.ondragstart, attribute Document.ondragstart, attribute Element.ondragstart
-dom_externs.ondrop; // attribute DOMWindow.ondrop, attribute Document.ondrop, attribute Element.ondrop
-dom_externs.ondurationchange; // attribute DOMWindow.ondurationchange
-dom_externs.onemptied; // attribute DOMWindow.onemptied
-dom_externs.onended; // attribute DOMWindow.onended
-dom_externs.onerror; // attribute AbstractWorker.onerror, attribute DOMApplicationCache.onerror, attribute DOMWindow.onerror, attribute Document.onerror, attribute Element.onerror, attribute EventSource.onerror, attribute FileReader.onerror, attribute FileWriter.onerror, attribute HTMLBodyElement.onerror, attribute HTMLFrameSetElement.onerror, attribute IDBDatabase.onerror, attribute IDBRequest.onerror, attribute IDBTransaction.onerror, attribute Notification.onerror, attribute WebSocket.onerror, attribute WorkerContext.onerror, attribute XMLHttpRequest.onerror, attribute XMLHttpRequestUpload.onerror
-dom_externs.onfocus; // attribute DOMWindow.onfocus, attribute Document.onfocus, attribute Element.onfocus, attribute HTMLBodyElement.onfocus, attribute HTMLFrameSetElement.onfocus
-dom_externs.onhashchange; // attribute DOMWindow.onhashchange, attribute HTMLBodyElement.onhashchange, attribute HTMLFrameSetElement.onhashchange
-dom_externs.oninput; // attribute DOMWindow.oninput, attribute Document.oninput, attribute Element.oninput
-dom_externs.oninvalid; // attribute DOMWindow.oninvalid, attribute Document.oninvalid, attribute Element.oninvalid
-dom_externs.onkeydown; // attribute DOMWindow.onkeydown, attribute Document.onkeydown, attribute Element.onkeydown
-dom_externs.onkeypress; // attribute DOMWindow.onkeypress, attribute Document.onkeypress, attribute Element.onkeypress
-dom_externs.onkeyup; // attribute DOMWindow.onkeyup, attribute Document.onkeyup, attribute Element.onkeyup
-dom_externs.onload; // attribute DOMWindow.onload, attribute Document.onload, attribute Element.onload, attribute FileReader.onload, attribute HTMLBodyElement.onload, attribute HTMLFrameSetElement.onload, attribute XMLHttpRequest.onload, attribute XMLHttpRequestUpload.onload
-dom_externs.onloadeddata; // attribute DOMWindow.onloadeddata
-dom_externs.onloadedmetadata; // attribute DOMWindow.onloadedmetadata
-dom_externs.onloadend; // attribute FileReader.onloadend
-dom_externs.onloadstart; // attribute DOMWindow.onloadstart, attribute FileReader.onloadstart, attribute XMLHttpRequest.onloadstart, attribute XMLHttpRequestUpload.onloadstart
dom_externs.only; // operation IDBKeyRange.only
-dom_externs.onmessage; // attribute DOMWindow.onmessage, attribute DedicatedWorkerContext.onmessage, attribute EventSource.onmessage, attribute HTMLBodyElement.onmessage, attribute HTMLFrameSetElement.onmessage, attribute MessagePort.onmessage, attribute WebSocket.onmessage, attribute Worker.onmessage
-dom_externs.onmousedown; // attribute DOMWindow.onmousedown, attribute Document.onmousedown, attribute Element.onmousedown
-dom_externs.onmousemove; // attribute DOMWindow.onmousemove, attribute Document.onmousemove, attribute Element.onmousemove
-dom_externs.onmouseout; // attribute DOMWindow.onmouseout, attribute Document.onmouseout, attribute Element.onmouseout
-dom_externs.onmouseover; // attribute DOMWindow.onmouseover, attribute Document.onmouseover, attribute Element.onmouseover
-dom_externs.onmouseup; // attribute DOMWindow.onmouseup, attribute Document.onmouseup, attribute Element.onmouseup
-dom_externs.onmousewheel; // attribute DOMWindow.onmousewheel, attribute Document.onmousewheel, attribute Element.onmousewheel
-dom_externs.onnoupdate; // attribute DOMApplicationCache.onnoupdate
-dom_externs.onobsolete; // attribute DOMApplicationCache.onobsolete
-dom_externs.onoffline; // attribute DOMWindow.onoffline, attribute HTMLBodyElement.onoffline, attribute HTMLFrameSetElement.onoffline
-dom_externs.ononline; // attribute DOMWindow.ononline, attribute HTMLBodyElement.ononline, attribute HTMLFrameSetElement.ononline
-dom_externs.onopen; // attribute EventSource.onopen, attribute WebSocket.onopen
-dom_externs.onorientationchange; // attribute HTMLBodyElement.onorientationchange, attribute HTMLFrameSetElement.onorientationchange
-dom_externs.onpagehide; // attribute DOMWindow.onpagehide
-dom_externs.onpageshow; // attribute DOMWindow.onpageshow
-dom_externs.onpaste; // attribute Document.onpaste, attribute Element.onpaste
-dom_externs.onpause; // attribute DOMWindow.onpause
-dom_externs.onplay; // attribute DOMWindow.onplay
-dom_externs.onplaying; // attribute DOMWindow.onplaying
-dom_externs.onpopstate; // attribute DOMWindow.onpopstate, attribute HTMLBodyElement.onpopstate, attribute HTMLFrameSetElement.onpopstate
-dom_externs.onprogress; // attribute DOMApplicationCache.onprogress, attribute DOMWindow.onprogress, attribute FileReader.onprogress, attribute FileWriter.onprogress, attribute XMLHttpRequest.onprogress, attribute XMLHttpRequestUpload.onprogress
-dom_externs.onratechange; // attribute DOMWindow.onratechange
-dom_externs.onreadystatechange; // attribute Document.onreadystatechange, attribute XMLHttpRequest.onreadystatechange
-dom_externs.onreset; // attribute DOMWindow.onreset, attribute Document.onreset, attribute Element.onreset
-dom_externs.onresize; // attribute DOMWindow.onresize, attribute HTMLBodyElement.onresize, attribute HTMLFrameSetElement.onresize
-dom_externs.onscroll; // attribute DOMWindow.onscroll, attribute Document.onscroll, attribute Element.onscroll
-dom_externs.onsearch; // attribute DOMWindow.onsearch, attribute Document.onsearch, attribute Element.onsearch
-dom_externs.onseeked; // attribute DOMWindow.onseeked
-dom_externs.onseeking; // attribute DOMWindow.onseeking
-dom_externs.onselect; // attribute DOMWindow.onselect, attribute Document.onselect, attribute Element.onselect
-dom_externs.onselectionchange; // attribute Document.onselectionchange
-dom_externs.onselectstart; // attribute Document.onselectstart, attribute Element.onselectstart
-dom_externs.onstalled; // attribute DOMWindow.onstalled
-dom_externs.onstorage; // attribute DOMWindow.onstorage, attribute HTMLBodyElement.onstorage, attribute HTMLFrameSetElement.onstorage
-dom_externs.onsubmit; // attribute DOMWindow.onsubmit, attribute Document.onsubmit, attribute Element.onsubmit
-dom_externs.onsuccess; // attribute IDBRequest.onsuccess
-dom_externs.onsuspend; // attribute DOMWindow.onsuspend
-dom_externs.ontimeupdate; // attribute DOMWindow.ontimeupdate
-dom_externs.ontouchcancel; // attribute DOMWindow.ontouchcancel, attribute Document.ontouchcancel, attribute Element.ontouchcancel
-dom_externs.ontouchend; // attribute DOMWindow.ontouchend, attribute Document.ontouchend, attribute Element.ontouchend
-dom_externs.ontouchmove; // attribute DOMWindow.ontouchmove, attribute Document.ontouchmove, attribute Element.ontouchmove
-dom_externs.ontouchstart; // attribute DOMWindow.ontouchstart, attribute Document.ontouchstart, attribute Element.ontouchstart
-dom_externs.onunload; // attribute DOMWindow.onunload, attribute HTMLBodyElement.onunload, attribute HTMLFrameSetElement.onunload
-dom_externs.onupdateready; // attribute DOMApplicationCache.onupdateready
-dom_externs.onversionchange; // attribute IDBDatabase.onversionchange
-dom_externs.onvolumechange; // attribute DOMWindow.onvolumechange
-dom_externs.onwaiting; // attribute DOMWindow.onwaiting
-dom_externs.onwebkitanimationend; // attribute DOMWindow.onwebkitanimationend
-dom_externs.onwebkitanimationiteration; // attribute DOMWindow.onwebkitanimationiteration
-dom_externs.onwebkitanimationstart; // attribute DOMWindow.onwebkitanimationstart
-dom_externs.onwebkitfullscreenchange; // attribute Document.onwebkitfullscreenchange, attribute Element.onwebkitfullscreenchange
-dom_externs.onwebkitspeechchange; // attribute HTMLInputElement.onwebkitspeechchange
-dom_externs.onwebkittransitionend; // attribute DOMWindow.onwebkittransitionend
-dom_externs.onwrite; // attribute FileWriter.onwrite
-dom_externs.onwriteend; // attribute FileWriter.onwriteend
-dom_externs.onwritestart; // attribute FileWriter.onwritestart
dom_externs.open; // operation DOMWindow.open, attribute HTMLDetailsElement.open, operation HTMLDocument.open, operation IDBFactory.open, operation XMLHttpRequest.open
dom_externs.openCursor; // operation IDBIndex.openCursor, operation IDBObjectStore.openCursor
dom_externs.openKeyCursor; // operation IDBIndex.openKeyCursor
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698