Isaac Aggrey
61d7092334
Bug 794510: Part 3 - create NSPRFormatTime.h with temporarily undef'd NO_NSPR_10_SUPPORT for compatibility; r=ehsan
2012-10-11 13:16:29 -05:00
David Zbarsky
6d18b74223
Bug 801803: More nsresult as enum class creates warnings r=me
2012-10-16 00:26:51 -04:00
David Zbarsky
35ce833fdb
Backout 368cd30cccda for bustage
2012-10-15 23:52:17 -04:00
David Zbarsky
95cf6682cb
Bug 801803: More nsresult as enum class creates warnings r=me
2012-10-15 23:37:34 -04:00
David Zbarsky
226b7d9e12
Backout 14f09c2fb04c on CLOSED TREE
2012-10-15 21:19:30 -04:00
David Zbarsky
d8abbc0fc0
Bug 801803: More nsresult as enum class creates warnings r=me
2012-10-15 21:00:20 -04:00
David Keeler
2148728e6b
bug 786417 - filter the hsts preload list to sites that actually send the header r=bsmith, mayhemer
2012-10-15 14:43:57 -07:00
David Zbarsky
a898f8ae41
Bug 801803 - nsresult as enum class creates warnings in test files r=ehsan
2012-10-15 17:12:50 -04:00
Andrew Quartey
464807b57d
Bug 792581 - part 16: Replace LL_L2UI macro with uint32_t cast. r=ehsan
2012-10-12 13:29:11 -04:00
Patrick McManus
3bae158437
bug 799470 - pac dnsResolve wrong return code on error r=biesi
2012-10-09 13:52:26 -04:00
Patrick McManus
ba8363eb03
bug 797684 - http-on-modify-request can reflect ProxyInfo r=biesi
...
--HG--
extra : rebase_source : b3da738e1b08575e037b2f67f0e58044eb6e55dd
2012-10-08 20:19:08 -04:00
Andrew Quartey
9f926a0d71
Bug 792581 - part 10: Replace LL_SUB macro with mathematical minus operator. r=ehsan
2012-10-05 01:05:27 -04:00
Patrick McManus
e3e41e365c
bug 795905 call proxyservice::asyncresolve() when direct in case of filters r=biesi
...
--HG--
extra : rebase_source : c0d97222a8c5bad3ed8120c5a5a9cfdb7d3b8d6f
2012-10-04 15:08:26 -04:00
Isaac Aggrey
e496b51126
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
2012-09-28 14:55:23 -05:00
Patrick McManus
2571779f22
bug 791527 check compiler return on pac thread r=biesi
2012-09-27 13:29:34 -04:00
Patrick McManus
90715f05f5
bug 347307 - make pac myIPAddress() more accurate r=biesi
2012-09-14 16:27:46 -04:00
Patrick McManus
b0eb649bd8
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-14 16:27:46 -04:00
Brian Smith
6c05169f5f
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
Mounir Lamouri
1f63068bcf
Bug 792828 - Fix warnings in netwerk/test/. r=Ms2ger
2012-09-21 11:28:56 +01:00
Jason Duell
e8292ead1f
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
c4c18521be
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
Ed Morley
946a13d148
Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks
2012-09-17 16:54:09 +01:00
Patrick McManus
b6479d75e2
bug 347307 - make pac myIPAddress() more accurate r=biesi
2012-09-14 16:27:46 -04:00
Patrick McManus
cafe3619a5
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-14 16:27:46 -04:00
Ed Morley
1525bc6440
Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js
2012-09-13 22:42:29 +01:00
Patrick McManus
9d7ced3202
bug 347307 - make pac myIPAddress() more accurate r=biesi
2012-09-13 15:22:56 -04:00
Patrick McManus
22205a5249
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-13 15:22:56 -04:00
L. David Baron
25da45cb30
Followup to bug 648603: increase the number of connections that our test HTTP server will serve to the larger of the server limit or the proxy limit.
...
This should fix intermittent oranges in bug 536603 and bug 576543 that
were reintroduced this morning.
This is needed because the mochitest HTTP server is accessed as a proxy;
we set network.proxy.autoconfig_url to a data: URL.
2012-09-05 22:43:21 -07:00
Makoto Kato
c28c020a8f
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
2012-09-06 11:41:02 +09:00
Aryeh Gregor
010dc0fdf5
Bug 782594 - Don't return nsresult from main() (netwerk/); r=bz
2012-08-07 20:17:27 +03:00
Randell Jesup
eedf93a21d
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Gordon P. Hemsley
0b0f9f7fde
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
98660593a8
Bug 672448 - Remove trailing whitespace. r=biesi
2012-08-27 21:21:20 -04:00
Ryan VanderMeulen
ebd9d07ef7
Backout 69154d62012c and b0b07ef904ea (bug 672448) due to warnings-as-errors red.
2012-08-29 22:22:16 -04:00
Gordon P. Hemsley
da16040116
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
f6a87dc55a
Bug 672448 - Remove trailing whitespace. r=biesi
...
--HG--
extra : rebase_source : e63c293d05aef2e8c34abbb12c5bd3ca355f0d7c
2012-08-27 21:21:20 -04:00
julian.reschke@gmx.de
3405cca653
Bug 783502. r=jduell
2012-08-29 15:37:07 -07:00
Patrick McManus
fe8240cc4a
bug 758673 - nsprotocolproxyservice::asyncResolve applies filters twice r=biesi
...
--HG--
extra : rebase_source : ffae3554c9f73886692d8947850949520c6171d7
2012-08-27 16:25:53 -04:00
Valentin Gosu ext:(%2C%20Jason%20Duell%20%3Cjduell.mcbugs%40gmail.com%3E%2C%20Ms2ger%20%3CMs2ger%40gmail.com%3E)
b32522b36e
Bug 745296 - Enable FAIL_ON_WARNINGS in more of /netwerk r=jduell
2012-08-25 11:19:00 -07:00
Masatoshi Kimura
cad520f40a
Bug 779845 - Import PSL test from http://publicsuffix.org/list/test.txt . r=gerv.
2012-08-24 14:57:51 +01:00
Masatoshi Kimura
aa9efc7177
Bug 779845 - Update the PSL test to catch up with the .jp PSL update and fix test's bug about unlisted TLD. r=gerv.
2012-08-24 14:56:38 +01:00
Masatoshi Kimura
996e736045
Bug 779845 - Import PSL test from http://publicsuffix.org/list/test.txt . r=gerv.
2012-08-24 14:56:05 +01:00
Ms2ger
68106866d0
Revert to changeset e048ac9eb279 for bustage.
2012-08-24 15:44:54 +02:00
Masatoshi Kimura
b269e1f395
Bug 779845 - Incorporate the PSL test into our test system. r=bsmith.
2012-08-24 14:03:15 +01:00
Masatoshi Kimura
3af563e16b
Bug 779845 - Update the PSL test to catch up with the .jp PSL update and fix test's bug about unlisted TLD. r=gerv.
2012-08-24 14:02:25 +01:00
Masatoshi Kimura
6b5338284d
Bug 779845 - Import PSL test from http://publicsuffix.org/list/test.txt . r=gerv.
2012-08-24 14:01:43 +01:00
Mark Capella
c33263eef6
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Final, r=ted
...
Remove last three references, final cleanup
2012-08-23 08:16:44 -04:00
Ehsan Akhgari
57ac5ddc72
Merge the landing of bug 579517 to mozilla-inbound
2012-08-22 12:12:15 -04:00
julian.reschke@gmx.de
3d8ca5b94f
Bug 781693 - Accept ';' as delimiter after 'base64' keyword. r=bz
2012-08-22 06:57:02 -04:00
Ehsan Akhgari
0fd9123eac
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Phil Ringnalda
34d464d80a
Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
2012-08-14 23:32:06 -07:00
Mark Capella
65f6ce1100
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Netwerk, r=ted
2012-08-14 10:06:04 -04:00
Patrick McManus
ec32390333
bug 780522 invalid port handling test case r=honzab
2012-08-09 20:38:37 -04:00
Ms2ger
17e25febb8
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
2012-08-09 09:09:42 +02:00
Ms2ger
3f950b5744
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
2012-08-09 09:09:40 +02:00
Patrick McManus
e0aa811d8b
bug 765048 - backout 3 digit accept-language q values r=biesi
2012-08-06 21:42:38 -04:00
Gregory Szorc
e1f974fe11
Bug 759664 - Register testing-only JS modules with mochitests; r=ted
2012-08-06 14:22:09 -07:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Michal Novotny
f2d8f5e352
Bug 737615 - Remove use of synchronous cache API from unit tests - necko tests part2, r=honzab
2012-08-01 23:22:28 +02:00
Aryeh Gregor
903f6c9c84
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
2012-07-27 16:59:29 +03:00
Aryeh Gregor
e806eeab4f
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Patrick McManus
69378be6f2
bug 767005 backout bug 235853 r=jduell
...
--HG--
extra : rebase_source : c5aee6699ad20b85c11d52ca70365d6adebaec7c
2012-07-24 22:40:34 -04:00
Mounir Lamouri
72b86db435
Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking
2012-07-23 11:08:07 -07:00
Jason Duell
297baa7909
Bug 775119 - e10s: implement nsILoadContext in ParentChannels, remove PrivateBrowsingConsumer r=jdm
2012-07-22 15:35:33 -07:00
Masatoshi Kimura
4810c8b895
Bug 435028 - IPv6 sites not reachable when using IPv4 SOCKS proxy. r=biesi
2012-07-20 20:19:37 -04:00
Patrick McManus
4c858109e4
bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
...
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
2012-07-20 08:40:13 -04:00
Michal Novotny
45ff7d8227
Bug 769531 - Intermittent TEST-UNEXPECTED-FAIL | test/build/xpcshell/tests/netwerk/test/unit/test_304_responses.js | undefined == 304, r=bsmith
2012-07-18 01:07:59 +02:00
Felix Moeller
fd1b89bad2
Bug 774240 - Data URI parsing mis-detects "base64" parameter as extension. r=rjesup
2012-07-16 20:38:47 -04:00
Thinker K.F. Li
bd0f48d4b7
Bug 767025 - Part 3: Testcase. r=gal
2012-07-16 20:38:47 -04:00
Honza Bambas
c3d8ec5de2
Bug 760067 - Release all OfflineCache custom profile files ASAP after custom profile cache update has finished, r=michal
2012-07-11 20:20:17 +02:00
Michal Novotny
132fa0b1dc
Bug 737615 - Remove use of synchronous cache API from unit tests - minor fixies in necko tests, r=bsmith
2012-07-11 11:18:00 +02:00
Ryan VanderMeulen
89aff4650d
Backout 2838ba825479, 991404facac2, 7f6e22f10b99, 30a4e0cf7130, ad2c42efbe57, and 1f07f04ec01d (Bug 760067, Bug 767096, Bug 765158, Bug 729182) due to xpcshell orange.
2012-07-10 19:21:54 -04:00
Josh Aas
8c6af84bba
Bug 769782: Remove synchronous DNS resolution in network tests. r=mcmanus
2012-07-10 18:23:07 -04:00
Honza Bambas
0de47be014
Bug 760067 - Release all OfflineCache custom profile files ASAP after custom profile cache update has finished, r=michal
2012-07-10 23:49:17 +02:00
Ryan VanderMeulen
959e0d6234
Merge m-c to inbound.
2012-07-09 20:53:11 -04:00
Gregory Szorc
80b5ac1bfa
Merge mozilla-central into services-central
2012-07-03 09:55:45 -07:00
Richard Newman
c8abd6c7c8
Merge m-c to s-c.
2012-06-29 23:45:13 -07:00
Gregory Szorc
f85dc8cb5b
Bug 755196 - Allow httpd.js to be loaded as a testing module; r=mcmanus
2012-06-29 13:28:04 -07:00
Brian Smith
b89e4ef9a3
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
Brian Smith
ac9531b657
Backout change to netwerk/test/unit/test_bug651100.js from the patch for Bug 737615, a=bustage
...
--HG--
extra : rebase_source : 50d718395cafa292025452bb01a94fec9f4ae216
2012-06-28 19:39:48 -07:00
Paul Adenot
52928f6820
Bug 767087 - xpcshell test r=jduell
2012-06-26 10:35:00 -07:00
Nathan Froyd
a7eb97f896
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Michal Novotny
6735dbcad7
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
3c7495e4a0
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
Boris Zbarsky
b080cc3a18
Bug 558220 part 2. Fix a bug in the test HTTP header that caused it to misread headers when a packet boundary fell between the CR and LF at the end of a header value. r=waldo
2012-06-28 00:26:13 -04:00
Boris Zbarsky
6a3462cdd6
Bug 558220 part 1. Add more debugging spew to the test HTTP server. r=waldo
2012-06-28 00:26:12 -04:00
Ehsan Akhgari
695bd88cea
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (netwerk parts); r=jduell
2012-06-05 23:18:25 -04:00
Julian Reschke
713d34c28e
Bug 732369 - Content-Disposition parser does not require presence of ";" between params. r=jduell
2012-06-07 22:57:00 -07:00
Gordon P. Hemsley
d4f110a4ea
Bug 672448 - Clamp quality factor ('q') values to 3 decimal places. r=biesi
2012-06-09 19:01:59 -04:00
Jason Duell
5a4546914d
Bug 747215: Ensure redirect pathways always call both OnStart/OnStopRequest. r=biesi
2012-06-05 23:59:05 -07:00
Jason Duell
2e8ee258a4
Bug 761932: Ensure OnStartRequest called in bug 738484 codepaths. r=mcmanus
2012-06-05 23:54:20 -07:00
Geoff Lankow
00f3a215c9
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
2012-06-06 14:08:30 +12:00
Honza Bambas
5087829839
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
julian.reschke@gmx.de
60ea90cc12
Bug 730574: handle quoted-string unescaping in RFC 2231 continuation parameters. r=jduell
2012-05-28 16:14:04 -04:00
Magnus Melin
392cfd99d9
Bug 223681 - [mozTXTToHTMLConv] fails for links with ipv6 addresses. r=ben.bucksch, sr=cbiesinger
2012-05-28 22:07:56 +03:00
Patrick McManus
fada1ab692
bug 737470 patch 1 use ASpdySession to generically dispatch current version of spdy r=honzab
...
--HG--
rename : netwerk/protocol/http/SpdySession.cpp => netwerk/protocol/http/SpdySession2.cpp
rename : netwerk/protocol/http/SpdySession.h => netwerk/protocol/http/SpdySession2.h
rename : netwerk/protocol/http/SpdyStream.cpp => netwerk/protocol/http/SpdyStream2.cpp
rename : netwerk/protocol/http/SpdyStream.h => netwerk/protocol/http/SpdyStream2.h
2012-05-25 17:37:01 -04:00
Josh Matthews
44068a2ede
Bug 722845 - Part 3: Remove cache service use of private browsing service, and replace it with a single observer notification. r=michal.novotny
2012-05-24 16:31:54 +01:00
julian.reschke@gmx.de
7d5a2dd5d4
Bug 663057 - support RFC2231/5987 encoding for title parameter in HTTP link header fields. r=hsivonen
2012-05-21 06:31:00 -07:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Mike Hommey
e1c1bf2c5a
Bug 748001 - Use explicit targets for object files. r=ted
2012-05-15 07:44:32 +02:00
Mook
043178ccfc
Bug 485255 - Add path prefix handler to nsIHttpServer; r=biesi
2009-03-25 15:08:18 -07:00
Matt Brubeck
58eb5eeac0
Back out c209fea124e1 (bug 754198) because of Win64 build failure
2012-05-11 13:23:49 -07:00
Vivien Nicolas
710001520e
Bug 722197 - Add a preference to map some domain names to localhost r=mcmanus
2012-05-11 12:59:19 -07:00
Fabrice Desré
8c0c24a4a2
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
2012-05-11 12:34:24 -07:00
Ryan VanderMeulen
5024f21247
Backout ff1f86491512:29e94992504b due to orange.
2012-05-09 20:02:40 -04:00
Oonishi Atsushi
ded368f651
Bug 282432 - Test. r=bz
2012-05-09 18:46:44 -04:00
Gavin Sharp
0c63098b1d
Bug 738992: add some debug logging to try and figure out why this test fails intermittently
2012-05-08 09:45:32 -07:00
Ehsan Akhgari
ad0e54ab78
Merge from mozilla-central
2012-05-03 17:33:52 -04:00
Brian R. Bondy
0c07aa9fc7
Bug 670514 - LNK file test for Windows share security. r=bz
2012-05-03 15:23:32 -04:00
Geoff Brown
638b5cf15d
Bug 750817 - Do not rely on xpcomlib in netwerk xpcshell tests. r=jduell
2012-05-03 06:22:58 -04:00
julian.reschke@gmx.de
28994af8c9
Bug 693806: RFC2231/5987 encoding: charset information should be treated as authoritative. r=jduell
2012-04-29 13:40:00 -07:00
Nick Hurley
38d1f89f66
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
cfa33b1656
Bug 719609 - Part 1: Add some basic unit tests for SPDY. r=mcmanus,ted
2012-04-25 20:12:33 -04:00
Ed Morley
97b76808c2
Backout 12d1d626759c (bug 747215), 11b16556248e (bug 738484) for xpcshell failures on all platforms
2012-05-03 10:17:42 +01:00
Jason Duell
736a0ac89d
Bug 747215 - Ensure redirect pathways always call both OnStart/OnStopRequest. r=biesi
2012-05-03 00:35:55 -07:00
Jason Duell
9224679eeb
Bug 738484: part 2: fix missing onStartRequest calls for some failed redirects. r=mcmanus
2012-05-03 00:28:57 -07:00
Patrick McManus
9e0422c738
bug 723628 - speculative connect hint interface r=honzab sr=biesi
2012-04-25 08:54:42 -04:00
Ms2ger
945ee00ec1
Bug 605180 - Fix build warnings in netwerk/. r=jduell
2012-04-07 14:25:00 -07:00
Jason Duell
12220d4111
Bug 742174 - Allow empty Location header. r=mcmanus
2012-04-09 16:50:35 -07:00
Patrick McManus
0d8b095be3
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
Marco Bonardo
13f1c8ba2e
Bug 737841 - Part 3: remove no more useful redirectsMode query option.
...
r=dietrich rs=gavin
--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
2012-04-07 01:17:53 +02:00
Ms2ger
aab2ba895f
Backout bug 742805, 742778, 742775, 740974, 742765, 742761, 742092, 722197 for leaks.
2012-04-06 13:10:30 +02:00
Vivien Nicolas
a43515208a
Bug 722197 - Add a preference to map some domain names to localhost. r=mcmanus
2012-04-06 03:12:18 -07:00
Sinker Li
ebdd132bdd
Bug 674728 - Part 2: Testcase for pinned application caches. r=honzab
2012-03-30 20:52:07 -04:00
Nick Hurley
5774cb1a09
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
e8210a8959
bug 717350 doom cache entry on last-modified mismatch r=honzab
2012-03-22 19:39:31 -04:00
Patrick McManus
69d6b34474
bug 597684 Implement HTTP Assoc-req and Banned Pipelines on nsHttpConnectionInfo r=honzab
2012-03-22 19:39:31 -04:00
Michal Novotny
fc7977fd47
Bug 722033 - Invalidate cache entry in nsHttpChannel::DoInvalidateCacheEntry() asynchronously
2012-03-22 23:54:20 +01:00
julian.reschke@gmx.de
0b667bf265
Bug 714302: add suport for HTTP status code 308 r=mcmanus
...
--HG--
extra : rebase_source : 2e4a46ac5ebe89a36fb4b12b1985d07d674db5e8
2012-03-21 16:13:42 -04:00
julian.reschke@gmx.de
7ff75c5406
Bug 384571: RFC 2231 parameters not decoded when appearing in reversed order. r=jduell
2012-03-20 14:08:30 -07:00
Matt Brubeck
51ba20bc98
Back out 1bbe7ea3a01e through 672cc4ee2dd9 because of mochitest-browser-chrome leaks
2012-03-20 12:53:10 -07:00
Patrick McManus
c07a1b4659
bug 717350 doom cache entry on last-modified mismatch r=honzab
...
--HG--
extra : rebase_source : 5c8692c94bf7e5dcb2d381a85e06bddbabffe22c
2012-03-20 13:11:32 -04:00
Patrick McManus
f39205238b
bug 597684 Implement HTTP Assoc-req and Banned Pipelines on nsHttpConnectionInfo r=honzab
...
--HG--
extra : rebase_source : 26243e1af9e0554553520dae435cc4dcfd551746
2012-03-20 13:11:32 -04:00
Jason Duell
84bb1c7031
Backed out changeset cd5ac132e763
2012-03-15 23:36:01 -07:00
Jason Duell
2864e3bdc2
Backed out changeset cd5ac132e763
2012-03-15 23:35:51 -07:00
Jason Duell
6e4a5e4792
Backed out changeset 5aaec7f808b6
2012-03-15 20:55:44 -07:00
Jason Duell
e683c892ab
Bug 664163: I will back this out when xpcshell test_traceable.js fails eventually. r=jduell
2012-03-15 18:54:58 -07:00
julian.reschke@gmx.de
612101e42e
Bug 384571: RFC 2231 parameters not decoded when appearing in reversed order r=jduell
2012-03-04 14:12:00 -08:00
Jason Duell
1427947aa0
Bug 648878 - I will backout: investigating inbound-only failure r=jduell
2012-03-15 13:00:20 -07:00
Jason Duell
30f9ac914b
Backed out c9265ada6f40
2012-03-15 15:05:41 -07:00
Jason Duell
25bb7c605c
Backed out changeset c9265ada6f40
2012-03-15 15:05:22 -07:00
Derrick Rice
f58db0c193
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
Phil Ringnalda
03c791f19f
Back out 9899522b6ad9 (bug 664163)
2012-03-13 22:11:55 -07:00
Jason Duell
293e6966d2
Bug 664163: Yes this will get backed out: see bug. r=jdm
2012-03-13 18:46:30 -07:00
Jason Duell
3f8203f21e
Backed out changeset fd30aea30b03
2012-03-13 15:10:01 -07:00
Jason Duell
6bbf4d063a
Bug 664163 - Fix Get(Local|Remote)(Address|Port) in HttpChannelChild. r=jdm
2012-03-13 11:49:01 -07:00
Matt Brubeck
482e6fb4c0
Back out a2d511a124d7 (bug 664163) for causing failures in test_traceable_channel_wrap.js
2012-03-06 13:28:25 -08:00
Derrick Rice
4a0261d6c0
Bug 732363 - Avoid oranges in test_net_addr.js by retaining references to the transport and output stream. r=jdm
2012-03-06 05:02:00 -05:00
Jason Duell
6167fb9598
bug 664163 - Fix Get(Local|Remote)(Address|Port) in HttpChannelChild. r=jdm
2012-03-05 23:11:19 -08:00
Jason Duell
f8fbbf0485
Backed out changeset 84a2ed6120c3: wrong bug name in comment msg
2012-03-05 23:10:19 -08:00