fune/browser/components/backup
Mike Conley 9dd96ec1eb Bug 1886614 - Write a marionette test for the BackupService.createBackup method. r=backup-reviewers,kpatenio
This test can be run via:

./mach marionette-test browser/components/backup/test/marionette/test_backup.py

This also makes it so that BackupResource.copySqliteDatabases does not throw if
one of the passed in database files doesn't exist - it'll just ignore it and
move on. This required me to update some tests in order to create some fake
SQLite databases to ensure that the fake Sqlite connection was made and the
backup stub was called for the SQLite databases being copied.

Finally, this also fixes something I noticed - some of our BackupResource's
weren't returning null or objects as their ManifestEntry. This fixes that
and adds tests to cover that case.

Differential Revision: https://phabricator.services.mozilla.com/D207811
2024-04-23 02:54:49 +00:00
..
content Bug 1887752 - Write a backup-manifest.json inside of the staging folder when creating a backup. r=backup-reviewers,fchasen 2024-04-17 18:48:04 +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 1886614 - Write a marionette test for the BackupService.createBackup method. r=backup-reviewers,kpatenio 2024-04-23 02:54:49 +00:00
tests Bug 1886614 - Write a marionette test for the BackupService.createBackup method. r=backup-reviewers,kpatenio 2024-04-23 02:54:49 +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 1886614 - Write a marionette test for the BackupService.createBackup method. r=backup-reviewers,kpatenio 2024-04-23 02:54:49 +00:00
jar.mn Bug 1887752 - Write a backup-manifest.json inside of the staging folder when creating a backup. r=backup-reviewers,fchasen 2024-04-17 18:48:04 +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 1886614 - Write a marionette test for the BackupService.createBackup method. r=backup-reviewers,kpatenio 2024-04-23 02:54:49 +00:00