Oonishi Atsushi
d6f58bdf37
Bug 282432 - XPCShell test. r=bz
2012-11-01 19:23:13 -04:00
Nick Hurley
684928aad9
Bug 536324 part 4 - Test to make sure 64-bit content length works. r=sworkman
2012-10-22 10:51:07 -07:00
Brian Smith
368d06569b
Bug 770243: Close cache input stream only when we're sure we don't need it in nsHttpChannel, r=bsmith for Honza's code, r=honzab for bsmith's changes
...
--HG--
extra : rebase_source : 6ea99a3a3cd3703cdd0b9a2e0c17dd71ffc3b3ac
2012-09-24 10:20:11 -07:00
Jason Duell
fa9262e827
Bug 756648 - Implement "cookie jars" for apps. r=biesi,smaug
...
--HG--
rename : netwerk/test/unit_ipc/test_cookie_wrap.js => netwerk/test/unit_ipc/test_cookie_header_wrap.js
2012-09-18 12:04:04 -04:00
Ehsan Akhgari
5236854e21
Bug 741059 - Part 1: Add APIs to nsIChannel to allow callers to override the private bit on the channel; r=jduell
...
This is probably the worst patch that I have ever written!
We add a setPrivate method to nsIPrivateBrowsingChannel which will be
implemented by channels who care about private browsing. This allows the
client to explicitly override the private bit on the channel.
NS_UsePrivateBrowsing is also taught about this override bit using the
internal nsIPrivateBrowsingChannel::IsPrivateModeOverriden API. This patch
implements the new API for HTTP, FTP and wyciwyg channels. This also
modifies the IPC implementations of these channels to correctly transfer that
bit to the parent process if it has been set in the child process channel.
2012-09-04 20:37:45 -04:00
Gordon P. Hemsley
5ac9e32ef9
Bug 672448 - Allow the Accept-Language header to have quality ('q') values up to 2 decimal places. r=biesi
2012-08-29 22:49:31 -04:00
Gordon P. Hemsley
9fb701aebc
Bug 672448 - Remove trailing whitespace. r=biesi
2012-08-27 21:21:20 -04:00
Ryan VanderMeulen
6a3f400fea
Backout 69154d62012c and b0b07ef904ea (bug 672448) due to warnings-as-errors red.
2012-08-29 22:22:16 -04:00
Gordon P. Hemsley
45c9f7dcaa
Bug 672448 - Allow Accept-Language header to have quality ('q') values up to 3 decimal places. r=biesi
...
--HG--
extra : rebase_source : 1257eb6a0a79d910821657582111fbb592443e9f
2012-08-29 17:58:25 -04:00
Gordon P. Hemsley
99ae08ba91
Bug 672448 - Remove trailing whitespace. r=biesi
...
--HG--
extra : rebase_source : e63c293d05aef2e8c34abbb12c5bd3ca355f0d7c
2012-08-27 21:21:20 -04:00
Masatoshi Kimura
ccb46c9985
Bug 779845 - Import PSL test from http://publicsuffix.org/list/test.txt . r=gerv.
2012-08-24 14:57:51 +01:00
Ms2ger
789db6da1e
Revert to changeset e048ac9eb279 for bustage.
2012-08-24 15:44:54 +02:00
Masatoshi Kimura
f3e77b149a
Bug 779845 - Incorporate the PSL test into our test system. r=bsmith.
2012-08-24 14:03:15 +01:00
Patrick McManus
bf2fc7df29
bug 780522 invalid port handling test case r=honzab
2012-08-09 20:38:37 -04:00
Patrick McManus
9da8009da8
bug 765048 - backout 3 digit accept-language q values r=biesi
2012-08-06 21:42:38 -04:00
Patrick McManus
5452bacad0
bug 767005 backout bug 235853 r=jduell
...
--HG--
extra : rebase_source : c5aee6699ad20b85c11d52ca70365d6adebaec7c
2012-07-24 22:40:34 -04:00
Thinker K.F. Li
f1aaa2b94e
Bug 767025 - Part 3: Testcase. r=gal
2012-07-16 20:38:47 -04:00
Josh Aas
9522e82e53
Bug 769782: Remove synchronous DNS resolution in network tests. r=mcmanus
2012-07-10 18:23:07 -04:00
Paul Adenot
d49383d722
Bug 767087 - xpcshell test r=jduell
2012-06-26 10:35:00 -07:00
Brian Smith
f08389ffdb
Bug 761228: Fix 304 response handling for custom conditional responses to prevent crash, r=jduell
...
--HG--
extra : rebase_source : 26494ad6bf23c3290f74fdd6ffc21a1db0b7f429
2012-06-28 12:34:32 -07:00
Michal Novotny
8f74a5debf
Bug 737615: Replace usage of openCacheEntry with asyncOpenCacheEntry in Necko unit tests, r=bsmith
...
--HG--
extra : rebase_source : 626a90178480b47f24956a86914fdc3e76cbd20b
2012-06-12 14:23:32 -07:00
Brian Smith
262448ab75
Bug 760955 - Fix null pointer dereference in mozilla::net::nsHttpChannel::InstallOfflineCacheListener, r=hurley
...
--HG--
extra : rebase_source : 7cc662e898a48b05836441591b72587d8e988b2f
2012-06-12 14:25:24 -07:00
Ryan VanderMeulen
b74e4a29db
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
061d4c2616
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
Gordon P. Hemsley
c8aa808d36
Bug 672448 - Clamp quality factor ('q') values to 3 decimal places. r=biesi
2012-06-09 19:01:59 -04:00
Jason Duell
81c6e2d90c
Bug 761932: Ensure OnStartRequest called in bug 738484 codepaths. r=mcmanus
2012-06-05 23:54:20 -07:00
Honza Bambas
22565351ec
Bug 753990 - Allow appcache to work with a custom cache (profile) folder within a single application, r=michal.novotny
2012-06-04 16:12:24 +02:00
Magnus Melin
bf65b90123
Bug 223681 - [mozTXTToHTMLConv] fails for links with ipv6 addresses. r=ben.bucksch, sr=cbiesinger
2012-05-28 22:07:56 +03:00
Ryan VanderMeulen
0757671832
Backout ff1f86491512:29e94992504b due to orange.
2012-05-09 20:02:40 -04:00
Oonishi Atsushi
592e502de4
Bug 282432 - Test. r=bz
2012-05-09 18:46:44 -04:00
Ed Morley
50eb27b549
Backout 12d1d626759c (bug 747215), 11b16556248e (bug 738484) for xpcshell failures on all platforms
2012-05-03 10:17:42 +01:00
Jason Duell
2026a449d3
Bug 738484: part 2: fix missing onStartRequest calls for some failed redirects. r=mcmanus
2012-05-03 00:28:57 -07:00
Nick Hurley
6f00f04785
Bug 719609 - Part 2: xpcshell harness support for running the node spdy server. r=ted
2012-04-25 20:12:33 -04:00
Nick Hurley
8a69e692d9
Bug 719609 - Part 1: Add some basic unit tests for SPDY. r=mcmanus,ted
2012-04-25 20:12:33 -04:00
Patrick McManus
b364acbc36
bug 723628 - speculative connect hint interface r=honzab sr=biesi
2012-04-25 08:54:42 -04:00
Jason Duell
03721779fd
Bug 742174 - Allow empty Location header. r=mcmanus
2012-04-09 16:50:35 -07:00
Patrick McManus
90c7b53cb5
bug 742935: fix landing problem with 717350 r=honzab
...
--HG--
rename : netwerk/test/unit/test_mismatch_lm.js => netwerk/test/unit/test_mismatch_last-modified.js
2012-04-09 10:21:28 -04:00
Sinker Li
571cafb2af
Bug 674728 - Part 2: Testcase for pinned application caches. r=honzab
2012-03-30 20:52:07 -04:00
Nick Hurley
44b99508e8
bug 712914 - add some sanity checking when (de)serializing security info in the disk cache. r=michal
2012-03-30 11:21:01 +02:00
Patrick McManus
31504a7ee5
bug 717350 doom cache entry on last-modified mismatch r=honzab
2012-03-22 19:39:31 -04:00
Patrick McManus
bba26f5a30
bug 597684 Implement HTTP Assoc-req and Banned Pipelines on nsHttpConnectionInfo r=honzab
2012-03-22 19:39:31 -04:00
Michal Novotny
2e1c0f11ff
Bug 722033 - Invalidate cache entry in nsHttpChannel::DoInvalidateCacheEntry() asynchronously
2012-03-22 23:54:20 +01:00
Derrick Rice
a921c7c6cf
Bug 732363 - Avoid running test_net_addr on windows; it is failing for unknown reasons (race?) r=jdm
2012-03-15 07:10:00 -04:00
Derrick Rice
ef2394dd2f
Bug 720846 Scriptable PRNetAddr and scriptable access to Self/Peer address in SocketTransport
...
Bug 720846 Scriptable PRNetAddr and scriptable access to Self/Peer address in SocketTransport
2012-02-29 06:19:00 -05:00
Ed Morley
2d6b93358f
Backout 6d239fd74f71 (bug 720846) for Windows build failures
2012-02-28 16:00:18 +00:00
Derrick Rice
4c7b066287
Bug 720846 Scriptable PRNetAddr and scriptable access to Self/Peer address in SocketTransport. r=biesi sr=bz
2012-02-28 05:34:00 -05:00
Patrick McManus
652c3b7d0b
bug 717524 - process a list of content-encoding response headers r=bz
...
--HG--
extra : rebase_source : 06599a663ecb6374196ca25be0ac74e68bbe78d9
2012-02-07 22:46:43 -05:00
Jeff Muizelaar
995c62066b
Bug 235853 - Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution. r=biesi,sworkman
2008-11-04 16:50:00 -05:00
bjarne@runitsoft.com
269dcf2b93
Bugs 715418 and 685804 - Test case for bug 650995 has wrong name / Intermittent failure in test_bug650955.js r=michal.novotny
...
--HG--
rename : netwerk/test/unit/test_bug650955.js => netwerk/test/unit/test_bug650995.js
2012-01-09 11:02:39 -05:00
Geoff Brown
069d4aa103
Bug 648429: HTTP cache: compress all compressible files - new test for appending to compressed stream; r=michal.novotny
2011-12-17 11:32:02 +01:00