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

Unified Diff: core/page/Navigator.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/page/ImageBitmapFactories.idl ('k') | core/page/NavigatorID.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/Navigator.idl
diff --git a/core/page/Navigator.idl b/core/page/Navigator.idl
index 0c3e09da8eacdf481d25a86b0abd4e2f7c7a3e57..79f322d89f4804ae2c076cb5d5e6e72de0516659 100644
--- a/core/page/Navigator.idl
+++ b/core/page/Navigator.idl
@@ -19,22 +19,20 @@
interface Navigator {
readonly attribute DOMString appCodeName;
- readonly attribute DOMString appName;
- readonly attribute DOMString appVersion;
readonly attribute DOMString language;
- readonly attribute DOMString userAgent;
- readonly attribute DOMString platform;
readonly attribute PluginArray plugins;
readonly attribute MimeTypeArray mimeTypes;
readonly attribute DOMString product;
- readonly attribute DOMString productSub;
- readonly attribute DOMString vendor;
- readonly attribute DOMString vendorSub;
readonly attribute boolean cookieEnabled;
boolean javaEnabled();
- readonly attribute boolean onLine;
-
void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates.
+
+ // Non-standard.
+ [MeasureAs=NavigatorProductSub] readonly attribute DOMString productSub;
+ [MeasureAs=NavigatorVendor] readonly attribute DOMString vendor;
+ [MeasureAs=NavigatorVendorSub] readonly attribute DOMString vendorSub;
};
+Navigator implements NavigatorID;
+Navigator implements NavigatorOnLine;
« no previous file with comments | « core/page/ImageBitmapFactories.idl ('k') | core/page/NavigatorID.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698