Closed
Bug 974498
Opened 11 years ago
Closed 11 years ago
Refactor XPIProvider's private zip utilities into a ZipUtils.jsm
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: janx, Assigned: janx)
References
Details
Attachments
(1 file, 5 obsolete files)
(deleted),
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
XPIProvider defines two generic zip extraction methods that, if exposed, could be reused elsewhere in the code base. They should be extracted into a new ZipUtils.jsm module.
Assignee | ||
Updated•11 years ago
|
Blocks: one-click-new-app
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8378417 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Summary: Refactor XPIProvider's private zip utilities into a ZipUtils.jsm to make them reusable → Refactor XPIProvider's private zip utilities into a ZipUtils.jsm
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8378436 [details] [diff] [review]
Refactor XPIProvider's private zip utilities into a ZipUtils.jsm to make them reusable.
Dave, care to take a look?
Attachment #8378436 -
Flags: review?(dtownsend+bugmail)
Comment 4•11 years ago
|
||
Comment on attachment 8378436 [details] [diff] [review]
Refactor XPIProvider's private zip utilities into a ZipUtils.jsm to make them reusable.
Breaking this into its own module means we should probably have a few tests for it, separate from the add-ons manager stuff.
Attachment #8378436 -
Flags: review?(dtownsend+bugmail) → review-
Updated•11 years ago
|
Component: File Handling → General
Product: Firefox → Toolkit
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8378436 -
Attachment is obsolete: true
Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8387408 -
Attachment is obsolete: true
Assignee | ||
Comment 7•11 years ago
|
||
Attachment #8387641 -
Attachment is obsolete: true
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8387645 [details] [diff] [review]
Refactor XPIProvider's private zip utilities into a ZipUtils.jsm. r=Mossop
Rebased, fixed, added tests, ready for round #2.
Attachment #8387645 -
Flags: review?(dtownsend+bugmail)
Comment 9•11 years ago
|
||
Comment on attachment 8387645 [details] [diff] [review]
Refactor XPIProvider's private zip utilities into a ZipUtils.jsm. r=Mossop
I'm assuming the code in the module is just a straight copy/paste with no other changes. If there are please flag them for me and ask for review again otherwise this is good to go.
Attachment #8387645 -
Flags: review?(dtownsend+bugmail) → review+
Assignee | ||
Comment 10•11 years ago
|
||
Thanks for the review Dave! The move was mostly a straight cut & paste, but I had to modify a few minor things (function structure and logging). Flagging you on these changes just in case.
Attachment #8389119 -
Flags: review?(dtownsend+bugmail)
Comment 11•11 years ago
|
||
Comment on attachment 8389119 [details] [diff] [review]
changes.diff
Review of attachment 8389119 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, looks good.
Attachment #8389119 -
Flags: review?(dtownsend+bugmail) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 12•11 years ago
|
||
Comment on attachment 8389119 [details] [diff] [review]
changes.diff
Great, thanks Dave! Marking diff as obsolete to avoid confusions.
Attachment #8389119 -
Attachment is obsolete: true
Comment 13•11 years ago
|
||
Comment 14•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla30
Blocks: 981482
You need to log in
before you can comment on or make changes to this bug.
Description
•