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 DOM library. | 6 // Auto-generated Dart DOM library. |
7 | 7 |
8 #library("dom"); | 8 #library("dom"); |
9 | 9 |
10 #source('generated/src/frog/AbstractWorker.dart'); | 10 #source('generated/src/frog/AbstractWorker.dart'); |
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 #source('generated/src/interface/XPathNSResolver.dart'); | 1061 #source('generated/src/interface/XPathNSResolver.dart'); |
1062 #source('generated/src/interface/XPathResult.dart'); | 1062 #source('generated/src/interface/XPathResult.dart'); |
1063 #source('generated/src/interface/XSLTProcessor.dart'); | 1063 #source('generated/src/interface/XSLTProcessor.dart'); |
1064 | 1064 |
1065 #source('src/EventListener.dart'); | 1065 #source('src/EventListener.dart'); |
1066 #source('src/KeyLocation.dart'); | 1066 #source('src/KeyLocation.dart'); |
1067 #source('src/KeyName.dart'); | 1067 #source('src/KeyName.dart'); |
1068 #source('src/ReadyState.dart'); | 1068 #source('src/ReadyState.dart'); |
1069 #source('src/TimeoutHandler.dart'); | 1069 #source('src/TimeoutHandler.dart'); |
1070 #source('src/_Collections.dart'); | 1070 #source('src/_Collections.dart'); |
| 1071 #source('src/frog_DOMImplementation.dart'); |
1071 #source('src/frog_DOMType.dart'); | 1072 #source('src/frog_DOMType.dart'); |
1072 #source('src/frog_DOMTypeJs.dart'); | 1073 #source('src/frog_DOMTypeJs.dart'); |
1073 #source('src/frog_FactoryProviders.dart'); | 1074 #source('src/frog_FactoryProviders.dart'); |
1074 #source('src/_ListIterators.dart'); | 1075 #source('src/_ListIterators.dart'); |
1075 #source('src/_Lists.dart'); | 1076 #source('src/_Lists.dart'); |
1076 | 1077 |
1077 // TODO(sra): What 'window' do we get in a worker? Perhaps this | 1078 // TODO(sra): What 'window' do we get in a worker? Perhaps this |
1078 // should return the interface type. | 1079 // should return the interface type. |
1079 DOMWindow get window() native "return window;"; | 1080 DOMWindow get window() native "return window;"; |
1080 | 1081 |
1081 // TODO(vsm): Revert to Dart method when 508 is fixed. | 1082 // TODO(vsm): Revert to Dart method when 508 is fixed. |
1082 HTMLDocument get document() native "return window.document;"; | 1083 HTMLDocument get document() native "return window.document;"; |
OLD | NEW |