Clarify the "Today" duration in the clear recent history dialog
Categories
(Toolkit :: Data Sanitization, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: adw, Assigned: shubhampharande8, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, priv-triaged, Whiteboard: [lang=js][lang=c++])
Attachments
(2 files)
Comment 1•16 years ago
|
||
Comment 2•6 years ago
|
||
This is getting some attention here: https://www.reddit.com/r/firefox/comments/eeq888/psa_if_you_click_clear_all_history_today_just/
FWIW, Chromium doesn't have a "today" option, using "last 24 hours". Safari shows today, but I haven't tested to see if it maps to last 24 hours.
Updated•3 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
•
|
||
We've decided to change the string from "Today" to "Since 12:00 AM". We have to make sure to code the string with localization in mind, Code 12:00 AM to appear in a local format (ie, en-GB = 00:00) using intl.DateTimeFormat. I would get the element this string is connected to, and make the change inside sanitizeDialog.js in the init() function. We would also have to make sure to update sanitize.ftl.
You can submit a patch for me to review once done! Thanks for taking this on
Updated•2 years ago
|
Comment 5•1 year ago
|
||
Comment 6•1 year ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 7•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 9•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•