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

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

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alpha the ENABLEs 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 Navigator native "*Navigator" { 2 class Navigator native "*Navigator" {
3 3
4 String appCodeName; 4 String appCodeName;
5 5
6 String appName; 6 String appName;
7 7
8 String appVersion; 8 String appVersion;
9 9
10 bool cookieEnabled; 10 bool cookieEnabled;
11 11
12 Geolocation geolocation;
13
12 String language; 14 String language;
13 15
14 DOMMimeTypeArray mimeTypes; 16 DOMMimeTypeArray mimeTypes;
15 17
16 bool onLine; 18 bool onLine;
17 19
18 String platform; 20 String platform;
19 21
20 DOMPluginArray plugins; 22 DOMPluginArray plugins;
21 23
22 String product; 24 String product;
23 25
24 String productSub; 26 String productSub;
25 27
26 String userAgent; 28 String userAgent;
27 29
28 String vendor; 30 String vendor;
29 31
30 String vendorSub; 32 String vendorSub;
31 33
32 void getStorageUpdates() native; 34 void getStorageUpdates() native;
33 35
34 bool javaEnabled() native; 36 bool javaEnabled() native;
35 37
38 void registerProtocolHandler(String scheme, String url, String title) native;
39
40 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ essCallback, [NavigatorUserMediaErrorCallback errorCallback = null]) native;
41
36 var dartObjectLocalStorage; 42 var dartObjectLocalStorage;
37 43
38 String get typeName() native; 44 String get typeName() native;
39 } 45 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/InjectedScriptHost.dart ('k') | client/dom/generated/src/frog/WebKitBlobBuilder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698