forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| content | ||
| docs | ||
| resources | ||
| tests/xpcshell | ||
| BackupResources.sys.mjs | ||
| BackupService.sys.mjs | ||
| jar.mn | ||
| metrics.yaml | ||
| moz.build | ||