Open Bug 1350059 Opened 7 years ago Updated 2 years ago

Response tab panel in network monitor doesn't render sometimes

Categories

(DevTools :: Netmonitor, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: brennan.brisad, Unassigned)

References

(Blocks 1 open bug)

Details

The Response panel doesn't render when looking at the POST request generated by the attachment for Bug 1344511, https://bug1344511.bmoattachments.org/attachment.cgi?id=8843629.  When clicking the Response-tab, whatever that is rendered in the panel below stays, as a re-render is not performed.

It won't render because of a "TypeError: mimeType is undefined" on this line
http://searchfox.org/mozilla-central/source/devtools/client/netmonitor/shared/components/response-panel.js#121

and `mimeType` is explicitly set to undefined here
http://searchfox.org/mozilla-central/source/devtools/shared/webconsole/network-monitor.js#607

For some reason, for that particular POST, `this.request` does not implement(?) the required interface.  `nsIChannel` I believe.
Component: Developer Tools → Developer Tools: Netmonitor
Thanks for reporting this issue. I can reproduce the issue in Nightly with https://bug1344511.bmoattachments.org/attachment.cgi?id=8843629.
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.