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

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

Issue 9084005: Refresh dart:dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 WorkerContext native "*WorkerContext" { 2 class WorkerContext native "*WorkerContext" {
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 WorkerLocation location; 8 WorkerLocation location;
9 9
10 WorkerNavigator navigator; 10 WorkerNavigator navigator;
11 11
12 EventListener onerror; 12 EventListener onerror;
13 13
14 WorkerContext self; 14 WorkerContext self;
15 15
16 IDBFactory webkitIndexedDB;
17
16 NotificationCenter webkitNotifications; 18 NotificationCenter webkitNotifications;
17 19
18 DOMURL webkitURL; 20 DOMURL webkitURL;
19 21
20 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native; 22 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
21 23
22 void clearInterval(int handle) native; 24 void clearInterval(int handle) native;
23 25
24 void clearTimeout(int handle) native; 26 void clearTimeout(int handle) native;
25 27
(...skipping 18 matching lines...) Expand all
44 DOMFileSystemSync webkitRequestFileSystemSync(int type, int size) native; 46 DOMFileSystemSync webkitRequestFileSystemSync(int type, int size) native;
45 47
46 EntrySync webkitResolveLocalFileSystemSyncURL(String url) native; 48 EntrySync webkitResolveLocalFileSystemSyncURL(String url) native;
47 49
48 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k = null, ErrorCallback errorCallback = null]) native; 50 void webkitResolveLocalFileSystemURL(String url, [EntryCallback successCallbac k = null, ErrorCallback errorCallback = null]) native;
49 51
50 var dartObjectLocalStorage; 52 var dartObjectLocalStorage;
51 53
52 String get typeName() native; 54 String get typeName() native;
53 } 55 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/WebKitNamedFlow.dart ('k') | client/dom/generated/src/interface/AudioContext.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698