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

Side by Side Diff: client/dom/generated/src/frog/DOMWindow.dart

Issue 8775027: Frog now knows about the JS global object, and prevents name collisions with user code. (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
OLDNEW
1 1
2 class DOMWindow native "*DOMWindow" { 2 // TODO(jmesserly): generator needs to know to put in @
3 class DOMWindow native "@*DOMWindow" {
3 4
4 DOMApplicationCache applicationCache; 5 DOMApplicationCache applicationCache;
5 6
6 Navigator clientInformation; 7 Navigator clientInformation;
7 8
8 bool closed; 9 bool closed;
9 10
10 Console console; 11 Console console;
11 12
12 Crypto crypto; 13 Crypto crypto;
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; 175 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native;
175 176
176 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri ng targetOrigin = null]) native; 177 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri ng targetOrigin = null]) native;
177 178
178 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native; 179 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native;
179 180
180 var dartObjectLocalStorage; 181 var dartObjectLocalStorage;
181 182
182 String get typeName() native; 183 String get typeName() native;
183 } 184 }
OLDNEW
« no previous file with comments | « client/dom/frog/frog_dom.dart ('k') | frog/frogsh » ('j') | frog/type.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698