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

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

Issue 8665012: Switch to " native '*Class' " (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 class DOMWindow native "*DOMWindow" {
3 3
4 DOMApplicationCache applicationCache; 4 DOMApplicationCache applicationCache;
5 5
6 Navigator clientInformation; 6 Navigator clientInformation;
7 7
8 bool closed; 8 bool closed;
9 9
10 Console console; 10 Console console;
11 11
12 Crypto crypto; 12 Crypto crypto;
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native; 320 WebKitPoint webkitConvertPointFromPageToNode(Node node, WebKitPoint p) native;
321 321
322 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri ng targetOrigin = null]) native; 322 void webkitPostMessage(String message, var targetOrigin_OR_transferList, [Stri ng targetOrigin = null]) native;
323 323
324 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native; 324 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) native;
325 325
326 var dartObjectLocalStorage; 326 var dartObjectLocalStorage;
327 327
328 String get typeName() native; 328 String get typeName() native;
329 } 329 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/DOMURL.dart ('k') | client/dom/generated/src/frog/DataTransferItem.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698