зеркало из https://github.com/mozilla/gecko-dev.git
283744 - expiration dates for cookies aren't in a human readable format
This commit is contained in:
Родитель
4769f57b2c
Коммит
acaf0759b4
|
@ -478,7 +478,7 @@ var gCookiesWindow = {
|
|||
"expires"];
|
||||
if (aItem && !aItem.container && seln.count > 0) {
|
||||
properties = { name: aItem.name, value: aItem.value, host: aItem.host,
|
||||
path: aItem.path, expires: aItem.expires,
|
||||
path: aItem.path, expires: this.formatExpiresString(aItem.expires),
|
||||
isDomain: aItem.isDomain ? this._bundle.getString("domainColon")
|
||||
: this._bundle.getString("hostColon"),
|
||||
isSecure: aItem.isSecure ? this._bundle.getString("forSecureOnly")
|
||||
|
|
Загрузка…
Ссылка в новой задаче