Closed
Bug 1507525
Opened 6 years ago
Closed 6 years ago
Update brotli to 1.0.7
Categories
(Core :: Graphics: Text, enhancement, P3)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
(Whiteboard: [third-party-lib-audit][gfx-noted])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1493700 +++
Changes since 1.0.6:
* cross compilation support:
** added ability to run cross-compiled ARM tests in qemu
** added arm-linux-gnueabihf-gcc entry to Travis build matrix
* faster decoding on ARM:
** implemented prefetching HuffmanCode entry as uint32_t if target platform is ARM
** fixed NEON extension detection
** combed Huffman table building code for better readability
* improved precision of window size calculation in CLI
* minor fixes:
** fixed typos
** improved internal comments / parameter names
** fixed BROTLI_PREDICT_TRUE/_FALSE detection for SunPro compiler
** unburdened JNI (Bazel) builds from fetching the full JDK
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6ec9514939c0
Update brotli to 1.0.7. r=jfkthame
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•