Craig MacKenzie
64e9294e22
Bug 952570 - Added an IID to the tickler
2014-01-09 17:04:00 -05: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
Ryan Sleevi
c7175496e8
Bug 958299 - Remove PSL duplicates and fully contain all IANA-assigned gTLDs. r=gerv
2014-01-10 08:53:34 -05:00
Nicholas Hurley
21710e9462
Bug 957759 - Remove SRV experiment code (helps prevent crashes). r=mcmanus
2014-01-09 13:50:04 -08:00
Ryan VanderMeulen
3ad920307d
Backed out 6 changesets (bug 939294) for B2G bustage on a CLOSED TREE.
...
Backed out changeset 8c3aa9973da0 (bug 939294)
Backed out changeset 37098c13e59e (bug 939294)
Backed out changeset 7c9ade6c871c (bug 939294)
Backed out changeset fed59539afc1 (bug 939294)
Backed out changeset 89e9d3fa16fc (bug 939294)
Backed out changeset c97e58ebc5f4 (bug 939294)
2014-01-09 14:17:39 -05:00
Victor Ciurel
fa5b7c1af2
Bug 950352 - Fix warning in mozilla-central/netwerk/srtp/src/crypto/kernel/alloc.c. r=jesup
2014-01-09 13:38:46 -05:00
Tom Schuster
de26c13547
Bug 939294 - Handlify all the rest. r=terrence
2014-01-09 18:39:37 +01:00
Wes Kocher
b0af274a2b
Merge m-c to inbound
2014-01-08 18:14:55 -08:00
Honza Bambas
53b62374ae
Bug 942835 - Better CacheEntry purge prevention followup, r=michal
...
* * *
* * *
imported patch cache2/942835-dont-purge-with-pending-callbacks.patch
2014-01-08 23:18:06 +01:00
Honza Bambas
61373dd5e8
Bug 942835 - HTTP cache v2: Better CacheEntry purge prevention, r=michal
2014-01-06 21:24:41 +01:00
Honza Bambas
a88c0cbad6
Bug 937601 - HTTP cache v2: onCacheEntryCheck not called for R/O callbacks, r=michal
2014-01-08 20:36:57 +01: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
Steve Workman
07cc7876a3
Bug 947391 - Cancel HTTP response timeout in OnSocketReadable r=mcmanus
2014-01-08 14:12:33 -08: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
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