| 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 #source('generated/src/interface/AbstractWorker.dart'); | 9 #source('generated/src/interface/AbstractWorker.dart'); |
| 10 #source('generated/src/interface/ArrayBuffer.dart'); | 10 #source('generated/src/interface/ArrayBuffer.dart'); |
| (...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 #source('generated/src/wrapping/_TimeRangesWrappingImplementation.dart'); | 969 #source('generated/src/wrapping/_TimeRangesWrappingImplementation.dart'); |
| 970 #source('generated/src/wrapping/_TouchEventWrappingImplementation.dart'); | 970 #source('generated/src/wrapping/_TouchEventWrappingImplementation.dart'); |
| 971 #source('generated/src/wrapping/_TouchListWrappingImplementation.dart'); | 971 #source('generated/src/wrapping/_TouchListWrappingImplementation.dart'); |
| 972 #source('generated/src/wrapping/_TouchWrappingImplementation.dart'); | 972 #source('generated/src/wrapping/_TouchWrappingImplementation.dart'); |
| 973 #source('generated/src/wrapping/_TreeWalkerWrappingImplementation.dart'); | 973 #source('generated/src/wrapping/_TreeWalkerWrappingImplementation.dart'); |
| 974 #source('generated/src/wrapping/_UIEventWrappingImplementation.dart'); | 974 #source('generated/src/wrapping/_UIEventWrappingImplementation.dart'); |
| 975 #source('generated/src/wrapping/_Uint16ArrayWrappingImplementation.dart'); | 975 #source('generated/src/wrapping/_Uint16ArrayWrappingImplementation.dart'); |
| 976 #source('generated/src/wrapping/_Uint32ArrayWrappingImplementation.dart'); | 976 #source('generated/src/wrapping/_Uint32ArrayWrappingImplementation.dart'); |
| 977 #source('generated/src/wrapping/_Uint8ArrayWrappingImplementation.dart'); | 977 #source('generated/src/wrapping/_Uint8ArrayWrappingImplementation.dart'); |
| 978 #source('generated/src/wrapping/_ValidityStateWrappingImplementation.dart'); | 978 #source('generated/src/wrapping/_ValidityStateWrappingImplementation.dart'); |
| 979 #source('generated/src/wrapping/_VoidCallbackWrappingImplementation.dart'); | |
| 980 #source('generated/src/wrapping/_WaveShaperNodeWrappingImplementation.dart'); | 979 #source('generated/src/wrapping/_WaveShaperNodeWrappingImplementation.dart'); |
| 981 #source('generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart'); | 980 #source('generated/src/wrapping/_WebGLActiveInfoWrappingImplementation.dart'); |
| 982 #source('generated/src/wrapping/_WebGLBufferWrappingImplementation.dart'); | 981 #source('generated/src/wrapping/_WebGLBufferWrappingImplementation.dart'); |
| 983 #source('generated/src/wrapping/_WebGLContextAttributesWrappingImplementation.da
rt'); | 982 #source('generated/src/wrapping/_WebGLContextAttributesWrappingImplementation.da
rt'); |
| 984 #source('generated/src/wrapping/_WebGLContextEventWrappingImplementation.dart'); | 983 #source('generated/src/wrapping/_WebGLContextEventWrappingImplementation.dart'); |
| 985 #source('generated/src/wrapping/_WebGLDebugRendererInfoWrappingImplementation.da
rt'); | 984 #source('generated/src/wrapping/_WebGLDebugRendererInfoWrappingImplementation.da
rt'); |
| 986 #source('generated/src/wrapping/_WebGLDebugShadersWrappingImplementation.dart'); | 985 #source('generated/src/wrapping/_WebGLDebugShadersWrappingImplementation.dart'); |
| 987 #source('generated/src/wrapping/_WebGLFramebufferWrappingImplementation.dart'); | 986 #source('generated/src/wrapping/_WebGLFramebufferWrappingImplementation.dart'); |
| 988 #source('generated/src/wrapping/_WebGLProgramWrappingImplementation.dart'); | 987 #source('generated/src/wrapping/_WebGLProgramWrappingImplementation.dart'); |
| 989 #source('generated/src/wrapping/_WebGLRenderbufferWrappingImplementation.dart'); | 988 #source('generated/src/wrapping/_WebGLRenderbufferWrappingImplementation.dart'); |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1032 #source('src/GlobalProperties.dart'); | 1031 #source('src/GlobalProperties.dart'); |
| 1033 #source('src/RequestAnimationFrameCallback.dart'); | 1032 #source('src/RequestAnimationFrameCallback.dart'); |
| 1034 #source('src/TimeoutHandler.dart'); | 1033 #source('src/TimeoutHandler.dart'); |
| 1035 #source('src/_Collections.dart'); | 1034 #source('src/_Collections.dart'); |
| 1036 #source('src/_FactoryProviders.dart'); | 1035 #source('src/_FactoryProviders.dart'); |
| 1037 #source('src/_ListIterators.dart'); | 1036 #source('src/_ListIterators.dart'); |
| 1038 #source('src/_Lists.dart'); | 1037 #source('src/_Lists.dart'); |
| 1039 | 1038 |
| 1040 #native('generated/wrapping_dom.js'); | 1039 #native('generated/wrapping_dom.js'); |
| 1041 #native('generated/wrapping_dom_externs.js'); | 1040 #native('generated/wrapping_dom_externs.js'); |
| OLD | NEW |