fune/browser/components/backup
kpatenio ccd602ba69 Bug 1885609 - implement backup method for PlacesBackupResource. r=backup-reviewers,places-reviewers,mak,mconley
Implements `PlacesBackupResource.backup` to store a copy of `places.sqlite` and `favicons.sqlite` in the staging folder.

If users don't want history remembered or use permanent private browsing mode, we will backup bookmarks instead to a file called `bookmarks.json`. Automatic backup is not yet implemented, so to test changes locally, go to `chrome://browser/content/backup/debug.html` to view where we store the staging folder and to manually run the backup methods for all available backup resources.

Backup files for `PlacesBackupResource` should be under the `places` subfolder in the staging folder.

Differential Revision: https://phabricator.services.mozilla.com/D206532
2024-04-10 21:21:17 +00:00
..
content Bug 1888491 - Build a simple debug interface for BackupService. r=backup-reviewers,kpatenio 2024-04-03 13:37:35 +00:00
docs Bug 1885366 - Add BackupResource to the backups source docs. r=backup-reviewers,kpatenio 2024-03-18 17:54:19 +00:00
resources Bug 1885609 - implement backup method for PlacesBackupResource. r=backup-reviewers,places-reviewers,mak,mconley 2024-04-10 21:21:17 +00:00
tests/xpcshell Bug 1885609 - implement backup method for PlacesBackupResource. r=backup-reviewers,places-reviewers,mak,mconley 2024-04-10 21:21:17 +00:00
BackupResources.sys.mjs Bug 1883655 - Add disk size measurements for all addons and extensions data. data-review=jhirsch r=backup-reviewers,mconley,rpl 2024-04-04 21:43:41 +00:00
BackupService.sys.mjs Bug 1890294 - Add a requiresEncryption static getter on BackupResource for subclasses to override. r=backup-reviewers,places-reviewers,kpatenio 2024-04-09 15:15:34 +00:00
jar.mn Bug 1888491 - Build a simple debug interface for BackupService. r=backup-reviewers,kpatenio 2024-04-03 13:37:35 +00:00
metrics.yaml Bug 1883655 - Add disk size measurements for all addons and extensions data. data-review=jhirsch r=backup-reviewers,mconley,rpl 2024-04-04 21:43:41 +00:00
moz.build Bug 1883655 - Add disk size measurements for all addons and extensions data. data-review=jhirsch r=backup-reviewers,mconley,rpl 2024-04-04 21:43:41 +00:00