Closed
Bug 12609
Opened 26 years ago
Closed 25 years ago
Obsolete strings code
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: gagan, Assigned: morse)
Details
There is some obsolete strings code being used that should disappear now...
http://lxr.mozilla.org/seamonkey/source/extensions/wallet/src/wallet.cpp#492
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M12
Assignee | ||
Comment 1•26 years ago
|
||
Not needed for the beta release. Therefore pushing this out to M12.
Comment 2•26 years ago
|
||
This is something that needs to be done to clean up the char* allocation
problems that I'm fighting. In addition, nsCookie.cpp has 2 copies of this
code, some as Local_SA*() and the other copy as NET_SA*() ...
Assignee | ||
Updated•26 years ago
|
Target Milestone: M12 → M14
Assignee | ||
Comment 3•26 years ago
|
||
All post-beta bugs are being marked M14 (or later) per chofmanns' request.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
It's not clear anymore what this bug is referring to because the reference to
line 492 in wallet.cpp is obsolete (wallet.cpp has changed considerably since
August 27). But if it's what I think it is, this has all been cleaned up with a
recent sweep of wallet.cpp to make it i18n compliant. So I'm closing this out
as fixed. If you still see a problem, then reopen the bug and be more specific.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
It does indeed look fixed.
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•