Commit Graph

1272 Commits

Author SHA1 Message Date
Honza Bambas
b2cdbb84eb Bug 949667 - crash in mozilla::net::HttpChannelParent::OnStartRequest, fail redirect to unsupported protocol on child process, r=jduell 2014-01-14 15:59:00 +01:00
Nicholas Hurley
d976a73dfa Bug 958992 - http/2 draft09 support. r=mcmanus 2014-01-13 17:16:26 -08:00
Patrick McManus
a6974baeb1 bug 266532 - addons with broken OnDataAvailable contract break http channel progress offsets (reland) r=jduell 2013-12-05 11:25:43 -05:00
Patrick McManus
ec3f3700a8 bug 959172 - double SpdySession::CleanupStream r=hurley 2014-01-13 10:10:10 -05:00
Ryan VanderMeulen
17363b2898 Backed out changeset 0d7d5af0b1b1 (bug 266532) for Windows bustage.
CLOSED TREE
2014-01-13 13:05:38 -05:00
Patrick McManus
c78367b3fe bug 266532 - addons with broken OnDataAvailable contract break http channel progress offsets r=jduell
--HG--
extra : rebase_source : d9beeef85aa5179f9d2513b56eb37c1dbfdd7a07
2013-12-05 11:25:43 -05:00
Patrick McManus
521441d2b3 bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus 2013-10-09 17:21:49 -07:00
Steve Workman
125acb25f0 Bug 947391 - Cancel HTTP response timeout in OnSocketReadable r=mcmanus 2014-01-08 14:12:33 -08:00
Patrick McManus
ccdef04300 bug 957093 - namespace consistency for netwerk/protocol/http r=sworkman
--HG--
extra : rebase_source : f5b1a5e92239003020e75019efbe78a636150b34
2014-01-07 17:05:56 -05:00
Patrick McManus
4759a52667 bug 956890 - nshttpconnectioninfo should use ns_inline_decl_refcounting r=sworkman 2014-01-06 16:58:48 -05:00
Patrick McManus
3621a9586a bug 955161 - spdy session sometimes shutdown when gecko cancels a sub transaction r=hurley 2014-01-07 07:29:11 -05:00
Ehsan Akhgari
ac73237d97 Merge m-c into inbound 2014-01-04 12:14:57 -05:00
Ehsan Akhgari
eaa7491d77 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Steve Workman
d597921b26 Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus 2013-12-18 15:03:48 -08:00
John Shih
4a1ff24de4 Bug 922926 - Part 3: Rebase code in necko. r=mcmanus 2013-11-22 10:42:11 +08:00
Isura Edirisinghe
3eedf5ced4 Bug 676907 - Refactor (replace) calls to Gestalt because it is deprecated in OS X 10.8 and will not work in after 10.9. r=BenWa 2013-12-19 11:42:19 -05:00
Ryan VanderMeulen
551f4e8d70 Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange. 2013-12-18 19:41:29 -05:00
Steve Workman
1b453790e2 Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus 2013-12-18 15:03:48 -08:00
Patrick McManus
5786c2a39b bug 950910 - http default reason phrases r=hurley 2013-12-17 10:21:39 -05:00
Patrick McManus
9895b0e9b6 bug 950906 - http log needs [al/n]pn info r=hurley 2013-12-17 10:21:37 -05:00
Trevor Saunders
c2b2fcd3d4 bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj 2013-12-12 20:50:01 -05:00
Jeff Walden
e622080796 Bug 945533 - Convert various spdy code to use mozilla/Endian.h rather than NSPR endianness conversion functions. r=mcmanus
--HG--
extra : rebase_source : 11b47056c1e14e0751c351ab199609e07e15399f
2013-05-03 15:51:35 -07:00
Jim Chen
e28a3aa78c Bug 942470 - Don't apply user agent update if updates have been disabled. r=fabrice 2013-12-06 10:22:18 -05:00
Honza Bambas
d26f59a749 Bug 932046 - crash in mozilla::net::HttpChannelChild::OnRedirectVerifyCallback(unsigned int), r=jduell 2013-12-05 13:09:11 +01:00
Patrick McManus
55f3b5e2d4 bug 943149 - nsHttpChannel::ResolveProxy may break AsyncOpen contract r=mayhemer 2013-11-29 10:14:01 -05:00
Ms2ger
cbe8d3a7a4 Bug 937224 - Part g: Move LOCAL_INCLUDES to moz.build in netwerk/; r=mshal 2013-11-28 15:25:39 +01:00
Steve Workman
78d6a99d71 Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus 2013-11-27 10:19:14 -08:00
Steve Workman
6cf899478b Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus 2013-11-27 10:19:14 -08:00
Wes Kocher
9601c9b159 Backed out changeset 53c0f65599fe (bug 938803) for asserting too much 2013-11-26 19:45:16 -06:00
Wes Kocher
3fcdf2b611 Backed out changeset 8a25ee567449 (bug 938803) 2013-11-26 19:44:30 -06:00
Steve Workman
15d4a0da31 Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus 2013-11-26 16:09:49 -08:00
Steve Workman
59c4bb29b9 Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus 2013-11-26 16:09:49 -08:00
Patrick McManus
8703982b00 Bug 942729, Part 2: Remove unused expected symmetric cipher mechanism, r=briansmith
--HG--
extra : rebase_source : 9630808b663d6a670c2e45d242177a640817f2ee
2013-11-25 18:12:40 -05:00
Steve Workman
e886e113a7 Bug 938803 - Change nsDNSPrefetch and nsHttpChannel::BeginConnect to honor cache bypassing in load flags r=mcmanus 2013-11-21 13:35:45 -08:00
Steve Workman
887374ba06 Bug 938803 - Improve DNS debugs to show which path is taken in nsHostResolver::ResolveHost r=mcmanus 2013-11-21 13:35:44 -08:00
Ehsan Akhgari
7242c62c57 Bug 941866 - Exclude files which rely on the known bad patterns from unified builds; r=BenWa 2013-11-21 16:36:59 -05:00
Honza Bambas
0ea2cf8530 Bug 922671 - nsHttpChannel must bypass concurrent read when request is not resumable, r=michal 2013-11-20 23:20:19 +01:00
Honza Bambas
c7787bb201 Bug 935595 - NS_NOTREACHED\("unexpected request"\) @ nsHttpChannel::OnStopRequest on partially cached download, r=michal 2013-11-20 23:20:18 +01:00
Honza Bambas
80d9b73534 Bug 922741 - make callbacks iteration in CacheEntry smarter, r=michal 2013-11-20 23:20:17 +01:00
Honza Bambas
9744cba15b Bug 917432 - hook to webapps-clear-data notification, r=michal 2013-11-20 23:20:16 +01:00
John Shih
117bd6f7ac Bug 922924 - Centralize the code for network per-app metering. r=jduell 2013-10-30 18:00:17 +08:00
Mike Hommey
931cb49886 Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
db9e5129bc Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
f0d1cd1e10 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
f81885e53b Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps 2013-11-19 11:47:14 +09:00
Ryan VanderMeulen
5ae093c04f Backed out changeset 5d4d19ebcd70 (bug 922924) for B2G debug bustage. 2013-11-18 14:21:24 -05:00
John Shih
5ba07b894d Bug 922924 - Centralize the code for network per-app metering. r=jduell 2013-10-30 18:00:17 +08:00
Chris Peterson
dcc635e27f Bug 939576 - Build netwerk/protocol/http in unified mode. r=mcmanus 2013-11-16 21:19:51 -08:00
Patrick McManus
8168a95b6d bug 937612 - speculative connect after shutdown r=mayhemer
--HG--
extra : rebase_source : bdece017e4a26ad940e25eb052c983edb145e9d3
2013-11-16 08:54:44 -05:00
Patrick McManus
dea2e2056b Bug 937867 - typo of mCriticalRequestPrioritization r=hurley
--HG--
extra : rebase_source : ed5a9c0d8713c5d00fb70d8e442dd320306c1df1
2013-11-13 08:31:20 -05:00