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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/frog/Navigator.dart
diff --git a/client/dom/generated/src/frog/Navigator.dart b/client/dom/generated/src/frog/Navigator.dart
index f3f7c1fd7669561785b53ba8232478e65b9c9fc7..fb3dd4bc3ad03a798ca933f206552efc49eb60dd 100644
--- a/client/dom/generated/src/frog/Navigator.dart
+++ b/client/dom/generated/src/frog/Navigator.dart
@@ -9,6 +9,8 @@ class Navigator native "*Navigator" {
bool cookieEnabled;
+ Geolocation geolocation;
+
String language;
DOMMimeTypeArray mimeTypes;
@@ -33,6 +35,10 @@ class Navigator native "*Navigator" {
bool javaEnabled() native;
+ void registerProtocolHandler(String scheme, String url, String title) native;
+
+ void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback successCallback, [NavigatorUserMediaErrorCallback errorCallback = null]) native;
+
var dartObjectLocalStorage;
String get typeName() native;
« 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