283744 - expiration dates for cookies aren't in a human readable format
git-svn-id: svn://10.0.0.236/trunk@169933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7c8647d835
commit
5999ec1d23
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user