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

Unified Diff: client/dom/generated/src/frog/Navigator.dart

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/dom/generated/src/frog/NamedNodeMap.dart ('k') | client/dom/generated/src/frog/Node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a32065f3437726b9dfe6487d9651d3d0fd8819db..56d6c0930b9c0efe2d532d91dfd1487be7f3dac2 100644
--- a/client/dom/generated/src/frog/Navigator.dart
+++ b/client/dom/generated/src/frog/Navigator.dart
@@ -1,5 +1,5 @@
-class NavigatorJS implements Navigator native "*Navigator" {
+class NavigatorJs extends DOMTypeJs implements Navigator native "*Navigator" {
String get appCodeName() native "return this.appCodeName;";
@@ -9,17 +9,17 @@ class NavigatorJS implements Navigator native "*Navigator" {
bool get cookieEnabled() native "return this.cookieEnabled;";
- GeolocationJS get geolocation() native "return this.geolocation;";
+ GeolocationJs get geolocation() native "return this.geolocation;";
String get language() native "return this.language;";
- DOMMimeTypeArrayJS get mimeTypes() native "return this.mimeTypes;";
+ DOMMimeTypeArrayJs get mimeTypes() native "return this.mimeTypes;";
bool get onLine() native "return this.onLine;";
String get platform() native "return this.platform;";
- DOMPluginArrayJS get plugins() native "return this.plugins;";
+ DOMPluginArrayJs get plugins() native "return this.plugins;";
String get product() native "return this.product;";
@@ -36,8 +36,4 @@ class NavigatorJS implements Navigator native "*Navigator" {
bool javaEnabled() native;
void registerProtocolHandler(String scheme, String url, String title) native;
-
- var dartObjectLocalStorage;
-
- String get typeName() native;
}
« no previous file with comments | « client/dom/generated/src/frog/NamedNodeMap.dart ('k') | client/dom/generated/src/frog/Node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698