Closed
Bug 1977703
Opened 1 month ago
Closed 1 month ago
Improve error handling when searching for address books of existing accounts
Categories
(Thunderbird :: Account Manager, task)
Tracking
(thunderbird141 wontfix, thunderbird142 fixed)
RESOLVED
FIXED
142 Branch
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When we scan for address books on existing accounts we could use a much more reliable system to handle errors during the search by using Promise.allSettled
(and processing the results) instead of Promise.all
+ try..catch
.
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Updated•1 month ago
|
status-thunderbird141:
--- → wontfix
status-thunderbird142:
--- → fixed
Keywords: checkin-needed-tb
Target Milestone: --- → 142 Branch
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/375ebbb7b203
More reliable error handling for account hub address book discovery. r=donoban-san
You need to log in
before you can comment on or make changes to this bug.
Description
•