Closed
Bug 529822
Opened 16 years ago
Closed 12 years ago
need the ability to unzip files locally
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(1 file, 1 obsolete file)
|
5.55 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
this is a bug to hold a patch that will allow us to unzip files locally on the device instead of copying over the hundreds of files individually.
I have also added basic functionality for converting the slashes form \ to / in the case of http* cli args.
| Assignee | ||
Updated•16 years ago
|
Attachment #413330 -
Flags: review?(bugmail)
Updated•16 years ago
|
Attachment #413330 -
Attachment mime type: application/octet-stream → text/plain
Updated•16 years ago
|
Attachment #413330 -
Attachment is patch: true
| Assignee | ||
Comment 1•16 years ago
|
||
Blassey, this uses the 7z library that alexp has created. I have tested this on .exe files produced by releng on the ftp site (it unzips and I can run fennec) as well as using '7z a xpcshell.7z xpcshell/*' generated files and it works great.
There is also a fix for the http:// args that we need to get going. This is one issue that aki is blocked on to get talos winmo going again.
Assignee: nobody → jmaher
Attachment #413330 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #414055 -
Flags: review?(bugmail)
Attachment #413330 -
Flags: review?(bugmail)
Comment 2•16 years ago
|
||
Comment on attachment 414055 [details] [diff] [review]
unzp support + fix / to \ problem for http:// args
not a huge fan of the http:// work around. But I don't want to block on it, so let's land this and look for a better solution later.
r+ with some nits, which I'll fix when I push
Attachment #414055 -
Flags: review?(bugmail) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
we have had zip functionality in the agent for a few years.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: New Frameworks → General
You need to log in
before you can comment on or make changes to this bug.
Description
•