Closed
Bug 18273
Opened 25 years ago
Closed 25 years ago
nsIZip/nsIJAR need to expose nsZipArchive's Close() method
Categories
(Core :: Networking: JAR, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: samir_bugzilla, Assigned: warrensomebody)
Details
The IDL definitions (and hence the nsIZip and nsIJAR interfaces) need to expose
the Close() method implemented in nsZipAcrhive. Clients (such as XPInstall) of
these two interfaces will need to call this method once it is exposed.
Assignee | ||
Updated•25 years ago
|
Assignee: sgehani → warren
Assignee | ||
Comment 1•25 years ago
|
||
I'll take this since I'm overhauling libjar now.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M12
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Done. Redesigned nsIJAR and nsIZip to be nsIZipReader (with Close method).
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
verified code changes
Bulk changing all JAR Installation component bugs to Installer: XPI Packages
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: Installer: XPI Packages → Installer
QA Contact: agracebush → general
Component: Installer → Networking: JAR
Product: SeaMonkey → Core
QA Contact: general → networking.jar
Target Milestone: M12 → ---
Version: Trunk → 1.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•