Open
Bug 1908564
Opened 1 year ago
Updated 1 year ago
Backup restore dialog should default to the last backup if available
Categories
(Firefox :: Profile Backup, task, P3)
Firefox
Profile Backup
Tracking
()
ASSIGNED
People
(Reporter: fchasen, Assigned: fchasen)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-device-migration] )
Attachments
(1 file, 1 obsolete file)
Bug 1908564: Default to the last backup file path in the Backup restore dialog. r?#backup-reviewers!
48 bytes,
text/x-phabricator-request
|
Details | Review |
The last backup should be set as the backupFileToRestore
if one is found so users can restore that directly.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → fchasen
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Status: NEW → ASSIGNED
Updated•1 year ago
|
Severity: -- → N/A
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
- Sets the last backup file as the
backupFileToRestore
if it's available. - Fix destructuring error on canceling filepicker.
backupFilePath
->backupDirPath
for restore component.- Listen for return KeyEvent to accept restore dialog.
Assignee | ||
Comment 2•1 year ago
|
||
- If the
browser.backup.scheduled.last-backup-file
pref was set or a new backup is created,backupFileToRestore
will be set with that backup file path and used as the default path for the restore dialog input. - Adds a
_restoreFromBackupDialogShown
property for BackupSettings to defers setting the backup file to restore until the dialog is shown, as this will request information from the backup archive. - Allow re-initting the backup Scheduler for testing.
Depends on D219579
Updated•1 year ago
|
Attachment #9419819 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•