Closed
Bug 232236
Opened 22 years ago
Closed 20 years ago
Profile Data Backups
Categories
(Firefox :: General, defect, P4)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 193567
Firefox1.0
People
(Reporter: bugs, Assigned: bugs)
Details
(Whiteboard: no l10n impact)
Attachments
(1 file)
7.20 KB,
application/x-xpinstall
|
Details |
Some data points in user profile that store data:
passwords
bookmarks
history
cookies
formhistory
prefs
Currently the bookmarks file is written to a temp file and then copied to
bookmarks.html only if the write succeeded, we need to make sure the other data
files adopt the same style of writing... but in addition we should keep the last
successfully written file in a backup file, such that if the browser is ever
loaded and the main file is NOT present we load the backup.
Chofmann experienced a crash in which his bookmarks file vanished. The next time
he loaded the app the default bookmarks appeared. If we had a backup file that
would have been loaded and things would have been peachy.
Assignee | ||
Comment 1•22 years ago
|
||
target.
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Firebird0.10
Assignee | ||
Updated•21 years ago
|
Target Milestone: Firefox1.0beta → After Firefox 1.0
Assignee | ||
Updated•21 years ago
|
Flags: blocking1.0+
Priority: P2 → P3
Target Milestone: After Firefox 1.0 → Firefox1.0
Assignee | ||
Updated•21 years ago
|
Priority: P3 → P4
Updated•21 years ago
|
Whiteboard: no l10n impact
Comment 2•21 years ago
|
||
p4 priority - not a blocker. if a fully reviewed patch materializes, please
nominate for aviary approval.
Flags: blocking-aviary1.0+ → blocking-aviary1.0-
Comment 3•21 years ago
|
||
Why don't we just impliment Pike's Bookmark Backup extension? Despite the name,
it can backup other files to an alternate location, including all those
mentioned above.
Comment 4•21 years ago
|
||
The actual extension to be considered is attached above. Thanks.
Comment 5•21 years ago
|
||
I get occasional power-blackouts, and this causes all my history to be lost if
there is a power-out while Firefox is running. This is very irritating to me
because then when I do a Google search I have no way of knowing which links I
have visited before and which I haven't.
As a fix, I would suggest that Firefox make a backup of the history.dat file on
startup. Then if Firefox quits without being shut down properly, the next time
it starts up it would revert to the previous backup of history.dat.
Comment 6•20 years ago
|
||
*** This bug has been marked as a duplicate of 193567 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•