Closed
Bug 1752223
Opened 4 years ago
Closed 4 years ago
Directory listing no longer shows last modified time
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
98 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox96 | --- | wontfix |
| firefox97 | --- | wontfix |
| firefox98 | --- | fixed |
People
(Reporter: JanH, Assigned: JanH)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Instead of showing the date and then the last modified time, I'm getting something like this
1/19/2022 Wednesday, January 19, 2022
Comment 1•4 years ago
•
|
||
Greg, could you take a look?
Just loading file:///tmp/ was enough to reproduce.
Flags: needinfo?(gtatum)
| Assignee | ||
Comment 2•4 years ago
|
||
The directory listing code gets the last modified date and time in two separate
goes, so we need to pass in the appropriate date style on the first go and the
appropriate time style on the second go, just like the old code used to do.
Updated•4 years ago
|
Assignee: nobody → jh+bugzilla
Status: NEW → ASSIGNED
Updated•4 years ago
|
Updated•4 years ago
|
Has Regression Range: --- → yes
Updated•4 years ago
|
Flags: needinfo?(gtatum)
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/autoland/rev/66356649d92e
Restore last modified time in directory listing. r=gregtatum,necko-reviewers,valentin
Comment 4•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•