Commit Graph

9577 Commits

Author SHA1 Message Date
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
Birunthan Mohanathas
d05644b6b3 Bug 784739 - Switch from NULL to nullptr in remaining directories; r=ehsan
--HG--
extra : rebase_source : 1ff19b2c8fd0e77fa8e822f5007a9fa3a6b6d474
2014-01-06 10:06:04 -05:00
Georgiana Chelu
f5154ea420 Bug 856426 - Fix warning in /netwerk/sctp/src/user_environment.c. r=jesup 2014-01-06 10:03:09 -05:00
Andrea Marchesini
f98a8d58d2 Bug 930450 - Setting port to the empty string should set URL's port to the default value. Setting it to "0" should set URL's port to 0., r=bz, r=honzab 2014-01-04 20:42:42 +00: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
d1bdc08a30 Bug 947391 - Add test for HTTP response timeouts r=mcmanus 2013-12-18 15:03:48 -08:00
Steve Workman
5664e66826 Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus 2013-12-18 15:03:48 -08:00
Nicholas Nethercote
91175eb896 Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
2013-12-07 22:09:10 -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
Nicholas Hurley
2226c6cbb3 Bug 950888 - Check for null DNS results before using them. r=mcmanus 2013-12-19 12:54:47 -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
Honza Bambas
5f369d6c6b Bug 951713 - CacheIOThread causes activity spikes during idle, r=michal 2013-12-19 01:39:16 +01: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
493d581e4b Bug 947391 - Add test for HTTP response timeouts r=mcmanus 2013-12-18 15:03:48 -08: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
Ryan VanderMeulen
f7385ac1e9 Merge m-c to inbound. 2013-12-17 16:20:31 -05: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
Gregory Szorc
e396fc159d Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Nicholas Hurley
88cfb90bb9 Bug 948757 - Don't flood servers with bunches of speculative connections. r=mcmanus 2013-12-17 10:45:46 -08:00
Steve Workman
81ddca1c40 Bug 444328 - Add PRFileDescAutoLock and LockedPRFileDesc to automate and enforce calls to Get|ReleaseFD_Locked r=mcmanus 2013-12-16 16:46:09 -08:00
Michal Novotny
7e1a2214c6 Bug 926069 - CacheFile must not create new entry when key is a hash, r=honzab 2013-12-16 18:01:54 +01: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
Makoto Kato
bb8f3692fd Bug 948837 - Remove workaround of Bug 617115. r=blassey 2013-12-12 16:32:20 +09:00
Mike Hommey
62d390485a Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn 2013-12-09 13:39:26 +09:00
Ryan VanderMeulen
8c7c4ef7ab Merge m-c to inbound on a CLOSED TREE. 2013-12-11 22:39:20 -05:00
Ryan VanderMeulen
ef19a7dc66 Backed out changesets 3d388fb26b80 and d19900a57d64 (bug 948777) for bustage on a CLOSED TREE. 2013-12-11 21:54:00 -05:00
Jason Duell
0c4425831b Bug 945066: remote nsIDNSService to child. r=jdm
* * *
bug 945066. Fix windows bustage.  r=jduell
2013-12-11 11:03:51 -08:00
Ryan VanderMeulen
464d00d6ad Merge b2g-inbound to m-c. 2013-12-11 13:24:26 -05:00
Carsten "Tomcat" Book
e249bd1a6e Backed out changeset 3072c9af15b3 (bug 945066) for fixing bustage on a CLOSED TREE 2013-12-11 11:51:35 +01:00
Ehsan Akhgari
591bce797c Bug 948777 follow-up: the rest of the patch 2013-12-11 21:21:17 -05:00
Ehsan Akhgari
0d67c2782e Bug 948777 - Build netwerk/sctp/src in unified mode; r=jesup 2013-12-11 21:19:38 -05:00
Jason Duell
29c283ea19 Bug 942317. Bustage fix for windows r=bustage 2013-12-11 02:05:40 -08:00
Jason Duell
6625975d9d Bug 945066: Make nsIDNSService work on child processes. r=jdm 2013-12-11 01:37:57 -08:00
Nathan Froyd
67bb073574 Bug 946870 - make the cookie service report its memory; r=ehsan,njn 2013-12-03 16:58:41 -05:00
Ryan VanderMeulen
2b53da578d Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Nicholas Nethercote
8bbe1e2dc1 Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8.
--HG--
extra : rebase_source : f6f74de69d8c1d79d38b84b19dff5439efc41075
2013-12-07 21:39:47 -08: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
Ryan VanderMeulen
16d5e8a26b Merge inbound to m-c. 2013-12-09 16:45:25 -05:00
Carsten "Tomcat" Book
a0bb585098 Backed out changeset 85196889c598 (bug 945042) PGO Test Bustage 2013-12-09 13:00:59 +01:00