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

Side by Side Diff: client/dom/generated/src/frog/DOMWindow.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 | « client/dom/frog/frog_dom.dart ('k') | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 // TODO(jmesserly): generator needs to know to put in @
3 class DOMWindow native "@*DOMWindow" { 2 class DOMWindow native "@*DOMWindow" {
4 3
5 DOMApplicationCache applicationCache; 4 DOMApplicationCache applicationCache;
6 5
7 Navigator clientInformation; 6 Navigator clientInformation;
8 7
9 bool closed; 8 bool closed;
10 9
11 Console console; 10 Console console;
12 11
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; 174 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native;
176 175
177 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri ng targetOrigin = null]) native; 176 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri ng targetOrigin = null]) native;
178 177
179 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native; 178 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native;
180 179
181 var dartObjectLocalStorage; 180 var dartObjectLocalStorage;
182 181
183 String get typeName() native; 182 String get typeName() native;
184 } 183 }
OLDNEW
« no previous file with comments | « client/dom/frog/frog_dom.dart ('k') | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698