Cookies: wrong heading for hostOnly, isSecure and isHttpOnly columns
Categories
(DevTools :: Storage Inspector, defect, P2)
Tracking
(firefox69 verified)
Tracking | Status | |
---|---|---|
firefox69 | --- | verified |
People
(Reporter: i, Assigned: miker)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
(Firefox Developer Edition v68.0b4 on macOS 10.14.5.)
- Open Web Developer -> Storage Inspector -> Cookies.
Actual results:
The heading for the isHttpOnly
column is table.headers.cookies.isHttpOnly
(see screenshot). Since the column is usually narrow, the important part is usually hidden in ellipsis. I suppose the table.headers.cookies.
part isn't meant to be displayed.
Expected results:
The heading should just be isHttpOnly
, or even just httpOnly
.
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
•
|
||
I can confirm that the following l10n strings are missing:
- table.headers.cookies.hostOnly
- table.headers.cookies.isSecure
- table.headers.cookies.isHttpOnly
These strings were erroneously removed back in Firefox 51 by https://hg.mozilla.org/mozilla-central/rev/ca23fe6f13f4.
Assignee | ||
Comment 2•6 years ago
|
||
Whilst we are fixing this we should make the headers match the values used when creating cookies.
Assignee | ||
Comment 3•6 years ago
|
||
Changes
Set 1 - Match cookie creation strings, remove "on" and capitalize.
- Expires on => Expires
- Last accessed on => Last accessed
- Created on => Created
- sameSite => SameSite
Set 2 - Re-add missing strings
- table.headers.cookies.isHttpOnly=HttpOnly
- table.headers.cookies.isSecure=Secure
- table.headers.cookies.hostOnly=HostOnly
Comment 5•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 6•5 years ago
|
||
Confirmed with 68.0b14 Windows 10.
Fix verified with 69.0b8 on Windows 10, macoS 10.14. Ubuntu 16.04.
Description
•