| OLD | NEW |
| 1 #library('html'); | 1 #library('html'); |
| 2 | 2 |
| 3 #import('dart:dom', prefix:'dom'); | 3 #import('dart:dom', prefix:'dom'); |
| 4 #import('dart:htmlimpl'); | 4 #import('dart:htmlimpl'); |
| 5 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 5 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6 // for details. All rights reserved. Use of this source code is governed by a | 6 // for details. All rights reserved. Use of this source code is governed by a |
| 7 // BSD-style license that can be found in the LICENSE file. | 7 // BSD-style license that can be found in the LICENSE file. |
| 8 | 8 |
| 9 // DO NOT EDIT | 9 // DO NOT EDIT |
| 10 // Auto-generated Dart HTML library. | 10 // Auto-generated Dart HTML library. |
| (...skipping 6496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6507 | 6507 |
| 6508 CompositionEvent(String type, Window view, String data, [bool canBubble, | 6508 CompositionEvent(String type, Window view, String data, [bool canBubble, |
| 6509 bool cancelable]); | 6509 bool cancelable]); |
| 6510 | 6510 |
| 6511 String get data(); | 6511 String get data(); |
| 6512 } | 6512 } |
| 6513 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 6513 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 6514 // for details. All rights reserved. Use of this source code is governed by a | 6514 // for details. All rights reserved. Use of this source code is governed by a |
| 6515 // BSD-style license that can be found in the LICENSE file. | 6515 // BSD-style license that can be found in the LICENSE file. |
| 6516 | 6516 |
| 6517 | |
| 6518 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | |
| 6519 // for details. All rights reserved. Use of this source code is governed by a | |
| 6520 // BSD-style license that can be found in the LICENSE file. | |
| 6521 | |
| 6522 // WARNING: Do not edit. | 6517 // WARNING: Do not edit. |
| 6523 // This file was generated by html/scripts/css_code_generator.py | 6518 // This file was generated by html/scripts/css_code_generator.py |
| 6524 | 6519 |
| 6525 // Source of CSS properties: | 6520 // Source of CSS properties: |
| 6526 // Source/WebCore/css/CSSPropertyNames.in | 6521 // Source/WebCore/css/CSSPropertyNames.in |
| 6527 | 6522 |
| 6528 // TODO(jacobr): add versions that take numeric values in px, miliseconds, etc. | 6523 // TODO(jacobr): add versions that take numeric values in px, miliseconds, etc. |
| 6529 | 6524 |
| 6530 interface CSSStyleDeclaration factory CSSStyleDeclarationWrappingImplementation
{ | 6525 interface CSSStyleDeclaration factory CSSStyleDeclarationWrappingImplementation
{ |
| 6531 | 6526 |
| (...skipping 3857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10389 EventListenerList get abort(); | 10384 EventListenerList get abort(); |
| 10390 EventListenerList get error(); | 10385 EventListenerList get error(); |
| 10391 EventListenerList get load(); | 10386 EventListenerList get load(); |
| 10392 EventListenerList get loadStart(); | 10387 EventListenerList get loadStart(); |
| 10393 EventListenerList get progress(); | 10388 EventListenerList get progress(); |
| 10394 } | 10389 } |
| 10395 | 10390 |
| 10396 interface XMLHttpRequestUpload extends EventTarget { | 10391 interface XMLHttpRequestUpload extends EventTarget { |
| 10397 XMLHttpRequestUploadEvents get on(); | 10392 XMLHttpRequestUploadEvents get on(); |
| 10398 } | 10393 } |
| OLD | NEW |