| OLD | NEW |
| 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 // DO NOT EDIT | 5 // DO NOT EDIT |
| 6 // Auto-generated Dart HTML library. | 6 // Auto-generated Dart HTML library. |
| 7 | 7 |
| 8 #library('html'); | 8 #library('html'); |
| 9 | 9 |
| 10 #import('dart:dom', prefix:'dom'); | 10 #import('dart:dom', prefix:'dom'); |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 #source('src/Document.dart'); | 28 #source('src/Document.dart'); |
| 29 #source('src/DocumentFragment.dart'); | 29 #source('src/DocumentFragment.dart'); |
| 30 #source('src/DocumentFragmentWrappingImplementation.dart'); | 30 #source('src/DocumentFragmentWrappingImplementation.dart'); |
| 31 #source('src/DocumentWrappingImplementation.dart'); | 31 #source('src/DocumentWrappingImplementation.dart'); |
| 32 #source('src/DOMApplicationCache.dart'); | 32 #source('src/DOMApplicationCache.dart'); |
| 33 #source('src/DOMApplicationCacheWrappingImplementation.dart'); | 33 #source('src/DOMApplicationCacheWrappingImplementation.dart'); |
| 34 #source('src/DOMWrapperBase.dart'); | 34 #source('src/DOMWrapperBase.dart'); |
| 35 #source('src/Element.dart'); | 35 #source('src/Element.dart'); |
| 36 #source('src/ElementWrappingImplementation.dart'); | 36 #source('src/ElementWrappingImplementation.dart'); |
| 37 #source('src/EventListener.dart'); | 37 #source('src/EventListener.dart'); |
| 38 #source('src/Event.dart'); |
| 39 #source('src/EventWrappingImplementation.dart'); |
| 38 #source('src/EventSource.dart'); | 40 #source('src/EventSource.dart'); |
| 39 #source('src/EventSourceWrappingImplementation.dart'); | 41 #source('src/EventSourceWrappingImplementation.dart'); |
| 40 #source('src/EventTarget.dart'); | 42 #source('src/EventTarget.dart'); |
| 41 #source('src/EventTargetWrappingImplementation.dart'); | 43 #source('src/EventTargetWrappingImplementation.dart'); |
| 42 #source('src/GlobalProperties.dart'); | 44 #source('src/GlobalProperties.dart'); |
| 43 #source('src/MessagePort.dart'); | 45 #source('src/MessagePort.dart'); |
| 44 #source('src/MessagePortWrappingImplementation.dart'); | 46 #source('src/MessagePortWrappingImplementation.dart'); |
| 45 #source('src/Node.dart'); | 47 #source('src/Node.dart'); |
| 46 #source('src/NodeList.dart'); | 48 #source('src/NodeList.dart'); |
| 47 #source('src/NodeWrappingImplementation.dart'); | 49 #source('src/NodeWrappingImplementation.dart'); |
| 48 #source('src/Notification.dart'); | 50 #source('src/Notification.dart'); |
| 49 #source('src/NotificationWrappingImplementation.dart'); | 51 #source('src/NotificationWrappingImplementation.dart'); |
| 50 #source('src/RequestAnimationFrameCallback.dart'); | 52 #source('src/RequestAnimationFrameCallback.dart'); |
| 51 #source('src/SharedWorker.dart'); | 53 #source('src/SharedWorker.dart'); |
| 52 #source('src/SharedWorkerWrappingImplementation.dart'); | 54 #source('src/SharedWorkerWrappingImplementation.dart'); |
| 53 #source('src/Text.dart'); | 55 #source('src/Text.dart'); |
| 54 #source('src/TextWrappingImplementation.dart'); | 56 #source('src/TextWrappingImplementation.dart'); |
| 55 #source('src/TimeoutHandler.dart'); | 57 #source('src/TimeoutHandler.dart'); |
| 56 #source('src/WebSocket.dart'); | 58 #source('src/WebSocket.dart'); |
| 57 #source('src/WebSocketWrappingImplementation.dart'); | 59 #source('src/WebSocketWrappingImplementation.dart'); |
| 58 #source('src/Window.dart'); | 60 #source('src/Window.dart'); |
| 59 #source('src/WindowWrappingImplementation.dart'); | 61 #source('src/WindowWrappingImplementation.dart'); |
| 60 #source('src/Worker.dart'); | 62 #source('src/Worker.dart'); |
| 61 #source('src/WorkerWrappingImplementation.dart'); | 63 #source('src/WorkerWrappingImplementation.dart'); |
| 62 #source('src/XMLHttpRequest.dart'); | 64 #source('src/XMLHttpRequest.dart'); |
| 63 #source('src/XMLHttpRequestUpload.dart'); | 65 #source('src/XMLHttpRequestUpload.dart'); |
| 64 #source('src/XMLHttpRequestUploadWrappingImplementation.dart'); | 66 #source('src/XMLHttpRequestUploadWrappingImplementation.dart'); |
| 65 #source('src/XMLHttpRequestWrappingImplementation.dart'); | 67 #source('src/XMLHttpRequestWrappingImplementation.dart'); |
| OLD | NEW |