Closed
Bug 435242
Opened 17 years ago
Closed 14 years ago
Remove NS_NewAtom usage from mailnews
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: prasad, Unassigned)
References
()
Details
(Whiteboard: [fixed by bugs 306324 and 377319])
Mailnews should not use NS_NewAtom, instead it should directly use the interfaces to create and use atoms.
| Reporter | ||
Updated•17 years ago
|
Comment 1•17 years ago
|
||
Why?
| Reporter | ||
Comment 2•17 years ago
|
||
Oops! I missed this in the description.
NS_NewAtom is not available under the frozen linkage, so is NS_RegisterStaticAtoms.
Keywords: checkin-needed
Comment 3•17 years ago
|
||
Ah, okay. :)
Probably needs a patch, though, before requesting checkin. ;-)
Keywords: checkin-needed
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 4•16 years ago
|
||
Prasad, are you working on this ?
Could someone give an example of code replacement ?
Updated•16 years ago
|
Assignee: prasad → nobody
Status: ASSIGNED → NEW
Comment 5•14 years ago
|
||
(In reply to Prasad Sunkari from comment #2)
> NS_NewAtom is not available under the frozen linkage, so is
> NS_RegisterStaticAtoms.
NS_NewAtom was replaced with MsgNewAtom in bug 377319.
NS_RegisterStaticAtoms was #ifdef'd in bug 306324.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
V.Fixed, per MXR.
Status: RESOLVED → VERIFIED
Flags: in-testsuite-
Whiteboard: [fixed by bugs 306324 and 377319]
You need to log in
before you can comment on or make changes to this bug.
Description
•