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 |
|
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 |
|
Jacek Caban
|
08ee154ee6
|
Bug 945245 - Fixed misc char16_t/wchar_t mismatches. r=ehsan
--HG--
extra : rebase_source : fcab74b295b513f4185cf9c12f31ebaddb7c8e0e
|
2013-12-03 16:09:50 +01:00 |
|
Honza Bambas
|
0893241978
|
Bug 923248 - Fix typo in proxy/direct NTLM module telemetry accumulation, r=jduell
|
2013-10-10 19:10:45 +02:00 |
|
Adrian Lungu
|
5e03b65bf5
|
Bug 887984 - Send telemetry data from NTLM Init() methods. r=honzab
|
2013-07-25 09:54:11 -07:00 |
|
Cameron McCormack
|
d12c9b52c0
|
Backout bdceed703766 (bug 887984) for Windows build failures.
|
2013-07-23 13:43:45 +10:00 |
|
Adrian Lungu
|
8972a584c5
|
Bug 887984 - Send telemetry data from NTLM Init() methods. r=mayhemer
|
2013-07-18 12:00:04 -07:00 |
|
matekm
|
b1c603956b
|
Bug 784739 - Switch from NULL to nullptr in extensions/; r=ehsan
|
2013-04-02 21:06:20 -04:00 |
|
Ehsan Akhgari
|
124e2f7dca
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2013-04-02 20:59:27 -04:00 |
|
Patrick McManus
|
e54de96374
|
bug 804605 - backout 766973 767158 785050 r=backout a=akeybl
|
2013-01-22 11:59:01 -05:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Masatoshi Kimura
|
28f2776f50
|
Bug 699247 - Remove Win2K related code. r=jimm, sr=neil
|
2012-02-23 08:53:55 -06:00 |
|
Ed Morley
|
ad5a8e1d06
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Masatoshi Kimura
|
88ba00973a
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
|
Honza Bambas
|
6713d954e6
|
Bug 573043 - Enable Extended Protection (channel and service bindng) for NTLM authentication, r=jmathies
|
2011-11-09 18:18:59 +01: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 |
|
Brian Smith
|
6e3249a44c
|
Bug 637361: Backout bug 573043
|
2011-03-01 19:11:22 -08:00 |
|
Honza Bambas
|
4b801dad80
|
Fix bug 573043. r=jmathies@mozilla.com, a=blocker.
--HG--
rename : security/manager/ssl/public/nsISSLStatus.idl => netwerk/base/public/nsISSLStatus.idl
rename : security/manager/boot/public/nsISSLStatusProvider.idl => netwerk/base/public/nsISSLStatusProvider.idl
rename : security/manager/ssl/public/nsIX509Cert.idl => netwerk/base/public/nsIX509Cert.idl
|
2011-02-08 16:12:29 -08:00 |
|
Jim Mathies
|
f59fcf5bcb
|
Bug 535193 - DNS resolution in MakeSN of nsAuthSSPI causing issues for proxy servers that support NTLM auth. r=wtc, sr=bz.
|
2009-12-17 19:34:32 -06:00 |
|
Jim Mathies
|
c29fca907b
|
Bug 533529 - Use credentials instead of context for sspi init check. r-bz.
|
2009-12-16 14:11:51 -06:00 |
|
Jim Mathies
|
ca23c6a577
|
Bug 533529. Detect it if someone calls GetNextToken when we're not initialized and bail out. r=bzbarsky
|
2009-12-14 22:05:19 -08:00 |
|
Jim Mathies
|
ee7bc90aab
|
Bug 531425 - Firefox 3.6b4 Crash in nsAuthSSPI::GetNextToken. r=bz.
|
2009-12-02 13:26:24 -06:00 |
|
Jim Mathies
|
1e83668bfe
|
Bug 520607 - Remove use of "ntlm" auth module and replace with use of "sys-ntlm". r=wtc, cbiesinger. sr=bz.
|
2009-11-19 16:12:43 -06:00 |
|
Jim Mathies
|
acb9c8f8e4
|
Bug 487872 - nsAuthSSPI patch. r=wtc, sr=bz.
|
2009-11-04 16:12:24 -06:00 |
|
David Bienvenu
|
a2bac9aa9d
|
Bug 511806 r=simon@sxw.org.uk,sr=Neil
|
2009-09-07 15:30:58 +01:00 |
|
Brian Crowder
|
fc76bf076f
|
Bug 453156 - NTML broken by embedding patch in bug 422772, r/sr=bsmedberg
|
2008-09-05 12:09:06 -07:00 |
|
Brian Crowder
|
c6818cab2f
|
Bug 422772 - reduce narrow Windows API calls in embedding, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg
|
2008-08-27 14:44:54 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|