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

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

Issue 9381030: Let EventTarget be a base class in the frog dom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: EventsTest passes Created 8 years, 10 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
OLDNEW
1 1
2 class _DOMWindowJs extends _DOMTypeJs implements DOMWindow native "@*DOMWindow" { 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 _NavigatorJs clientInformation; 10 _NavigatorJs clientInformation;
11 11
12 final bool closed; 12 final bool closed;
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 _WebKitPointJs webkitConvertPointFromPageToNode(_NodeJs node, _WebKitPointJs p ) native; 186 _WebKitPointJs webkitConvertPointFromPageToNode(_NodeJs node, _WebKitPointJs p ) native;
187 187
188 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis t = null]) native; 188 void webkitPostMessage(Dynamic message, String targetOrigin, [List transferLis t = null]) native;
189 189
190 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, _Eleme ntJs element) native; 190 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, _Eleme ntJs element) native;
191 191
192 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal lback, [ErrorCallback errorCallback = null]) native; 192 void webkitRequestFileSystem(int type, int size, FileSystemCallback successCal lback, [ErrorCallback errorCallback = null]) native;
193 193
194 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k = null, ErrorCallback errorCallback = null]) native; 194 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k = null, ErrorCallback errorCallback = null]) native;
195 } 195 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/DOMApplicationCache.dart ('k') | client/dom/generated/src/frog/EventSource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698