Open
Bug 1907140
Opened 5 months ago
Updated 5 months ago
Move logic for updated scheduled-backups pref from `BackupUIParent.receiveMessage` to `BackupService.setScheduledBackups`
Categories
(Firefox :: Profile Backup, task, P3)
Firefox
Profile Backup
Tracking
()
NEW
People
(Reporter: kpatenio, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-device-migration])
As of https://phabricator.services.mozilla.com/D215826, we have code within receiveMessage
that handles file encryption/decryption as well as deletion if we detect a ToggleScheduledBackups
event. We could move all of it to the backup service itself, mainly in setScheduledBackups, so that the parent actor does not have to worry about such logic.
Severity: -- → N/A
Priority: -- → P3
Whiteboard: [fidefe-device-migration]
Updated•5 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•