Search messages dialog doesn't clean itself up properly, breaks code coverage
Categories
(Thunderbird :: Search, defect)
Tracking
(thunderbird_esr115 fixed, thunderbird117 fixed)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
I've been looking into why some of the code coverage results show some code as not covered when I know it is. One test in particular seems to hide coverage data from earlier tests.
Long story short: the Search Messages dialog has an nsIMsgWindow
object that isn't cleaned up properly, somehow managing to poison the coverage data in files that dialog shares with other windows.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Pushed by martin@humanoids.be:
https://hg.mozilla.org/comm-central/rev/a3a6f8bd26b6
Fix leak of nsIMsgWindow object from various dialogs. r=mkmelin
Comment 3•2 years ago
|
||
Good for beta?
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Comment on attachment 9347796 [details]
Bug 1847680 - Fix leak of nsIMsgWindow object from various dialogs. r=#thunderbird-reviewers
[Triage Comment]
APproved for beta
Comment 5•2 years ago
|
||
bugherder uplift |
Thunderbird 117.0b5:
https://hg.mozilla.org/releases/comm-beta/rev/2afdba59e0af
Comment 6•2 years ago
|
||
Comment on attachment 9347796 [details]
Bug 1847680 - Fix leak of nsIMsgWindow object from various dialogs. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 7•2 years ago
|
||
bugherder uplift |
Thunderbird 115.2.1:
https://hg.mozilla.org/releases/comm-esr115/rev/4ee8edddf6a3
Description
•