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

Side by Side Diff: client/html/generated/html/frog/Navigator.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (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 _NavigatorImpl 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 _GeolocationImpl geolocation;
13
14 final String language;
15
16 final _DOMMimeTypeArrayImpl mimeTypes;
17
18 final bool onLine;
19
20 final String platform;
21
22 final _DOMPluginArrayImpl 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

Powered by Google App Engine
This is Rietveld 408576698