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

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

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
OLDNEW
(Empty)
1
2 class _NavigatorJs extends _DOMTypeJs implements Navigator native "*Navigator" {
3
4 final String appCodeName;
5
6 final String appName;
7
8 final String appVersion;
9
10 final bool cookieEnabled;
11
12 final _GeolocationJs geolocation;
13
14 final String language;
15
16 final _DOMMimeTypeArrayJs mimeTypes;
17
18 final bool onLine;
19
20 final String platform;
21
22 final _DOMPluginArrayJs plugins;
23
24 final String product;
25
26 final String productSub;
27
28 final String userAgent;
29
30 final String vendor;
31
32 final String vendorSub;
33
34 void getStorageUpdates() native;
35
36 bool javaEnabled() native;
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 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/NamedNodeMap.dart ('k') | client/dom/generated/src/frog/NavigatorUserMediaError.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698