Closed
Bug 1618100
Opened 5 years ago
Closed 5 years ago
Address book window does not update when books are added or removed
Categories
(Thunderbird :: Address Book, defect)
Thunderbird
Address Book
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 75.0
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
There's some XPCOM weirdness going on here that causes the address book listener to sometimes work but mostly not work.
Assignee | ||
Updated•5 years ago
|
Keywords: regression
Regressed by: 1614265
Assignee | ||
Comment 1•5 years ago
|
||
For a one-line fix that took a lot of figuring out. I don't know why sometimes the interface seemed to work and others not, but I suspect it has something to do with the XPCOM mechanism, which also explains why this wasn't a problem with a C++ AB manager.
Assignee | ||
Comment 2•5 years ago
|
||
I suspect this also caused bug 1617535 – both the test that the bug was really about, and the test I patched.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/867f7a2af4ca
Ensure address book window listener will QI to nsIAbListener. r=mkmelin (via chat)
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•5 years ago
|
Target Milestone: --- → Thunderbird 75.0
You need to log in
before you can comment on or make changes to this bug.
Description
•