Closed
Bug 1832490
Opened 2 years ago
Closed 1 years ago
use `addLoginAsync` instead of `addLogin` in LoginManagerAuthPrompter.promptUsernameAndPassword and LoginManagerAuthPrompter.promptPassword
Categories
(Toolkit :: Password Manager, task)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: joschmidt, Assigned: joschmidt)
References
(Depends on 2 open bugs)
Details
(Whiteboard: [fxcm-tech-debt])
Attachments
(1 file)
in toolkit/components/passwordmgr/LoginManagerAuthPrompter.sys.mjs
Updated•2 years ago
|
Updated•1 years ago
|
Assignee: nobody → joschmidt
Status: NEW → ASSIGNED
Pushed by joschmidt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05a4a11191f0
make LoginManagerAuthPrompter promts async r=credential-management-reviewers,necko-reviewers,jesup,dimi
Comment 3•1 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Comment 4•1 year ago
|
||
This change requires major refactoring in many areas ion Thunderbird, in a time when we were trying to finalize the yearly release.
Would you see any way to keep the old sync APIs in place for the ESR 115 version, and postpone the change to 116 or later?
Comment 5•1 year ago
|
||
The impact to TB might be smaller than I had anticipated, which might explain why we didn't see failures earliers.
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•