Open
Bug 1127583
Opened 10 years ago
Updated 1 month ago
Try to unzip malformed memory reports
Categories
(Toolkit :: about:memory, enhancement)
Toolkit
about:memory
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
Details
(Whiteboard: dom-lws-bugdash-triage)
If you try to load a file in about:memory that is actually a gzipped file, but it doesn't have gz in the file name, you get a parse error:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
It would be nice if when a JSON.parse failed, it attempted to unzip the file. The reverse is probably not useful.
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Updated•1 month ago
|
Type: defect → enhancement
| Reporter | ||
Updated•1 month ago
|
Whiteboard: dom-lws-bugdash-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•