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

Unified Diff: core/frame/Navigator.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 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/frame/Location.idl ('k') | core/frame/NavigatorCPU.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/frame/Navigator.idl
diff --git a/core/frame/Navigator.idl b/core/frame/Navigator.idl
index 546e3e0f809afefcadd57732c097393e03158aaa..07fb6a2f08ba9eabd486152dfd2e04ead49a7def 100644
--- a/core/frame/Navigator.idl
+++ b/core/frame/Navigator.idl
@@ -17,12 +17,16 @@
Boston, MA 02110-1301, USA.
*/
-interface Navigator {
- readonly attribute DOMString language;
+// http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#navigator
+
+[
+ WillBeGarbageCollected,
+] interface Navigator {
+ // FIXME: move these 3 to NavigatorPlugins
readonly attribute PluginArray plugins;
readonly attribute MimeTypeArray mimeTypes;
- readonly attribute boolean cookieEnabled;
boolean javaEnabled();
+ readonly attribute boolean cookieEnabled; // FIXME: move to NavigatorStorageUtils
void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates.
@@ -32,5 +36,7 @@ interface Navigator {
[MeasureAs=NavigatorVendorSub] readonly attribute DOMString vendorSub;
};
+Navigator implements NavigatorCPU;
Navigator implements NavigatorID;
+Navigator implements NavigatorLanguage;
Navigator implements NavigatorOnLine;
« no previous file with comments | « core/frame/Location.idl ('k') | core/frame/NavigatorCPU.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698