gecko-dev/netwerk/test/unit
mats.palmgren@bredband.net 822959cac3 Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9 2008-01-15 02:22:58 -08:00
..
data Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9 2008-01-15 02:22:58 -08:00
head_channels.js 393624 check for unexpected status codes when resuming downloads r+sr+a=bz 2007-08-24 17:47:54 -07:00
test_authentication.js Re-enabling digest auth. tests, a=sayrer. 2007-05-19 17:33:28 -07:00
test_authpromptwrapper.js bug 354410 move auth prompt strings out of necko. also, use the correct 2006-09-28 20:11:33 +00:00
test_bug261425.js test for bug 261425 - a space in a url between the : and // does nothing.p=Ryan Jones <sciguyryan@gmail.com>r=biesi 2007-04-27 09:20:26 -07:00
test_bug263127.js 263127 close the tempfile output stream before calling the observer patch by Wladimir Palant <trev.moz@adblockplus.org> r=biesi sr=darin 2007-08-24 17:26:18 -07:00
test_bug321706.js Bug 321706 - Some elements of pages in sub-directories are not loaded if the URL ends by /.patch by Florian Quèze <f.qu@queze.net>, r+sr=cbiesinger 2007-06-03 07:31:14 -07:00
test_bug331825.js Bug 369787 - calling nsHttpChannel::SetContentType on a closed channel doesn't work as expected.p=Sylvain Pasche <sylvain.pasche@gmail.com>r=biesi, sr=darin 2007-05-13 10:09:52 -07:00
test_bug336501.js adding unit test for bug 336501. 2006-06-23 00:06:22 +00:00
test_bug337744.js Followup patch to deal with escaped characters, bug 367428 r=biesi 2007-02-26 16:57:48 +00:00
test_bug368702.js add unit test for bug 402013. 2007-12-04 18:28:37 -08:00
test_bug369787.js Bug 369787 - calling nsHttpChannel::SetContentType on a closed channel doesn't work as expected.p=Sylvain Pasche <sylvain.pasche@gmail.com>r=biesi, sr=darin 2007-05-13 10:09:52 -07:00
test_bug371473.js Bug 371473 - Stack overflow when URLs (jar:, view-source:, etc) are nested too deeply 2007-03-12 05:56:45 +00:00
test_bug376660.js extend test for bug 376660: also test failure cases. r=bz 2007-04-22 13:00:17 -07:00
test_bug376844.js Bug 376844 - Single quotes in URLs should be escaped. Patch by Wladimir Palant <trev.moz@adblockplus.org>. r=benjamin, sr=cbiesinger. 2007-06-17 05:29:08 -07:00
test_bug376865.js Bug 376865 - nsInputStreamPump::AsyncRead does not null check listenerp=Ryan Jones <sciguyryan@gmail.com>r+sr=biesi 2007-04-25 13:52:16 -07:00
test_bug388281.js Make SetPort actually update the internal offsets correctly. Bug 388281, r+sr=biesi 2007-07-16 21:48:47 -07:00
test_bug396389.js Fixing typos 2007-10-07 11:45:50 -07:00
test_content_sniffer.js Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg 2007-01-31 03:25:46 +00:00
test_cookie_header.js Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg 2007-01-31 03:25:46 +00:00
test_data_protocol.js move Listener and read_stream to its own head file so that it can be reused by other tests 2007-08-24 11:08:37 -07:00
test_dns_service.js Fix necko's test_dns_service.js test to treat ::1 the same as 127.0.0.1 for DNS resolution of localhost in order to fix Mac unit test failure now that IPv6 is enabled (as per bug 408881). 2008-01-05 00:10:56 -08:00
test_event_sink.js Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg 2007-01-31 03:25:46 +00:00
test_extract_charset_from_content_type.js Add a way to extract the charset and the position of the charset parameter from a content-type header. Use this in XMLHttpRequest to not clobber the non-charset parameters and not clobber the charset if it's already what we'll set, up to case. Apparently some broken servers are case-sensitive when looking at charsets! Bug 393968 (wherein the patch lies) and bug 397234, r+sr=biesi 2007-12-03 13:34:44 -08:00
test_file_protocol.js move Listener and read_stream to its own head file so that it can be reused by other tests 2007-08-24 11:08:37 -07:00
test_http_headers.js bug 250375 allow necko consumers to append to the Cookie header 2005-08-13 11:46:11 +00:00
test_httpcancel.js Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg 2007-01-31 03:25:46 +00:00
test_idnservice.js add unit test for bug 402013. 2007-12-04 17:03:08 -08:00
test_localstreams.js fixes bug 314325 "necko_unit_tests/test_localstreams.js fails" r=biesi 2005-10-29 17:26:12 +00:00
test_parse_content_type.js Make our content-type header parsing closer to spec (it wasn't allowing some 2005-07-25 20:27:04 +00:00
test_permmgr.js add unit test for permission manager. 2007-12-04 23:23:14 -08:00
test_plaintext_sniff.js Disabling again for now 2007-12-03 16:23:44 -08:00
test_protocolproxyservice.js Make it possible for protocol handlers to configure how CheckLoadURI should 2006-11-10 23:49:08 +00:00
test_readline.js Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9 2008-01-15 02:22:58 -08:00
test_reopen.js Bug 400392 - "necko unit test test_reopen.js fails randomly on qm-centos5-01" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=biesi] 2007-11-08 00:23:51 -08:00
test_resumable_channel.js Bug 398069 - Don't cancel resume-from-0 transfers for HTTP 200 responses. r=biesi, sr= biesi, a=sayrer 2007-10-13 12:09:52 -07:00
test_unescapestring.js add unit test for bug 372050 and the unescape parts of bug 350932; also, clarify comments for the ESCAPE_URL_ONLY_NONASCII flag. r+sr+a=bz 2007-08-31 13:19:37 -07:00