gecko/browser/devtools/netmonitor
Felix Crux d01314ff24 Bug 905226 - Identify custom JSON MIME-types as text. r=vporof
MIME types that can't be identified as textual are base64 encoded before
being shown in the Network Monitor tab of the developer tools. This text
detection wasn't identifying "custom" JSON MIME-types like
"application/x-bigcorp-api-json" as being JSON, and consequently they were
shown in a rather unhelpful base64 form.

This patch extends and liberalizes the isTextMimeType method to identify
these forms correctly.
2013-09-20 10:20:44 -04:00
..
test Bug 905226 - Identify custom JSON MIME-types as text. r=vporof 2013-09-20 10:20:44 -04:00
moz.build Bug 909101 - Load the netmonitor panel with the devtools loader. r=vporof, r=gps 2013-08-25 11:57:52 +02:00
netmonitor-controller.js Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past 2013-09-13 16:23:13 +03:00
netmonitor-panel.js Bug 909101 - Load the netmonitor panel with the devtools loader. r=vporof, r=gps 2013-08-25 11:57:52 +02:00
netmonitor-view.js Bug 905226 - Identify custom JSON MIME-types as text. r=vporof 2013-09-20 10:20:44 -04:00
netmonitor.css Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof 2013-06-26 12:09:59 +03:00
netmonitor.xul Bug 910085 - The netmonitor sidepane resize should redraw the waterfalls, r=vporof 2013-08-28 00:55:48 -03:00