Closed
Bug 1323406
Opened 8 years ago
Closed 8 years ago
Port Bug 1323042 to mailnews: Remove calls to MOZ_COUNT_CTOR and MOZ_COUNT_DTOR
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 53.0
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
References
Details
Attachments
(1 file)
4.86 KB,
patch
|
Details | Diff | Splinter Review |
See for example here:
https://hg.mozilla.org/mozilla-central/rev/f347515b29ae#l1.12
Assignee | ||
Comment 1•8 years ago
|
||
The compile errors I can see on the tree are in:
nsMsgThread.cpp 3x
nsImapMailFolder.cpp 2x
nsNewsFolder.cpp 2x
There are more uses in mailnews/ in
nsAbWinHelper.cpp
nsMapiAddressBook.cpp
nsWabAddressBook.cpp
nsMsgCopyService.cpp
nsMsgKeySet.cpp
nsMsgLineBuffer.cpp
morkStore.cpp
Right now I'm doing a local compile with only the first three files changed. Oops, just failed on morkStore.cpp. I'll proceed incrementally.
Assignee | ||
Updated•8 years ago
|
Version: 52 Branch → 53 Branch
Assignee | ||
Comment 2•8 years ago
|
||
With this patch, the build went through.
Try here:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=9277d35349e80bca18a7e4eb08a9cea4cba99f97
Assignee: nobody → jorgk
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/comm-central/rev/f10e840262ddbbad24db1642906cf6643622665f
Apparently only classes derived from nsISupports needed to have these calls removed.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 53.0
You need to log in
before you can comment on or make changes to this bug.
Description
•