Closed
Bug 255132
Opened 20 years ago
Closed 20 years ago
bookmarks.bak doesn't get updated past first write
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
1.24 KB,
patch
|
bugs
:
approval-aviary+
|
Details | Diff | Splinter Review |
From bug 218636, comment #26:
> On my system the bookmarks.bak file doesn't seem to get updated when
> bookmarks.html is changed and Firefox restarted, it simply stays the same as it
> was when first created (according to nsIFile.idl copyTo can fail if the target
> file already exists).
>
> Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040809 Firefox/0.9.1+
Assignee | ||
Comment 1•20 years ago
|
||
Removes the backup file first before doing CopyTo. Apparently, CopyTo only
fails if the target file exists on windows. (At least, it doesn't seem to do
so on linux.) Damn windows.
Assignee | ||
Updated•20 years ago
|
Attachment #155769 -
Flags: approval-aviary?
Comment 2•20 years ago
|
||
Comment on attachment 155769 [details] [diff] [review]
bookmarks-backup-fix-0.patch
a=me
Attachment #155769 -
Flags: approval-aviary? → approval-aviary+
Assignee | ||
Comment 3•20 years ago
|
||
in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•