Restore "save password" check boxes in prompts after bug 1676216
Categories
(Thunderbird :: Upstream Synchronization, defect, P1)
Tracking
(thunderbird_esr91 unaffected, thunderbird92 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | unaffected |
| thunderbird92 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(2 files)
Bug 1676216 took the option for check boxes out of nsIPrompt and nsIPromptService, but we use those options for mail protocol authentication. In this bug I'll restore the check boxes in those prompts by going around the interfaces and opening the prompts directly.
It's possible we could do something better than these prompts, but let's decide that for ourselves when we are ready to.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
This patch adds our own implementation of nsIAuthPrompt, which opens prompts that have 'save password' check boxes.
| Assignee | ||
Comment 3•4 years ago
|
||
I haven't fixed CardDAV or calendar auth yet, just skipped the one test that relies on saving not happening automatically.
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/a2fce42fe403
Reinstate check boxes in password prompts after bug 1676216. r=mkmelin
| Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/a958db3428f7
Reinstate check boxes in password prompts for address books and calendars. r=mkmelin
Description
•