Closed
Bug 24412
Opened 26 years ago
Closed 1 years ago
Extract install script to memory, avoid temporary file
Categories
(Core Graveyard :: Installer: XPInstall Engine, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
Future
People
(Reporter: dveditz, Assigned: slogan)
References
Details
The nsIZipReader interface now supports a stream API. We no longer have to
extract to a file and then read the file into memory to give to the JS engine,
then delete the file -- instead we can extract it directly into the memory
buffer. This may help a bit with Mac performance especially.
sounds great! Samir, would you be interested in making this change?
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
Sure.
Updated•25 years ago
|
Target Milestone: M14 → M17
Reporter | ||
Comment 3•25 years ago
|
||
Resetting target field for missed milestones
Target Milestone: M17 → ---
Nominating.
Updated•16 years ago
|
QA Contact: jimmykenlee → xpi-engine
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•