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

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

Issue 9453004: Cross frame access tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final pass of comments, update of status Created 8 years, 9 months 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/dom_frog.dart ('k') | client/dom/generated/src/frog/HTMLIFrameElement.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 1
2 class _DOMWindowJs extends _EventTargetJs implements DOMWindow native "@*DOMWind ow" { 2 class _DOMWindowJs extends _EventTargetJs implements DOMWindow native "@*DOMWind ow" {
3 3
4 static final int PERSISTENT = 1; 4 static final int PERSISTENT = 1;
5 5
6 static final int TEMPORARY = 0; 6 static final int TEMPORARY = 0;
7 7
8 final _DOMApplicationCacheJs applicationCache; 8 final _DOMApplicationCacheJs applicationCache;
9 9
10 final _NavigatorJs clientInformation; 10 final _NavigatorJs clientInformation;
11 11
12 final bool closed; 12 final bool closed;
13 13
14 final _ConsoleJs console; 14 final _ConsoleJs console;
15 15
16 final _CryptoJs crypto; 16 final _CryptoJs crypto;
17 17
18 String defaultStatus; 18 String defaultStatus;
19 19
20 String defaultstatus; 20 String defaultstatus;
21 21
22 final num devicePixelRatio; 22 final num devicePixelRatio;
23 23
24 final _DocumentJs document; 24 final _DocumentJs document;
25 25
26 final _EventJs event; 26 final _EventJs event;
27 27
28 final _ElementJs frameElement;
29
30 final _DOMWindowJs frames; 28 final _DOMWindowJs frames;
31 29
32 final _HistoryJs history; 30 final _HistoryJs history;
33 31
34 final int innerHeight; 32 final int innerHeight;
35 33
36 final int innerWidth; 34 final int innerWidth;
37 35
38 final int length; 36 final int length;
39 37
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 _WebKitPointJs webkitConvertPointFromPageToNode(_NodeJs node, _WebKitPointJs p ) native; 182 _WebKitPointJs webkitConvertPointFromPageToNode(_NodeJs node, _WebKitPointJs p ) native;
185 183
186 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis t = null]) native; 184 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis t = null]) native;
187 185
188 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, _Eleme ntJs element) native; 186 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, _Eleme ntJs element) native;
189 187
190 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal lback, [ErrorCallback errorCallback = null]) native; 188 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal lback, [ErrorCallback errorCallback = null]) native;
191 189
192 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k = null, ErrorCallback errorCallback = null]) native; 190 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k = null, ErrorCallback errorCallback = null]) native;
193 } 191 }
OLDNEW
« no previous file with comments | « client/dom/frog/dom_frog.dart ('k') | client/dom/generated/src/frog/HTMLIFrameElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698