Closed
Bug 510874
Opened 16 years ago
Closed 16 years ago
Replace ZIP error codes with the NS_ERROR_ codes.
Categories
(Core :: Networking: JAR, defect)
Core
Networking: JAR
Tracking
()
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta5-fixed |
People
(Reporter: alfredkayser, Assigned: alfredkayser)
References
Details
Attachments
(1 file, 1 obsolete file)
18.80 KB,
patch
|
dietrich
:
approval1.9.2+
|
Details | Diff | Splinter Review |
Now that STANDALONE is removed, we should also replace the ZIP_ specific error codes with the normal NS_ERROR codes.
This is plain code cleanup, removing 'zipfile.h',
and replacing ZIP_ERR_MEMORY with NS_ERROR_OUT_OF_MEMORY, etc...
Assignee | ||
Comment 1•16 years ago
|
||
Also remove:
Remove ZIP_Seek
Remove #define ZFILE_CREATE PR_WRONLY | PR_CREATE_FILE
Both are not used.
Assignee | ||
Comment 2•16 years ago
|
||
Simple search and replace patch for code cleanup.
Attachment #398360 -
Flags: review?(tglek)
Comment 3•16 years ago
|
||
Comment on attachment 398360 [details] [diff] [review]
V1: Replace the ZIP_ errorcodes with the NS_ errorcodes
jar module is starting to look like nice code.
Attachment #398360 -
Flags: review?(tglek) → review+
Assignee | ||
Comment 4•16 years ago
|
||
Attachment #398360 -
Attachment is obsolete: true
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 5•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Attachment #404807 -
Flags: approval1.9.2?
Comment 6•16 years ago
|
||
Safe change, would like this in 192
Comment 7•16 years ago
|
||
Comment on attachment 404807 [details] [diff] [review]
V2: Updated to current trunk, ready for checkin
a=me per discussion w/ beltzner et al.
Attachment #404807 -
Flags: approval1.9.2? → approval1.9.2+
Comment 8•16 years ago
|
||
Updated•16 years ago
|
status1.9.2:
--- → final-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•