| OLD | NEW |
| 1 #library('dom'); | 1 #library('dom'); |
| 2 | 2 |
| 3 #native('frog_dom.js'); | 3 #native('frog_dom.js'); |
| 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 5 // for details. All rights reserved. Use of this source code is governed by a | 5 // for details. All rights reserved. Use of this source code is governed by a |
| 6 // BSD-style license that can be found in the LICENSE file. | 6 // BSD-style license that can be found in the LICENSE file. |
| 7 | 7 |
| 8 // DO NOT EDIT | 8 // DO NOT EDIT |
| 9 // Auto-generated Dart DOM library. | 9 // Auto-generated Dart DOM library. |
| 10 | 10 |
| (...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 | 985 |
| 986 String createObjectURL(Blob blob) native; | 986 String createObjectURL(Blob blob) native; |
| 987 | 987 |
| 988 void revokeObjectURL(String url) native; | 988 void revokeObjectURL(String url) native; |
| 989 | 989 |
| 990 var dartObjectLocalStorage; | 990 var dartObjectLocalStorage; |
| 991 | 991 |
| 992 String get typeName() native; | 992 String get typeName() native; |
| 993 } | 993 } |
| 994 | 994 |
| 995 // TODO(jmesserly): generator needs to know to put in @ | |
| 996 class DOMWindow native "@*DOMWindow" { | 995 class DOMWindow native "@*DOMWindow" { |
| 997 | 996 |
| 998 DOMApplicationCache applicationCache; | 997 DOMApplicationCache applicationCache; |
| 999 | 998 |
| 1000 Navigator clientInformation; | 999 Navigator clientInformation; |
| 1001 | 1000 |
| 1002 bool closed; | 1001 bool closed; |
| 1003 | 1002 |
| 1004 Console console; | 1003 Console console; |
| 1005 | 1004 |
| (...skipping 9775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 10781 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 10780 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 10782 // for details. All rights reserved. Use of this source code is governed by a | 10781 // for details. All rights reserved. Use of this source code is governed by a |
| 10783 // BSD-style license that can be found in the LICENSE file. | 10782 // BSD-style license that can be found in the LICENSE file. |
| 10784 | 10783 |
| 10785 typedef bool RequestAnimationFrameCallback(int time); | 10784 typedef bool RequestAnimationFrameCallback(int time); |
| 10786 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 10785 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 10787 // for details. All rights reserved. Use of this source code is governed by a | 10786 // for details. All rights reserved. Use of this source code is governed by a |
| 10788 // BSD-style license that can be found in the LICENSE file. | 10787 // BSD-style license that can be found in the LICENSE file. |
| 10789 | 10788 |
| 10790 typedef void TimeoutHandler(); | 10789 typedef void TimeoutHandler(); |
| OLD | NEW |