Closed
Bug 11305
Opened 26 years ago
Closed 25 years ago
Reuse nsAppleSingleDecoder::PLstr*() routines in Install Wizard
Categories
(SeaMonkey :: Installer, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
M15
People
(Reporter: samir_bugzilla, Assigned: samir_bugzilla)
Details
Currently we have code duplication with Pascal string manipulation routines being
in nsAppleSingleDecoder, from XPInstall, and in the Install Wizard codebase. We
need to reuse the nsAppleSingleDecoder routines to help reducce code size.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M15
Assignee | ||
Comment 1•26 years ago
|
||
Setting target milestone to M15. We will determine by then whether we are using
PLStringFuncs. If so, we need not reuse nsAppleSingleDecoder::PLstr*() but in
fact macro these routines to PL_str*() in Mozilla (XPInstall) and PLstr*() from
PLStringFuncs in the Mac Install Wizard.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
This causes very minor code bloat and allows nsAppleSingleDecoder to be used
standalone (in 3 separate places currently: MIW, XPInstall, ASEncoder) without
being tweaked. Won't fix.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•