Closed Bug 1329859 Opened 8 years ago Closed 8 years ago

Remove NS_METHOD uses

Categories

(MailNews Core :: Backend, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 53.0

People

(Reporter: n.nethercote, Assigned: n.nethercote)

References

Details

Attachments

(1 file)

Bug 1329857 is going to remove NS_METHOD. The handful of uses in mailnews/ can be replaced easily.
Attachment #8825270 - Flags: review?(rkent)
Comment on attachment 8825270 [details] [diff] [review] Remove NS_METHOD uses Thanks. Looks like we should land this now since bug 1329857 has already landed and were practically busted. Just for my education: What's NS_IMETHODIMP?
Attachment #8825270 - Flags: review?(rkent) → review+
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 53.0
> Just for my education: What's NS_IMETHODIMP? IDL-style methods use NS_IMETHOD for their declaration, and NS_IMETHODIMP for their definition (if they have an out-of-class definition). NS_IMETHOD expands to |virtual nsresult|, and NS_IMETHODIMP expands to |nsresult|. And on Windows, they both also include something extra to use a different calling convention (i.e. the one used by xptcall).
Thanks. Could you kindly CC or r? me in the future since I'm usually faster than Kent. I'm also the dedicated TB maintainer and looking after trunk, Aurora, Beta and ESR. I only found this bug by accident (scanning new bugs for regressions) and had I not seen it, we would have run into (yet another) bustage. Of course I know that you usually give us heads-up and patches, which is much appreciated. So thanks again.
I'll try to remember to CC Jorg next time!
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: