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

Unified Diff: Source/core/frame/NavigatorLanguage.idl

Issue 288393002: Implement navigator.languages. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@language_change_tests
Patch Set: error 500 Created 6 years, 7 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 | « Source/core/frame/NavigatorLanguage.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/NavigatorLanguage.idl
diff --git a/Source/core/frame/NavigatorLanguage.idl b/Source/core/frame/NavigatorLanguage.idl
index b1c359f09a4646dcd216c39a77ae885d865bd6c1..fe689f6c0d79278238f5ad7584193b24c3fe9b8b 100644
--- a/Source/core/frame/NavigatorLanguage.idl
+++ b/Source/core/frame/NavigatorLanguage.idl
@@ -6,6 +6,5 @@
NoInterfaceObject,
] interface NavigatorLanguage {
readonly attribute DOMString? language;
- // TODO(mlamouri), implement this as part of bug 365123.
- // readonly attribute DOMString[] languages;
+ [CachedAttribute=hasLanguagesChanged] readonly attribute DOMString[] languages;
};
« no previous file with comments | « Source/core/frame/NavigatorLanguage.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698