Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Side by Side Diff: client/dom/frog/frog_dom.dart

Issue 8773024: Mark frog DOMWindow as aliased with global scope. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/dom/generated/src/frog/DOMWindow.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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();
OLDNEW
« no previous file with comments | « no previous file | client/dom/generated/src/frog/DOMWindow.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698