Closed
Bug 1823726
Opened 2 years ago
Closed 2 years ago
Range clearing fails for IdentityCredentialStorageCleaner
Categories
(Core :: DOM: Credential Management, defect, P2)
Core
DOM: Credential Management
Tracking
()
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox111 | --- | wontfix |
firefox112 | --- | wontfix |
firefox113 | --- | fixed |
People
(Reporter: emz, Assigned: dye)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
TypeError: lazy.IdentityCredentialStorageService.deleteFromRange is not a function
The method the cleaner calls does not exist: https://searchfox.org/mozilla-central/rev/f078cd02746b29652c134b144f0629d47e378166/toolkit/components/cleardata/ClearDataService.sys.mjs#1438
I suspect this is meant to call https://searchfox.org/mozilla-central/source/toolkit/components/credentialmanagement/nsIIdentityCredentialStorageService.idl#34?
We should also add an automated test for this.
STR:
- enable fedcm via
dom.security.credentialmanagement.identity.enabled
- clear data via history -> clear recent history (check all categories)
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1782091
:bvandersloot, since you are the author of the regressor, bug 1782091, could you take a look?
For more information, please visit auto_nag documentation.
status-firefox111:
--- → affected
status-firefox112:
--- → affected
status-firefox113:
--- → affected
status-firefox-esr102:
--- → unaffected
Flags: needinfo?(bvandersloot)
Reporter | ||
Updated•2 years ago
|
Flags: needinfo?(bvandersloot)
Updated•2 years ago
|
Attachment #9325156 -
Attachment description: WIP: Bug 1823726 - Range clearing fails for IdentityCredentialStorageCleaner → Bug 1823726 - Range clearing fails for IdentityCredentialStorageCleaner
Updated•2 years ago
|
Assignee: nobody → dye
Attachment #9325156 -
Attachment description: Bug 1823726 - Range clearing fails for IdentityCredentialStorageCleaner → Bug 1823726 - Range clearing fails for IdentityCredentialStorageCleaner. r=#anti-tracking!
Status: NEW → ASSIGNED
Updated•2 years ago
|
Attachment #9325161 -
Attachment is obsolete: true
Pushed by pzuhlcke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9a13fdc6c1de
Range clearing fails for IdentityCredentialStorageCleaner. r=anti-tracking-reviewers,timhuang,pbz
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•