Closed
Bug 261643
Opened 21 years ago
Closed 21 years ago
remove string duplication in necko.properties
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla1.8alpha5
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
5.25 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
ioservice (and the ftp prot. handler) register lots of strings by name. that's
not needed, they can be found by error code too
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #160147 -
Flags: review?(darin)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8beta
Assignee | ||
Updated•21 years ago
|
Attachment #160147 -
Flags: superreview?(darin)
Comment 2•21 years ago
|
||
Comment on attachment 160147 [details] [diff] [review]
patch
great, thanks!
r+sr=darin
Attachment #160147 -
Flags: superreview?(darin)
Attachment #160147 -
Flags: superreview+
Attachment #160147 -
Flags: review?(darin)
Attachment #160147 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
Checking in netwerk/base/src/nsIOService.cpp;
/cvsroot/mozilla/netwerk/base/src/nsIOService.cpp,v <-- nsIOService.cpp
new revision: 1.176; previous revision: 1.175
done
Checking in netwerk/protocol/ftp/src/nsFtpProtocolHandler.cpp;
/cvsroot/mozilla/netwerk/protocol/ftp/src/nsFtpProtocolHandler.cpp,v <--
nsFtpProtocolHandler.cpp
new revision: 1.85; previous revision: 1.84
done
Checking in netwerk/resources/locale/en-US/necko.properties;
/cvsroot/mozilla/netwerk/resources/locale/en-US/necko.properties,v <--
necko.properties
new revision: 1.20; previous revision: 1.19
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Target Milestone: mozilla1.8beta → mozilla1.8alpha5
You need to log in
before you can comment on or make changes to this bug.
Description
•