gecko-dev/netwerk/test/mochitests
Ehsan Akhgari c2e08ee61a Bug 1347425 - Part 1: Move site-specific Navigator.userAgent overrides to a more efficient C++ implementation; r=baku,schien
Necko computes this information in order to set the User-Agent header in
the parent process.  This header is set on all outgoing requests, and
therefore in the content process we can easily copy the value of this
header from the document channel object instead of the inefficient sync
IPC that currently happens in order to access the JavaScript
implementation living in the parent process.
2017-03-28 22:10:33 -04:00
..
empty.html Bug 1142083 - Add test for IDN Unicode domain redirect r=mcmanus 2015-06-20 00:03:57 +03:00
file_loadinfo_redirectchain.sjs Bug 1194052 - LoadInfo redirectchain tests (r=mayhemer) 2015-10-31 15:22:31 -07:00
method.sjs
mochitest.ini Bug 1310297 - Remove test annotations using b2g, mulet or gonk: netwerk. r=RyanVM 2016-11-05 11:29:21 +01:00
partial_content.sjs
redirect_idn.html Bug 1142083 - Add test for IDN Unicode domain redirect r=mcmanus 2015-06-20 00:03:57 +03:00
redirect_idn.html^headers^ Bug 1142083 - Add test for IDN Unicode domain redirect r=mcmanus 2015-06-20 00:03:57 +03:00
redirect.sjs Bug 1234575 - Empty fragment is ignored in URI of location header r=mcmanus 2016-03-10 00:41:17 +01:00
rel_preconnect.sjs Bug 580313 - New resource hints for link. r=smaug 2016-02-26 02:41:00 +01:00
signed_web_packaged_app.sjs Bug 1299500 - Get rid of DeviceStorage API - part 10 - DeviceStorage, r=ehsan, r=billm 2017-03-08 20:15:45 +01:00
test_arraybufferinputstream.html Bug 1298773 - Make ArrayBufferInputStream copy its input buffer. r=jonco a=abillings 2016-10-31 17:48:04 -04:00
test_idn_redirect.html Bug 1142083 - Add test for IDN Unicode domain redirect r=mcmanus 2015-06-20 00:03:57 +03:00
test_loadinfo_redirectchain.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_partially_cached_content.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_redirect_ref.html Bug 1234575 - Empty fragment is ignored in URI of location header r=mcmanus 2016-03-10 00:41:17 +01:00
test_rel_preconnect.html Bug 1260498 - Make test_rel_preconnect work in e10s mode. r=mcmanus 2016-03-28 16:43:01 -07:00
test_uri_scheme.html Bug 1338154 - not normalize ipv4 for resource and chrome uri. r=valentin 2017-02-13 03:10:00 +08:00
test_user_agent_overrides.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test_user_agent_updates_reset.html
test_user_agent_updates.html Bug 1347425 - Part 1: Move site-specific Navigator.userAgent overrides to a more efficient C++ implementation; r=baku,schien 2017-03-28 22:10:33 -04:00
test_viewsource_unlinkable.html Bug 1172165 - check all nested URI schemes in CAPS. Make view-source dangerous to load, and about: URIs use per-URI flags so they keep working, r=bz 2015-12-11 08:06:41 -05:00
test_xhr_method_case.html
user_agent_update.sjs Bug 1148544 - Update tests to work with new way of handling user agent overrides. r=jchen 2016-02-22 15:57:18 -06:00
user_agent.sjs Bug 1148544 - Update tests to work with new way of handling user agent overrides. r=jchen 2016-02-22 15:57:18 -06:00
web_packaged_app.sjs