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 |
||
|---|---|---|
| .. | ||
| data | ||
| head.js | ||
| test_BackupResource.js | ||
| test_createBackup.js | ||
| test_measurements.js | ||
| test_MiscDataBackupResource.js | ||
| test_PlacesBackupResource.js | ||
| test_PreferencesBackupResource.js | ||
| xpcshell.toml | ||