Closed
Bug 1904727
Opened 1 year ago
Closed 1 year ago
Encryption checkbox in settings page does not show correct encryption state on startup
Categories
(Firefox :: Profile Backup, defect, P3)
Firefox
Profile Backup
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: kpatenio, Assigned: kpatenio)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-device-migration])
Attachments
(1 file)
While working on Bug 1893295, I noticed that encryption state is not displayed correctly in the settings page when starting up the profile. Here's a way to reproduce the issue:
- Enable encryption for a profile's backup, either through the debug UI or through the patches for Bug 1893295
- Restart the session and navigate to about:preferences / about:settings
Expected:
- the sensitive data checkbox should be checked, indicating that encryption is enabled
Actual:
- the sensitive data checkbox is not checked
- one way to see it properly update is to go to the debug UI and then navigate to the settings page again
Notes:
- the likely reason for this issue is due to not calling
BackupService.loadEncryptionState
(which we actually do in the debug UI)
Severity: -- → S3
Priority: -- → P3
Whiteboard: [fidefe-device-migration]
Updated•1 year ago
|
Updated•1 year ago
|
Attachment #9409578 -
Attachment description: WIP: Bug 1904727 - call loadEncryptionState once BackupService is connected. r=#backup-reviewers! → Bug 1904727 - call loadEncryptionState once BackupService is connected. r=#backup-reviewers!
Pushed by kpatenio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47872de0a175
call loadEncryptionState once BackupService is connected. r=backup-reviewers,mconley
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•