Commit Graph

1652 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
Ryan VanderMeulen
0c16d0556f Merge m-c to inbound. 2014-01-13 17:52:40 -05:00
Carsten "Tomcat" Book
1e7ba36e09 Merge mozilla-central to b2g-inbound 2014-01-13 14:44:08 +01:00
Ethan Tseng
cf5df4fa0b Bug 951175 - [RTSP] Disabling the hotspot will cause a system crash while playing RTSP streaming. r=sworkman 2014-01-09 16:18:31 +08:00
Steve Workman
125acb25f0 Bug 947391 - Cancel HTTP response timeout in OnSocketReadable r=mcmanus 2014-01-08 14:12:33 -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
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
Wes Kocher
9ad9413521 Merge b2g-inbound to m-c 2014-01-06 17:16:48 -08:00
Patrick McManus
8cbe001a55 bug 751465 - websockets dns and proxies r=jduell r=bsmedberg
--HG--
extra : rebase_source : ad2046a95f1ec9000577cc0f67aedc0766a51ed2
2014-01-06 13:52:42 -05:00
Ethan Tseng
e6ce955d60 Bug 947928 - [RTSP] System crash when opening RTSP for the second time (NAT problem). r=sworkman, r=vchang 2013-12-24 16:40:32 +08:00
Patrick McManus
521441d2b3 bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus 2013-10-09 17:21:49 -07: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
Ethan Tseng
8f9a5a015b Bug 952006 - [RTSP][Video] System crash while RTSP reconnecting. r=sworkman 2013-12-19 16:51:23 +08: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
Gregory Szorc
8f615a095a Bug 951352 - Disallow XPIDL_MODULE if XPIDL_SOURCES isn't defined; r=glandium
Once upon a time XPIDL_MODULE and MODULE were kind of the same and
MODULE got mass-converted into XPIDL_MODULE with the removal of MODULE
in bug 939044. Unfortunately, we forgot to add a check for XPIDL_MODULE
being defined if XPIDL_SOURCES isn't (a build config that makes no sense
and only results in cargo culting).

This patch corrects that oversight.

--HG--
extra : rebase_source : d609e2baa8d16df97c944bc9def26ad05527d937
2013-12-17 12:45:56 -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
Honza Bambas
16098291b0 Bug 917423 - HTTP cache v2: Migrate Wyciwyg to the new cache API, r=michal 2013-12-18 17:06:40 +01: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
John Shih
8e94189e1f Bug 940740 - Make sure do_GetService called in mainthread. r=mcmanus 2013-12-13 16:33:46 +08:00
Ryan VanderMeulen
c8bf34a922 Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Wes Kocher
da0480c57a Merge m-c to b2g-inbound 2013-12-09 20:47:35 -08:00
Masatoshi Kimura
45395c7ee6 Bug 942791 - Revert bug 427089. r=mayhemer 2013-12-10 07:47:30 +09:00
Ryan VanderMeulen
6428c27a28 Merge b2g-inbound to m-c. 2013-12-09 17:26:11 -05:00
Vincent Chang
8c22091d98 Bug 947101 - Rtsp: Backward seek fail. r=sworkman 2013-12-06 15:29:07 +08:00
Ehsan Akhgari
d2c607fd8e Bug 947734 - Build netwerk/protocol/about in unified mode; r=mcmanus 2013-12-09 08:17:11 -05:00
Vincent Chang
23118e009a Bug 895753 - Rtsp: Support suspend and resume to media stream server. r=sworkman 2013-11-25 19:40:22 +08: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
Jacek Caban
2cfc73c530 Bug 944907 - Fixed char16_t/wchar_t mismatch in netwerk/. r=mcmanus
--HG--
extra : rebase_source : dc84d4a33b8df669b63b62c5e3aaf06ef3ff1a6d
2013-12-03 15:54:59 +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
Mike Hommey
fdd3247a81 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
2f727b6d62 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Mike Hommey
b038245b8d Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09: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