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•5 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•2 years ago
|
Updated•10 months ago
|
Comment 4•9 months 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•9 months ago
|
Comment 5•7 months ago
|
||
Comment 6•5 months 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•3 months ago
|
||
Updated•3 months ago
|
Updated•3 months ago
|
Comment 9•3 months ago
|
||
bugherder |
Updated•3 months ago
|
Description
•