Closed
Bug 1402350
Opened 7 years ago
Closed 7 years ago
Update Brotli library to 1.0.1 version
Categories
(Core :: Graphics: Text, defect, P3)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla58
People
(Reporter: tjr, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [third-party-lib-audit][gfx-noted])
Attachments
(1 file)
240.19 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
This is a (semi-)automated bug making you aware that there is an available upgrade for an embedded third-party library. You can leave this bug open, and it will be updated if a newer version of the library becomes available. If you close it as WONTFIX, please indicate if you do not wish to receive any future bugs upon new releases of the library.
brotli is currently at version 0.6.0 in mozilla-central, and the latest version of the library released is 1.0.1.
I fetched the latest version of the library from https://github.com/google/brotli/.
Updated•7 years ago
|
status-firefox57:
--- → wontfix
Priority: -- → P3
Whiteboard: [third-party-lib-audit] → [third-party-lib-audit][gfx-noted]
Comment 1•7 years ago
|
||
Brotli v1.0.1 changelog
> This is a source-only release. Binaries (except version) are the same
>
> updated README.md
> fixed parallel exeuction of CMake "compatibility" tests
Brotli v1.0.0 changelog
> API changes
>
> new CLI; bro -> brotli; + man page
> remove "custom dictionary" support
> add ability to side-load brotli RFC dictionary
> add decoder API to avoid ringbuffer reallocation
> PY streaming decompression support
> PY wrapper accepts memview
>
> New features
>
> C# decoder (transpiled from Java)
> JS decoder (transpiled from Java)
> JNI wrappers
>
> Improvements
>
> speedup Java decoder
> speedup compression of RLE-ish data
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
status-firefox58:
affected → ---
Flags: needinfo?(jfkthame)
Keywords: perf
OS: Unspecified → All
Hardware: Unspecified → All
Summary: Update Brotli to 1.0.1 → Update Brotli library to 1.0.1 version
Assignee | ||
Comment 2•7 years ago
|
||
Let's see what tryserver thinks: https://treeherder.mozilla.org/#/jobs?repo=try&revision=b709c3fc36818672b3478d5d466ead10f0be4d56
Assignee | ||
Comment 3•7 years ago
|
||
Comment on attachment 8911603 [details] [diff] [review]
Update Brotli library to release 1.0.1
Pretty routine library update. The only manual changes here are naming tweaks to the update.sh script, and to the cmd-line tool name in moz.build; otherwise, it's simply the result of running ./update.sh.
Flags: needinfo?(jfkthame)
Attachment #8911603 -
Flags: review?(mh+mozilla)
Updated•7 years ago
|
Attachment #8911603 -
Flags: review?(mh+mozilla) → review+
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/82c4de44f947
Update Brotli library to release 1.0.1. r=glandium
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•7 years ago
|
Assignee: nobody → jfkthame
You need to log in
before you can comment on or make changes to this bug.
Description
•