Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Daniel Stenberg
|
46c54a3ec5
|
Bug 676358 - HTTP auth realm parameter parsed as quoted-string doesn't get unescaped r=jduell
|
2014-01-24 15:07:37 -08: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 |
|
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 |
|
Ehsan Akhgari
|
0b3f2ea3df
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
Patrick McManus
|
5c56bcd614
|
bug 897503 - part 2 use smart pointers for nsHttpHandler references r=sworkman
|
2013-08-13 15:36:58 -04:00 |
|
Nicholas Nethercote
|
b756f6b258
|
Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
|
2013-08-08 15:53:04 -07: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
|
4a68023aa5
|
bug 871289 [1 of 2] standardize netwerk/protocol/http on moz_assert r=jduell
|
2013-05-16 09:30:41 -04:00 |
|
Patrick McManus
|
e54de96374
|
bug 804605 - backout 766973 767158 785050 r=backout a=akeybl
|
2013-01-22 11:59:01 -05:00 |
|
Chris Peterson
|
f913a80fc9
|
Bug 829344 - Part 4: Fix gcc -Wlogical-op warnings from PRBool/bool conversion. r=ehsan
|
2013-01-10 17:56:51 -08:00 |
|
Ehsan Akhgari
|
2cf729e283
|
Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
|
2013-01-03 18:36:16 -05:00 |
|
Shriram Kunchanapalli
|
bbed330a6b
|
Bug 791546: Removes nsCRT::strcmp(const PRUnichar* s) from nsCRT.h and replaces it occurrences with NS_strcmp; r=bsmedberg
|
2012-12-24 08:47:18 +05:30 |
|
Josh Matthews
|
4e4a7167e0
|
Bug 814247 - Add auth cache jars for separate apps. r=mayhemer
|
2012-12-05 02:33:20 -05:00 |
|
Ed Morley
|
b823df0685
|
Backout 3bcd9a5a33a2 (bug 814247), d9546d42054c & 8b6edf9f6b87 (bug 814638) for failures in test_bug814638.xul and also crashes on a CLOSED TREE
|
2012-12-19 23:46:07 +00:00 |
|
Josh Matthews
|
36ed4c8e79
|
Bug 814247 - Add auth cache jars for separate apps. r=mayhemer,bsmedberg
|
2012-12-05 02:33:20 -05:00 |
|
Ed Morley
|
0c632ab2fc
|
Backout 4faa85ebbbf7 (bug 814247) for build bustage on a CLOSED TREE
|
2012-12-19 20:20:30 +00:00 |
|
Josh Matthews
|
f27802d4e8
|
Bug 814247 - Add auth cache jars for separate apps. r=mayhemer,bsmedberg
|
2012-12-05 02:33:20 -05:00 |
|
Josh Matthews
|
6d71829f1b
|
Bug 769283 - Add a separate HTTP auth cache for private channels. r=mayhemer
|
2012-10-29 16:20:03 -04:00 |
|
Honza Bambas
|
3cb41c8aeb
|
Bug 654348 - Make XMLHttpRequest prefer explicit credentials (in the URL) over cached credentials, r=cbiesinger
|
2012-10-24 16:05:13 +02:00 |
|
Honza Bambas
|
88f5982042
|
Bug 761479 - XMLHttpRequest with mozAnon=true should still send explicitly passed username + password, r=cbiesinger
|
2012-10-24 16:05:13 +02:00 |
|
Honza Bambas
|
7cfe0306d0
|
Bug 776171 - Don't delete cached credentials when having ident from URI, XHR auth didn't work after first time, r=cbiesinger
--HG--
rename : toolkit/components/passwordmgr/test/authenticate.sjs => toolkit/components/passwordmgr/test/auth2/authenticate.sjs
|
2012-10-24 16:05:12 +02:00 |
|
Honza Bambas
|
253643f4f3
|
Backout of changeset 4dc26e9f3189
|
2012-10-23 17:37:58 +02:00 |
|
Honza Bambas
|
5117025711
|
Bug 776171 - Don't delete cached credentials when having ident from URI, XHR auth didn't work after first time, r=cbiesinger
--HG--
rename : toolkit/components/passwordmgr/test/authenticate.sjs => toolkit/components/passwordmgr/test/auth2/authenticate.sjs
|
2012-10-23 17:03:49 +02:00 |
|
Patrick McManus
|
0907785e4f
|
bug 785050 - dns failure during auth is not a hard failure r=jduell
--HG--
extra : rebase_source : 9bad111b49b5455f5f34504968f91eb166464896
|
2012-10-16 15:13:52 -04: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 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Patrick McManus
|
a14aa5eb2c
|
bug 767158 - remove blocking dns call in sspi r=honzab
--HG--
extra : rebase_source : a313576f1262f25b6d299f815cedb0d8acc0b03f
|
2012-07-26 11:09:05 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Boris Zbarsky
|
44d27c2c9d
|
Bug 627616. Do proxy authentication even for LOAD_ANONYMOUS loads. r=mayhemer
|
2011-02-01 21:36:15 -05:00 |
|
Phil Ringnalda
|
6ac6b8f60d
|
Back out be556c99ef81 and 13c3c54d067b (bug 627616) for orange
|
2012-02-12 10:53:31 -08:00 |
|
Boris Zbarsky
|
8747a6be8b
|
Bug 627616. Do proxy authentication even for LOAD_ANONYMOUS loads. r=mayhemer
|
2011-02-01 21:36:15 -05:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Michael Wu
|
706be3a5e8
|
Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith
|
2011-07-25 21:57:58 -07:00 |
|
Jonathan Protzenko
|
1b9ca7ae96
|
Bug 662126 - Audit ConfirmEx callers to ensure that aCheckState is not an uninitialized PRBool r=bz
|
2011-06-07 20:06:12 +02:00 |
|
wfernandom2004@gmail.com
|
dfefa110ff
|
Bug 472529, websockets (netwerk patch), r=smaug+biesi
--HG--
rename : netwerk/protocol/http/nsHttpChannel.cpp => netwerk/protocol/http/nsHttpChannelAuthProvider.cpp
rename : netwerk/protocol/http/nsHttpChannel.h => netwerk/protocol/http/nsHttpChannelAuthProvider.h
extra : rebase_source : 4f75d33eb4fc7cdaa1f011f176ef4434bbfe2c25
|
2010-06-17 21:33:42 +03:00 |
|