Closed
Bug 1551878
Opened 6 years ago
Closed 6 years ago
[BinAST] Implement reading string dictionary
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla69
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
Once bug 1551473 gets fixed, we can now read brotli-compressed stream.
the first section is string dictionary, that I'm going to change to this https://github.com/binast/binjs-fbssdc/pull/11 format.
the first step would just implement this part for encoded JS file (not dictionary file)
| Assignee | ||
Comment 1•6 years ago
|
||
I'll go without https://github.com/binast/binjs-fbssdc/pull/11 change first, given the change regresses compression ratio.
Also, I'll go without supporting 0x01-escape first, given it has issue around 0x00
| Assignee | ||
Comment 2•6 years ago
|
||
filed https://github.com/binast/binjs-fbssdc/issues/12 for 0x01-escape issue.
| Assignee | ||
Comment 3•6 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/7d502b065b54
Implement reading string dictionary, without 0x01-escape handling. r=Yoric
Comment 5•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•