Ryan VanderMeulen
794c7b3270
Backed out changeset 0d7d5af0b1b1 (bug 266532) for Windows bustage.
...
CLOSED TREE
2014-01-13 13:05:38 -05:00
Patrick McManus
389b753812
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
bc50e81c07
bug 950768 - http/2-draft08 pref off r=hurley r=mcmanus
2013-10-09 17:21:49 -07:00
L. David Baron
77f560028b
Bug 783133: Remove NS_ABORT_IF_FALSE that fires somewhat regularly, which happens in a case that is correctly handled. r=mcmanus
2014-01-10 15:32:32 -08:00
Steve Workman
07cc7876a3
Bug 947391 - Cancel HTTP response timeout in OnSocketReadable r=mcmanus
2014-01-08 14:12:33 -08:00
Patrick McManus
cb8d9416e8
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
03c8eceaa0
bug 956890 - nshttpconnectioninfo should use ns_inline_decl_refcounting r=sworkman
2014-01-06 16:58:48 -05:00
Patrick McManus
1c1b50185e
bug 955161 - spdy session sometimes shutdown when gecko cancels a sub transaction r=hurley
2014-01-07 07:29:11 -05:00
Wes Kocher
e54fc07dc9
Merge b2g-inbound to m-c
2014-01-06 17:16:48 -08:00
Patrick McManus
0e9470feb7
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
e0154b32a8
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
Ehsan Akhgari
2e67154d02
Merge m-c into inbound
2014-01-04 12:14:57 -05:00
Ehsan Akhgari
1b83407ce9
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
2de96125a7
Bug 952006 - [RTSP][Video] System crash while RTSP reconnecting. r=sworkman
2013-12-19 16:51:23 +08:00
Steve Workman
5664e66826
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
2013-12-18 15:03:48 -08:00
John Shih
b7389ace51
Bug 922926 - Part 3: Rebase code in necko. r=mcmanus
2013-11-22 10:42:11 +08:00
Gregory Szorc
fe4a7a2ab1
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
ffae418d41
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
001213198b
Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
2013-12-18 19:41:29 -05:00
Steve Workman
421e5d0ba0
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
2013-12-18 15:03:48 -08:00
Honza Bambas
1477c5c60c
Bug 917423 - HTTP cache v2: Migrate Wyciwyg to the new cache API, r=michal
2013-12-18 17:06:40 +01:00
Patrick McManus
8c3362ee64
bug 950910 - http default reason phrases r=hurley
2013-12-17 10:21:39 -05:00
Patrick McManus
4a4d82fa4b
bug 950906 - http log needs [al/n]pn info r=hurley
2013-12-17 10:21:37 -05:00
Trevor Saunders
d43c55ca0e
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
John Shih
9779367721
Bug 940740 - Make sure do_GetService called in mainthread. r=mcmanus
2013-12-13 16:33:46 +08:00
Ryan VanderMeulen
2b53da578d
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Wes Kocher
fc468ac8c8
Merge m-c to b2g-inbound
2013-12-09 20:47:35 -08:00
Masatoshi Kimura
cc4b93296b
Bug 942791 - Revert bug 427089. r=mayhemer
2013-12-10 07:47:30 +09:00
Ryan VanderMeulen
52ab5ad2dc
Merge b2g-inbound to m-c.
2013-12-09 17:26:11 -05:00
Vincent Chang
e599005486
Bug 947101 - Rtsp: Backward seek fail. r=sworkman
2013-12-06 15:29:07 +08:00
Ehsan Akhgari
dbef3d8866
Bug 947734 - Build netwerk/protocol/about in unified mode; r=mcmanus
2013-12-09 08:17:11 -05:00
Vincent Chang
fef6cb033d
Bug 895753 - Rtsp: Support suspend and resume to media stream server. r=sworkman
2013-11-25 19:40:22 +08:00
Jim Chen
53fedfbd2c
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
3682922bab
Bug 932046 - crash in mozilla::net::HttpChannelChild::OnRedirectVerifyCallback(unsigned int), r=jduell
2013-12-05 13:09:11 +01:00
Jacek Caban
9956262b6c
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
21109ba447
bug 943149 - nsHttpChannel::ResolveProxy may break AsyncOpen contract r=mayhemer
2013-11-29 10:14:01 -05:00
Ms2ger
4cd3e164ae
Bug 937224 - Part g: Move LOCAL_INCLUDES to moz.build in netwerk/; r=mshal
2013-11-28 15:25:39 +01:00
Mike Hommey
8fd06cf41b
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Mike Hommey
b32a4ed166
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
682364d535
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-28 13:08:16 +09:00
Steve Workman
87a8b8c0d1
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-27 10:19:14 -08:00
Steve Workman
4186e8d39c
Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus
2013-11-27 10:19:14 -08:00
Wes Kocher
a5649eecf1
Backed out changeset 53c0f65599fe (bug 938803) for asserting too much
2013-11-26 19:45:16 -06:00
Wes Kocher
6c5b337fd8
Backed out changeset 8a25ee567449 (bug 938803)
2013-11-26 19:44:30 -06:00
Steve Workman
14d49d77e1
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-26 16:09:49 -08:00
Steve Workman
68d26f138f
Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus
2013-11-26 16:09:49 -08:00
Patrick McManus
a72d594dd7
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
Phil Ringnalda
47251f676e
Bug 943208 - Stop force-enabling logging for ftp on Windows, and go back to building ftp unified, r=mcmanus
...
--HG--
extra : rebase_source : a0a638816f5330568b7560339c09a50bc3ee1688
2013-11-25 21:49:12 -08:00
Jeff Walden
63d24e1e27
Bug 945533 - Convert various websocket code to mozilla/Endian.h. r=jduell
...
--HG--
extra : rebase_source : daf0ee75f70bd86952cf39192d5287657881e9c9
2013-05-04 22:22:55 -07:00
Jeff Walden
1bd2d07c77
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