gecko/browser/devtools/netmonitor/test
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
..
browser_net_aaa_leaktest.js
browser_net_accessibility-01.js Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell 2013-05-24 21:36:51 +03:00
browser_net_accessibility-02.js Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell 2013-05-24 21:36:51 +03:00
browser_net_autoscroll.js Bug 873749 - SideMenuWidget shouldn't automatically scroll to bottom when there's a selected item, r=rcampbell 2013-05-24 20:10:07 +03:00
browser_net_content-type.js Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03:00
browser_net_copy_url.js Bug 892413 - Followup fixes for bug 887605, r=harth 2013-07-11 13:00:34 +03:00
browser_net_cyrillic-01.js Bug 866623 - Firefox spoils cyrillic text in the Network Monitor response tab - fix convertToUnicode misbehaving when a request has no attached contentCharset, r=rcampbell 2013-05-24 20:10:07 +03:00
browser_net_cyrillic-02.js Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
browser_net_filter-01.js Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past 2013-09-13 16:23:14 +03:00
browser_net_filter-02.js Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past 2013-09-13 16:23:14 +03:00
browser_net_filter-03.js Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past 2013-09-13 16:23:14 +03:00
browser_net_footer-summary.js Bug 873225 - Totals for displayed file sizes, r=rcampbell 2013-05-30 21:46:36 +03:00
browser_net_json_custom_mime.js Bug 905226 - Identify custom JSON MIME-types as text. r=vporof 2013-09-20 10:20:44 -04:00
browser_net_json-long.js Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03:00
browser_net_json-malformed.js Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell 2013-06-12 10:37:46 +03:00
browser_net_jsonp.js Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
browser_net_large-response.js Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03:00
browser_net_open_request_in_tab.js Bug 889944 - Add "Open in New Tab" context menu item on resources; r=harth 2013-08-27 13:39:44 +02:00
browser_net_page-nav.js Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03:00
browser_net_pane-collapse.js
browser_net_pane-toggle.js Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03:00
browser_net_post-data-01.js Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03:00
browser_net_post-data-02.js Bug 886067 - Netmonitor displays request sizes as "0 KB" after opening Console, r=msucan 2013-06-26 23:35:39 +03:00
browser_net_prefs-and-l10n.js
browser_net_prefs-reload.js Bug 866091 - Intermittent devtools/netmonitor/test/browser_net_prefs-reload.js | Test timed out | Found a tab after previous test timed out: http://example.com/browser/browser/devtools/netmonitor/test/html_simple-test-page.html and tons of fallout, r=rcampbell 2013-04-26 20:02:39 +03:00
browser_net_req-resp-bodies.js Bug 886067 - Netmonitor displays request sizes as "0 KB" after opening Console, r=msucan 2013-06-26 23:35:39 +03:00
browser_net_resend.js Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof 2013-06-26 12:09:59 +03:00
browser_net_simple-init.js Bug 886848 - Chain promises on netmonitor initialization/destruction to remove some redundancy, r=past 2013-07-10 11:40:51 +03:00
browser_net_simple-request-data.js Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03:00
browser_net_simple-request-details.js Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell 2013-06-12 10:37:46 +03:00
browser_net_simple-request.js Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03:00
browser_net_sort-01.js Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past 2013-09-13 16:23:14 +03:00
browser_net_sort-02.js Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past 2013-09-13 16:23:14 +03:00
browser_net_sort-03.js Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past 2013-09-13 16:23:14 +03:00
browser_net_status-codes.js Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell 2013-06-12 10:37:46 +03:00
browser_net_timeline_ticks.js Bug 859046 - Implement filtering out certain types of requests, r=rcampbell 2013-05-24 20:53:10 +03:00
head.js Bug 905226 - Identify custom JSON MIME-types as text. r=vporof 2013-09-20 10:20:44 -04:00
html_content-type-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_custom-get-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_cyrillic-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_filter-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_infinite-get-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_json-custom-mime-test-page.html Bug 905226 - Identify custom JSON MIME-types as text. r=vporof 2013-09-20 10:20:44 -04:00
html_json-long-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_json-malformed-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_jsonp-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_navigate-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_post-data-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_post-raw-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_simple-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_sorting-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
html_status-codes-test-page.html Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03:00
Makefile.in Bug 905226 - Identify custom JSON MIME-types as text. r=vporof 2013-09-20 10:20:44 -04:00
moz.build
sjs_content-type-test-server.sjs Bug 905226 - Identify custom JSON MIME-types as text. r=vporof 2013-09-20 10:20:44 -04:00
sjs_simple-test-server.sjs
sjs_sorting-test-server.sjs Bug 872379 - Intermittent browser_net_sort-02.js,browser_net_sort-03.js | Test timed out, Found a tab, r=dcamp 2013-05-15 18:20:21 +03:00
sjs_status-codes-test-server.sjs Bug 874419 - Intermittent browser_net_sort-01.js | The attached url is incorrect | The displayed file is incorrect | The tooltip file is incorrect | The displayed status is incorrect | The tooltip status is incorrect | The displayed size is incorrect..., r=me 2013-07-02 17:03:52 +03:00
test-image.png