Closed
Bug 66008
Opened 24 years ago
Closed 22 years ago
expand NS_XPCOM_SHUTDOWN_OBSERVER_ID to use NS_LITERAL_STRING
Categories
(Core :: XPCOM, defect, P2)
Tracking
()
VERIFIED
WONTFIX
mozilla1.2alpha
People
(Reporter: alecf, Assigned: alecf)
Details
right now, NS_XPCOM_SHUTDOWN_OBSERVER_ID is a #define'd const char*.. it should
really be defined with NS_LITERAL_STRING().get()
I'm going to have to update about 15 usage-sites, that's why a seperate bug.
http://lxr.mozilla.org/seamonkey/search?string=NS_XPCOM_SHUTDOWN_OBSERVER_ID
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9 → mozilla1.0
nav triage team:
Alec, just fix this. ;-) Code cleanup, so pushing out to mozilla1.2 to get off
triage radar.
Target Milestone: mozilla1.0 → mozilla1.2
Assignee | ||
Comment 2•22 years ago
|
||
heh, no need for this anymore, topics are ascii.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•