Closed
Bug 1660835
Opened 5 years ago
Closed 5 years ago
Support reading/writing with lz4 compression in IOUtils
Categories
(Toolkit Graveyard :: OS.File, task)
Toolkit Graveyard
OS.File
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: mail, Assigned: mail)
References
Details
Attachments
(1 file)
OS.File allows reading/writing compressed files with the option { compression: 'lz4' }
.
IOUtils should add support for this option to its read
and writeAtomic
methods, as well as their UTF-8 variants.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → krourke
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fb0e2ef2d60d
Add LZ4 compression options to IOUtils read and write methods r=barret,Gijs
Comment 3•5 years ago
|
||
Backed out for build bustages. See https://bugzilla.mozilla.org/show_bug.cgi?id=1660328#c11
Backout by rmaries@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/69c9cafe09e9
Backed out 2 changesets (bug 1660835, bug 1660328) for build bustages on IOUtils.h. CLOSED TREE
Pushed by brennie@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/821348f49460
Add LZ4 compression options to IOUtils read and write methods r=barret,Gijs
Comment 6•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•