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

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

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues 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 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;
(...skipping 19 matching lines...) Expand all
30 String vendor; 30 String vendor;
31 31
32 String vendorSub; 32 String vendorSub;
33 33
34 void getStorageUpdates() native; 34 void getStorageUpdates() native;
35 35
36 bool javaEnabled() native; 36 bool javaEnabled() native;
37 37
38 void registerProtocolHandler(String scheme, String url, String title) native; 38 void registerProtocolHandler(String scheme, String url, String title) native;
39 39
40 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ essCallback, [NavigatorUserMediaErrorCallback errorCallback = null]) native;
41
42 var dartObjectLocalStorage; 40 var dartObjectLocalStorage;
43 41
44 String get typeName() native; 42 String get typeName() native;
45 } 43 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/MouseEvent.dart ('k') | client/dom/generated/src/frog/NavigatorUserMediaError.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698