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 |
Birunthan Mohanathas
|
3440613a39
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
Jan Beich
|
4d640a0d2f
|
Bug 810716 - Detect res_ninit() on DragonFly and FreeBSD. r=ted
|
2013-11-19 15:42:55 +01:00 |
Honza Bambas
|
fda9e3c937
|
Bug 923248 - Fix typo in proxy/direct NTLM module telemetry accumulation, r=jduell
|
2013-10-10 19:10:45 +02:00 |
Adrian Lungu
|
8bac10e69e
|
Bug 887984 - Send telemetry data from NTLM Init() methods. r=honzab
|
2013-07-25 09:54:11 -07:00 |
Joshua Cranmer
|
536b326420
|
Bug 884061 - Part 3h: Use NS_DECL_THREADSAFE_ISUPPORTS in extensions/, r=bsmedberg
--HG--
extra : rebase_source : a0b4847f33bc4183b9aeea9b298e410462e0c72d
|
2013-07-18 21:23:04 -05:00 |
Cameron McCormack
|
cd4006ab60
|
Backout bdceed703766 (bug 887984) for Windows build failures.
|
2013-07-23 13:43:45 +10:00 |
Adrian Lungu
|
1b8eddbd1f
|
Bug 887984 - Send telemetry data from NTLM Init() methods. r=mayhemer
|
2013-07-18 12:00:04 -07:00 |
matekm
|
9d92ba2ff6
|
Bug 784739 - Switch from NULL to nullptr in extensions/; r=ehsan
|
2013-04-02 21:06:20 -04:00 |
Patrick McManus
|
1956603633
|
bug 804605 - backout 766973 767158 785050 r=backout a=akeybl
|
2013-01-22 11:59:01 -05:00 |
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
Ehsan Akhgari
|
e368dc9c85
|
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
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Patrick McManus
|
b12bc44d80
|
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
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Landry Breuil
|
bc49349049
|
Bug 667325: On OpenBSD, try to open libgssapi.so. r=khuey
|
2012-01-30 13:06:35 -08:00 |
Ehsan Akhgari
|
92064e6d3f
|
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 |
Jeff Walden
|
b5e57820bf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
Jeff Walden
|
d0532c3e95
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
Jeff Walden
|
0f30b277bf
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
Michael Wu
|
d2b70213ac
|
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 |
Kai Engert
|
7e335d7e89
|
Bug 494969, GSSAPI negotiate authentication may fail if /etc/resolv.conf changes
r=cbiesinger
Second checkin attempt, adding the obviously missing #ifdef needed for cross platform portability.
|
2009-10-30 10:13:34 +01:00 |
Kai Engert
|
c752664b0e
|
back out http://hg.mozilla.org/mozilla-central/rev/f825915212d4
|
2009-10-26 20:29:13 +01:00 |
Kai Engert
|
cb614aa443
|
Bug 494969 - GSSAPI negotiate authentication may fail if /etc/resolv.conf changes
r=cbiesinger
|
2009-10-26 20:08:32 +01:00 |
bugzilla@standard8.plus.com
|
b4a3cccf8a
|
Bug 428482 Add support for Kerberised LDAP to extensions/auth. r=bienvenu,sr=dmose,a1.9=beltzner
|
2008-04-13 11:31:34 -07:00 |
dbaron@dbaron.org
|
9b013dc30a
|
Add missing calls to PR_UnloadLibrary (excluding XPCOM component loader and nsPluginsDir*). b=374332 r=bsmedberg
|
2007-04-15 15:22:58 -07:00 |
bienvenu%nventure.com
|
f8314f0567
|
fix 321514, fail to load gssapi library on some platforms, patch by simon@sxw.org.uk, r=cneberg, sr=bienvenu
|
2006-02-21 16:15:16 +00:00 |
bienvenu%nventure.com
|
4e75a5df01
|
mac-only, patch by dauterman@spamino.com, r=cneberg@gmail.com, sr=bienvenu, prompt for kerberos tickets if they don't exist
|
2005-10-24 20:02:00 +00:00 |
bienvenu%nventure.com
|
287e94061c
|
implement sasl auth and ability to use gssapi on windows, patches by cneberg@gmail.com, simon@sxw.org.uk, r=darin, sr=bienvenu 280792, 303160, NPOB
|
2005-08-18 15:22:33 +00:00 |
mark%moxienet.com
|
1686e1a5a4
|
Bustage fix following bug 301030, better assignment. r+sr=bz. Sorry for the burning.
|
2005-08-18 09:38:47 +00:00 |
mark%moxienet.com
|
92eb3fe27b
|
Bug 301030, WWW-Authenticate: Negotiate crashes on Mac. Fix Mac-only function pointer. r=cneberg sr=darin a=bsmedberg
|
2005-08-18 09:38:46 +00:00 |
mark%moxienet.com
|
327b0906e3
|
Mac bustage fix. Bug 299305, Mac GSSAPI fixes following bug 295109. a=#developers
|
2005-08-18 09:38:45 +00:00 |
darin%meer.net
|
6e6ca5341b
|
fixes bug 295109 "support pr-loading gssapi libraries for negotiateauth" patch by cneberg@gmail.com, r=darin, a=bsmedberg
|
2005-08-18 09:38:44 +00:00 |
darin%meer.net
|
b8d85ac06f
|
landing patch for bug 237586 "Implement negotiateauth using SSPI for Windows" r=cneberg sr=bryner a=shaver
|
2005-08-18 09:38:43 +00:00 |
pedemont%us.ibm.com
|
d7802bbca9
|
Bug 240643 - Autthentication Failover not fully supported between connection based Authentication Types - patch by cneberg@sandia.gov r+sr=darin
|
2005-08-18 09:38:42 +00:00 |
darin%meer.net
|
9f45adfb49
|
backing out last change
|
2005-08-18 09:38:41 +00:00 |
darin%meer.net
|
3471b56106
|
fixes bug 240643 "Autthentication Failover not fully supported between connection based Authentication Types" patch by cneberg@sandia.gov r+sr=darin
|
2005-08-18 09:38:40 +00:00 |
darin%meer.net
|
80aefe96b5
|
landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner
|
2005-08-18 09:38:39 +00:00 |