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

Unified Diff: core/frame/NavigatorID.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/NavigatorCPU.idl ('k') | core/frame/NavigatorLanguage.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/frame/NavigatorID.idl
diff --git a/core/frame/NavigatorID.idl b/core/frame/NavigatorID.idl
index c581ad98bf25d706a614759e471c1703fa2cb99f..0cbd745596000fde6da7bb751dd5297c5c558772 100644
--- a/core/frame/NavigatorID.idl
+++ b/core/frame/NavigatorID.idl
@@ -28,13 +28,17 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.whatwg.org/specs/web-apps/current-work/#navigatorid
+
[
- NoInterfaceObject
+ NoInterfaceObject, // Always used on target of 'implements'
] interface NavigatorID {
+ readonly attribute DOMString appCodeName; // constant "Mozilla"
readonly attribute DOMString appName;
readonly attribute DOMString appVersion;
readonly attribute DOMString platform;
+ readonly attribute DOMString product; // constant "Gecko"
readonly attribute DOMString userAgent;
- readonly attribute DOMString appCodeName;
- readonly attribute DOMString product;
+
+ readonly attribute boolean dartEnabled;
};
« no previous file with comments | « core/frame/NavigatorCPU.idl ('k') | core/frame/NavigatorLanguage.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698