Kyle Huey
|
510a49016d
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Steve Workman
|
4b8badcdca
|
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
|
2013-11-27 10:19:14 -08: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 |
|
Ehsan Akhgari
|
0b3f2ea3df
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
Joshua Cranmer
|
35b47f34ec
|
Bug 884061 - Part 3q: Use NS_DECL_THREADSAFE_ISUPPORTS in netwerk/, r=macmanus
--HG--
extra : rebase_source : d029f73a1f27896c142f76dce263dd3542763b18
|
2013-07-18 21:24:13 -05:00 |
|
Jason Duell
|
3b0cfa0c6f
|
Bug 558623 - Split out HTTP LOG macro definition from nsHttp.h r=jdm
--HG--
rename : netwerk/protocol/http/nsHttp.h => netwerk/protocol/http/HttpLog.h
extra : rebase_source : 3295c6472c846b24d3012343cf06798abf8774f9
|
2013-06-22 09:01:06 -07:00 |
|
Patrick McManus
|
e81bfaced3
|
bug 871289 [2 of 2] fix trailing whitespace in netwerk/protocol/http/* r=jduell
|
2013-05-16 09:30:42 -04:00 |
|
Patrick McManus
|
0fa0eba17c
|
bug 816685 expand caps in protocol/http to 32bits r=jduell
|
2012-11-29 20:34:35 -05:00 |
|
Josh Matthews
|
5faa109e12
|
Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer
|
2012-11-14 16:00:44 +00:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Jason Duell
|
20860b518e
|
Bug 767516 - Rename: s/SSLConnect/ProxyConnect/ r=mcmanus
|
2012-06-22 12:06:00 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Honza Bambas
|
541453729c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Landry Breuil
|
6762d67806
|
Bug 776174: Followup, remove extra semicolons after macros. r=jduell
|
2012-08-07 13:40:00 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Patrick McManus
|
ec8d4c7746
|
bug 760608 alternatve 1 preconnect problem with SSL r=honzab
|
2012-06-06 15:47:45 -04:00 |
|
Honza Bambas
|
543599db71
|
Bug 749209 - Happy Eyeballs implementation still not quite right, r=mcmanus
|
2012-05-22 22:12:40 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Patrick McManus
|
cdc92cbfa8
|
bug 729133 - internal necko speculative connections r=honzab
race cache I/O events against TCP/SSL connections. Also drive
unused TCP connections to the completion of their SSL handshakes is
apropos.
|
2012-04-25 08:54:42 -04:00 |
|