Nicholas Hurley
62b40c2b3f
Bug 958992 - http/2 draft09 support. r=mcmanus
2014-01-13 17:16:26 -08:00
Ryan VanderMeulen
36a1449613
Merge m-c to inbound.
2014-01-13 17:52:40 -05:00
Carsten "Tomcat" Book
9b514818ca
Merge mozilla-central to b2g-inbound
2014-01-13 14:44:08 +01:00
Ethan Tseng
131b166629
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
7fc3bc93a5
Bug 947391 - Cancel HTTP response timeout in OnSocketReadable r=mcmanus
2014-01-08 14:12:33 -08:00
Patrick McManus
9b878ee359
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
0e40855e2b
bug 959172 - double SpdySession::CleanupStream r=hurley
2014-01-13 10:10:10 -05:00
Ryan VanderMeulen
1642db4bb0
Backed out changeset 0d7d5af0b1b1 (bug 266532) for Windows bustage.
...
CLOSED TREE
2014-01-13 13:05:38 -05:00
Patrick McManus
4b4357cc66
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
a126fef85a
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
e88ecbb4f0
bug 956890 - nshttpconnectioninfo should use ns_inline_decl_refcounting r=sworkman
2014-01-06 16:58:48 -05:00
Patrick McManus
ee57b51b1f
bug 955161 - spdy session sometimes shutdown when gecko cancels a sub transaction r=hurley
2014-01-07 07:29:11 -05:00
Wes Kocher
7af93a69e1
Merge b2g-inbound to m-c
2014-01-06 17:16:48 -08:00
Patrick McManus
e3e7849089
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
363487c7ff
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
9af4381ba2
bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus
2013-10-09 17:21:49 -07:00
Ehsan Akhgari
58ee2029fd
Merge m-c into inbound
2014-01-04 12:14:57 -05:00
Ehsan Akhgari
ebd358dfd7
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
982adc59ca
Bug 952006 - [RTSP][Video] System crash while RTSP reconnecting. r=sworkman
2013-12-19 16:51:23 +08:00
Steve Workman
05ff22ac54
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
2013-12-18 15:03:48 -08:00
John Shih
c7c4b1e5c3
Bug 922926 - Part 3: Rebase code in necko. r=mcmanus
2013-11-22 10:42:11 +08:00
Gregory Szorc
97c0ff0e56
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
1542439ab5
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
16e73dd936
Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
2013-12-18 19:41:29 -05:00
Steve Workman
8042f61bcb
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
2013-12-18 15:03:48 -08:00
Honza Bambas
35f470e6f8
Bug 917423 - HTTP cache v2: Migrate Wyciwyg to the new cache API, r=michal
2013-12-18 17:06:40 +01:00
Patrick McManus
12ee235033
bug 950910 - http default reason phrases r=hurley
2013-12-17 10:21:39 -05:00
Patrick McManus
3dc4e05d31
bug 950906 - http log needs [al/n]pn info r=hurley
2013-12-17 10:21:37 -05:00
Trevor Saunders
907dfc4528
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
John Shih
116a64dd48
Bug 940740 - Make sure do_GetService called in mainthread. r=mcmanus
2013-12-13 16:33:46 +08:00
Ryan VanderMeulen
e58ec03427
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Wes Kocher
014210b334
Merge m-c to b2g-inbound
2013-12-09 20:47:35 -08:00
Masatoshi Kimura
cc6ac49bd5
Bug 942791 - Revert bug 427089. r=mayhemer
2013-12-10 07:47:30 +09:00
Ryan VanderMeulen
ca386608b9
Merge b2g-inbound to m-c.
2013-12-09 17:26:11 -05:00
Vincent Chang
4f69c30882
Bug 947101 - Rtsp: Backward seek fail. r=sworkman
2013-12-06 15:29:07 +08:00
Ehsan Akhgari
985134650f
Bug 947734 - Build netwerk/protocol/about in unified mode; r=mcmanus
2013-12-09 08:17:11 -05:00
Vincent Chang
9e77e68edf
Bug 895753 - Rtsp: Support suspend and resume to media stream server. r=sworkman
2013-11-25 19:40:22 +08:00
Jim Chen
7b9f8461d0
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
752584ada7
Bug 932046 - crash in mozilla::net::HttpChannelChild::OnRedirectVerifyCallback(unsigned int), r=jduell
2013-12-05 13:09:11 +01:00
Jacek Caban
4ca5cc9b17
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
c658be92e0
bug 943149 - nsHttpChannel::ResolveProxy may break AsyncOpen contract r=mayhemer
2013-11-29 10:14:01 -05:00
Ms2ger
542ffabd00
Bug 937224 - Part g: Move LOCAL_INCLUDES to moz.build in netwerk/; r=mshal
2013-11-28 15:25:39 +01:00
Mike Hommey
9245936f8b
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Mike Hommey
2b828323f2
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
d210f8ff00
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-28 13:08:16 +09:00
Steve Workman
4b8badcdca
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-27 10:19:14 -08:00
Steve Workman
670a468b63
Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus
2013-11-27 10:19:14 -08:00
Wes Kocher
cde02a12a7
Backed out changeset 53c0f65599fe (bug 938803) for asserting too much
2013-11-26 19:45:16 -06:00
Wes Kocher
ff7bc32d41
Backed out changeset 8a25ee567449 (bug 938803)
2013-11-26 19:44:30 -06:00
Steve Workman
c8c37a255b
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-26 16:09:49 -08:00