Bug 1244795 - adding a string for the default container under cookie manager, r=paolo

This commit is contained in:
Andrea Marchesini 2016-02-08 14:24:19 +00:00
Родитель f94d7e71d8
Коммит e4998cbcdc
3 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -505,6 +505,14 @@ var gCookiesWindow = {
return this._bundle.getString("expireAtEndOfSession");
},
_getUserContextString: function(aUserContextId) {
if (parseInt(aItem.originAttributes.userContextId) == 0) {
return this._bundle.getString("noUserContextLabel");
}
return UserContextUI.getUserContextLabel(aUserContextId);
},
_updateCookieData: function (aItem) {
var seln = this._view.selection;
var ids = ["name", "value", "host", "path", "isSecure", "expires", "userContext"];
@ -517,7 +525,7 @@ var gCookiesWindow = {
: this._bundle.getString("hostColon"),
isSecure: aItem.isSecure ? this._bundle.getString("forSecureOnly")
: this._bundle.getString("forAnyConnection"),
userContext: UserContextUI.getUserContextLabel(aItem.originAttributes.userContextId) };
userContext: this._getUserContextString(aItem.originAttributes.userContextId) };
for (var i = 0; i < ids.length; ++i) {
document.getElementById(ids[i]).disabled = false;
}

Просмотреть файл

@ -745,7 +745,7 @@ e10s.accessibilityNotice.enableAndRestart.accesskey = E
# usercontext.work.label,
# usercontext.shopping.label,
# usercontext.banking.label):
# These strings specify the four default contexts included in support of the
# These strings specify the four predefined contexts included in support of the
# Contextual Identity / Containers project. Each context is meant to represent
# the context that the user is in when interacting with the site. Different
# contexts will store cookies and other information from those sites in

Просмотреть файл

@ -129,6 +129,7 @@ cookiesFiltered=The following cookies match your search:
# For example this is the English string with numbers:
# removeSelectedCookied=Remove #1 Selected;Remove #1 Selected
removeSelectedCookies=Remove Selected;Remove Selected
noUserContextLabel=None
#### Offline apps
offlineAppsList.height=7em