Open
Bug 699616
Opened 13 years ago
Updated 2 years ago
Move extract function from nsJAR to nsZipArchive
Categories
(Core :: Networking: JAR, defect, P5)
Core
Networking: JAR
Tracking
()
NEW
People
(Reporter: vladan, Unassigned)
References
Details
(Keywords: perf, Whiteboard: [necko-would-take])
Attachments
(1 file)
7.10 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
To improve first run performance, we will be unpacking precreated SQLite databases from omni.jar on profile initialization(see bug 691268).
This change makes it easier to extract files from the omni.jar. The patch is copied from Michael Wu's work in Bug 556644 (attachment #4 [details] [diff] [review]).
Reporter | ||
Updated•13 years ago
|
Attachment #571809 -
Attachment is patch: true
Reporter | ||
Updated•13 years ago
|
Attachment #571809 -
Flags: review?(tglek)
Reporter | ||
Updated•13 years ago
|
Comment 1•13 years ago
|
||
Comment on attachment 571809 [details] [diff] [review]
Move extract function from nsJAR to nsZipArchive
I would've preferred a nsILocalFile parameter in nsZipArchive, but it's ok as is.
Attachment #571809 -
Flags: review?(tglek) → review+
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Reporter | ||
Updated•9 years ago
|
Assignee: vladan.bugzilla → nobody
Comment 2•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•