Closed
Bug 1124461
Opened 10 years ago
Closed 10 years ago
Netmonitor not properly parsing JSON responses
Categories
(DevTools :: Netmonitor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 982319
People
(Reporter: jsantell, Unassigned)
References
Details
Look at the JSON XHR's on this page (after entering in your bugzilla email) http://bugmotodo.org/ In the 'response' tab, it's all garbled like an encoding issue, with a JSON.parse error displaying.
Reporter | ||
Comment 1•10 years ago
|
||
Same with this demo here: http://binarymuse.github.io/ngInfiniteScroll/demo_async.html
Reporter | ||
Comment 2•10 years ago
|
||
Go to https://mozillians.org/en-US/u/jsantell/ and view network requests. Other than the images, 90% of the requests have the JSON parse error (even the HTML/CSS files are displayed as garbage). Appears to be only in e10s (On Fx38)
They are encoded, and we don't decode in the e10s yet.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•