Closed
Bug 1813050
Opened 2 months ago
Closed 2 months ago
Incorrect "Last modified" time when adding bookmarks from Library
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
111 Branch
People
(Reporter: epopescu, Assigned: daisuke)
References
(Regression)
Details
(Keywords: regression, Whiteboard: regression)
Attachments
(2 files)
Note
- Select to shown the column "Last modified" in Library(Views > Show columns > Last modified).
Found in
- Firefox 110.0b6
Affected versions
- Firefox 110.0b6
- Nightly 111.0a1
- Firefox 109.0
- Firefox 102.7.0esr
Tested platforms
- Affected platforms: Windows 10, macOS 13, Ubuntu 22.04
- Unaffected platforms: none
Steps to reproduce
- Open Library (Ctrl+Shift+O) in Firefox
- Select any bookmarks folder(Bookmarks Toolbar, Bookmarks Menu, Other Bookmarks) and right click to Add Bookmark
- Fill in all the necessary details(name, url) and click the Add button
Expected result
- The correct time, when the bookmark was added, is shown in the "Last modified" column.
Actual result
- The wrong time(1/20/1970 11:13 AM) is shown in the "Last modified" column when adding new bookmarks directly from the Library.
Regression range
- I've managed to narrow down the regression range to:
Last good : cc37b1400a58429d7d98556f6f64cd9fd2d73724
First bad: 0c84f40112a50d2ac1a4a9f714191b60f0eaaec1
Pushlog:https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=cc37b1400a58429d7d98556f6f64cd9fd2d73724&tochange=0c84f40112a50d2ac1a4a9f714191b60f0eaaec1
In my opinion, the possible culprit for this issue is Bug 1678626.
Additional notes
- The issue can be reproduced also by adding new bookmarks using the Organize > Add Bookmark... option.
The correct time is updated and shown in the "Last modified" column after navigating through the bookmarks folders from the left side menu.
Reporter | ||
Updated•2 months ago
|
Severity: -- → S3
Has STR: --- → yes
QA Whiteboard: regressionwindow-wanted
status-firefox109:
--- → affected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → affected
OS: Unspecified → All
Hardware: Unspecified → Desktop
Comment 1•2 months ago
|
||
:epopescu, if you think that's a regression, could you try to find a regression range using for example mozregression?
Reporter | ||
Updated•2 months ago
|
Updated•2 months ago
|
Keywords: regression
Comment 2•2 months ago
|
||
:daisuke, since you are the author of the regressor, bug 1678626, could you take a look?
For more information, please visit auto_nag documentation.
Flags: needinfo?(daisuke)
Updated•2 months ago
|
Assignee | ||
Comment 3•2 months ago
|
||
Thank you very much for your reporting, Ina!
I also could reproduce this issue. Will fix it.
Flags: needinfo?(daisuke)
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•2 months ago
|
||
Pushed by dakatsuka.birchill@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c415c9ceb78c Pass lastModified as PRTime to OnItemUrlChanged . r=mak
Comment 6•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Reporter | ||
Comment 7•2 months ago
|
||
Reproduced the issue on Nightly 111.0a1 (2023-02-05) on Windows 10 x64 by following the STR from Comment 1.
Verified as fixed on Nightly 111.0a1 (2023-02-07) on Windows 10 x64, macOS 13 and Ubuntu 22.04.
Status: RESOLVED → VERIFIED
Updated•2 months ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•