Bug 1159078 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I am not the best person to ask about the related code, as I am currently not much involved in DevTools development, but as far as I can see the limitation of the code is happening in network-response-listener.js[1] controlled by the `devtools.netmonitor.responseBodyLimit` preference and the preparation of the data and its display is done in ResponsePanel.js[2]. I redirected your request to Honza for further information on what exactly needs to be done, as he's the "master of the Network Monitor". :-)

Sebastian

[1] https://searchfox.org/mozilla-central/source/devtools/server/actors/network-monitor/network-response-listener.js#188-191
[2] https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/components/ResponsePanel.js#195-247
I am not the best person to ask about the related code, as I am currently not much involved in DevTools development, but as far as I can see the limitation of the code is happening in [/devtools/server/actors/network-monitor/network-response-listener.js](https://searchfox.org/mozilla-central/source/devtools/server/actors/network-monitor/network-response-listener.js#188-191) controlled by the `devtools.netmonitor.responseBodyLimit` preference and the preparation of the data and its display is done in [/devtools/client/netmonitor/src/components/ResponsePanel.js](https://searchfox.org/mozilla-central/source/devtools/client/netmonitor/src/components/ResponsePanel.js#195-247). I redirected your request to Honza for further information on what exactly needs to be done, as he's the "master of the Network Monitor". :-)

Sebastian

Back to Bug 1159078 Comment 6