Edmund Wong
|
fd5141a15c
|
Bug 811199 - Port |Bug 794510 - Build with NO_NSPR_10_SUPPORT| to SeaMonkey (part 2) r=Mnyromyr
|
2013-01-26 09:50:55 +08:00 |
ABE Hiroki (hATrayflood)
|
c4c4ad36ed
|
Bug 824459 - Thunderbird build is broken after Bug 807678 (Winsock2.h collision, and function name PostMessage collision). r=Standard8 CLOSED TREE
|
2012-12-30 11:46:11 +09:00 |
Mark Banner
|
ddbe6c6040
|
Fix bustage from bug 807678 - Don't proliferate NSPR DNS types beyond the host resolver itself. Make it possible to easily hook up other host resolvers - landing in mozilla-central. Port the necessary changes to comm-central. r=bustage-fix
|
2012-12-24 21:51:57 +00:00 |
Neil Rashbrook
|
0a3350c779
|
Bug 818861 Fix PromiseFlat(C)String abuses r=mconley
|
2012-12-22 21:26:40 +00:00 |
Randell Jesup
|
f6a52ce972
|
Bug 773151: Convert nsCAutoString->nsAutoCString (comm-central) CLOSED TREE r=bsmedberg
|
2012-09-01 22:37:39 -04:00 |
Ehsan Akhgari
|
eafa99c563
|
Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley
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 "*/mozilla*" \
! -wholename "*ldap/sdks/c-sdk*" \
! -wholename "*/.hg*" \
! -wholename "obj-tb-dbg*" \
! -wholename "obj-sm-dbg*" \
-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 12:14:35 -04:00 |
Aryeh Gregor
|
50cc8d1b03
|
Bug 779130 - Change types away from nsresult; r=irving
--HG--
extra : rebase_source : 425aef7f472b9414c2f260cca8195d521a498497
|
2012-08-07 18:58:04 +03:00 |
Aryeh Gregor
|
cf03463aec
|
Bug 779130 - Change types to nsresult; r=irving
--HG--
extra : rebase_source : 36b72a7b0c728b32503c3bdcec3c6cc01b03911f
|
2012-08-06 17:44:14 +03:00 |
Mark Banner
|
388656230a
|
Part of Bug 781446 - Port bug 774032 (bonus only), bug 763987, bug 742795 to comm-central. Port the bonus part of bug 774032 - Use @DEPTH@ and @relativesrcdir@ replacements in Makefile.in. r=KaiRo
|
2012-08-17 08:56:10 +01:00 |
Mark Banner
|
9faa08291d
|
Update makefiles.sh files for latest Makefile additions. rs=sid0 over irc, no bug.
|
2012-08-17 08:53:54 +01:00 |
Aryeh Gregor
|
f65b0c622c
|
Bug 780618 - Fix broken nsNetError.h references in comm-central; r=mconley
|
2012-08-14 12:33:27 +03:00 |
Mike Conley
|
c494852a33
|
Bug 776630 - Switch comm-central from using nsnull to nullptr. rs=Standard8.
|
2012-08-02 10:26:36 -04:00 |
Joshua Cranmer
|
02fa657e28
|
Bug 773782 - Stop using LL_* macros. r=Neil
--HG--
extra : rebase_source : 35e5adf4c8df76c2022e4dc7931777cdd96f4788
|
2012-07-12 14:26:29 -05:00 |
Gervase Markham
|
d9160e1ab8
|
Bug 757018 - upgrade license to MPL 2.
|
2012-05-30 17:48:24 +01:00 |
aceman
|
3d1c31374e
|
Bug 756726 - Fix build of LDAP due to infallible hastables. r=dbienvenu
|
2012-05-19 14:26:13 -04:00 |
Leon Sha
|
3fd58f8d9d
|
Bug 557928 - Grab a local reference to mConnection at the beginning of nsLDAPOperation::SimpleBind and use it instead of the member variable. r=dbienvenu
|
2012-05-08 18:38:09 -04:00 |
David Bienvenu
|
9320c5a3c4
|
remove include of proxyobjectmanager, r=standard8, last part of bug 675407
|
2012-01-11 08:39:34 -08:00 |
Mark Banner
|
3cc27447f1
|
Bug 695256 - Switch from PRBool to bool and replace PR_TRUE/PR_FALSE with true/false in comm-central. r=bienvenu
|
2011-12-30 12:07:39 +00:00 |
Neil Rashbrook
|
257414c198
|
Bug 705573 More frozen linkage fixes for debug Windows builds r=bienvenu
|
2011-12-01 20:40:24 +00:00 |
Jan Horak
|
152173d287
|
Bug 306324 Build system changes to support --with-libxul-sdk r=Neil,Callek
|
2011-11-25 15:12:02 +00:00 |
Jan Horak
|
ee5504f57e
|
Bug 590494 Move ldap/xpcom/src to frozen linkage r=Neil
|
2011-11-25 14:03:49 +00:00 |
David Bienvenu
|
0eed72a1cd
|
fix gssapi ldap auth, r=standard8, bug 671827
|
2011-10-28 08:09:41 -07:00 |
Makoto Kato
|
0cdcee8278
|
Bug 684492 - shutdown crash nsLDAPConnection::~nsLDAPConnection(). r=standard8
|
2011-10-20 15:20:14 +09:00 |
Michael Wu
|
027bb89991
|
Bug 681188 - Switch from PRBool to bool on a CLOSED TREE , r=standard8
|
2011-09-29 00:02:19 -07:00 |
David Bienvenu
|
99343000ef
|
remove use of xpcom proxies in ldap and address book code, r=neil, part of bug 675407
|
2011-08-18 12:59:44 -07:00 |
Michael Wu
|
21335974d1
|
Bug 675473 - Incorrect use of PRBool when other types are more appropriate or vice versa (in comm-central); r=Standard8
|
2011-08-16 11:12:05 +01:00 |
Mark Banner
|
d0c175a001
|
Update mailnews and ldap url classes to include new functions from Bug 677260 which landed on mozilla-central. r=bustage-fix
|
2011-08-16 09:13:24 +01:00 |
Mark Banner
|
2f74b12704
|
Bug 669151 - LDAP connections are not cleaned up until shutdown; r=bienvenu
|
2011-07-05 15:58:07 +01:00 |
David Bienvenu
|
8fb5164ca4
|
fix build bustage, bug 65887
|
2011-05-22 12:08:06 -07:00 |
Mark Banner
|
4be6c6a46d
|
partial fix for bug 658666, add xpcshell manifests to fix bustage CLOSED TREE
|
2011-05-20 15:44:10 -07:00 |
Ian Neal
|
ac89924d34
|
Bug 647003 - Remove use of nsAutoLock from LDAP SDK code r=standard8 f=neil
|
2011-04-06 22:16:28 +01:00 |
Mark Banner
|
7cd09b69c6
|
Bug 633150 - Change nsILDAPURL::setAttributes to take a string rather than an array; r=neil sr=bienvenu
|
2011-02-24 17:08:16 +00:00 |
jhorak@redhat.com
|
160933b846
|
Bug 343332 - thread-safety assertion and crash with nsWeakRefPtr and nsLDAPConnection; r=Standard8,Neil
|
2011-02-07 22:12:38 +00:00 |
Mark Banner
|
e61cf9021b
|
Bug 630816 - Newly created LDAP address books don't use to use the SSL port if specified; r=bienvenu
|
2011-02-04 10:45:38 +00:00 |
Mark Banner
|
4de0208b31
|
Bug 577887 Kill MOZ_LDAP_XPCOM_EXPERIMENTAL. r=Callek and verbal agreement from dmose
--HG--
rename : ldap/xpcom/base/public/Makefile.in => ldap/xpcom/public/Makefile.in
rename : ldap/xpcom/base/public/nsILDAPBERElement.idl => ldap/xpcom/public/nsILDAPBERElement.idl
rename : ldap/xpcom/base/public/nsILDAPBERValue.idl => ldap/xpcom/public/nsILDAPBERValue.idl
rename : ldap/xpcom/base/public/nsILDAPConnection.idl => ldap/xpcom/public/nsILDAPConnection.idl
rename : ldap/xpcom/base/public/nsILDAPControl.idl => ldap/xpcom/public/nsILDAPControl.idl
rename : ldap/xpcom/base/public/nsILDAPErrors.idl => ldap/xpcom/public/nsILDAPErrors.idl
rename : ldap/xpcom/base/public/nsILDAPMessage.idl => ldap/xpcom/public/nsILDAPMessage.idl
rename : ldap/xpcom/base/public/nsILDAPMessageListener.idl => ldap/xpcom/public/nsILDAPMessageListener.idl
rename : ldap/xpcom/base/public/nsILDAPModification.idl => ldap/xpcom/public/nsILDAPModification.idl
rename : ldap/xpcom/base/public/nsILDAPOperation.idl => ldap/xpcom/public/nsILDAPOperation.idl
rename : ldap/xpcom/base/public/nsILDAPServer.idl => ldap/xpcom/public/nsILDAPServer.idl
rename : ldap/xpcom/base/public/nsILDAPService.idl => ldap/xpcom/public/nsILDAPService.idl
rename : ldap/xpcom/base/public/nsILDAPSyncQuery.idl => ldap/xpcom/public/nsILDAPSyncQuery.idl
rename : ldap/xpcom/base/public/nsILDAPURL.idl => ldap/xpcom/public/nsILDAPURL.idl
rename : ldap/xpcom/base/src/Makefile.in => ldap/xpcom/src/Makefile.in
rename : ldap/xpcom/base/src/ldapComponents.manifest => ldap/xpcom/src/ldapComponents.manifest
rename : ldap/xpcom/base/src/nsLDAPBERElement.cpp => ldap/xpcom/src/nsLDAPBERElement.cpp
rename : ldap/xpcom/base/src/nsLDAPBERElement.h => ldap/xpcom/src/nsLDAPBERElement.h
rename : ldap/xpcom/base/src/nsLDAPBERValue.cpp => ldap/xpcom/src/nsLDAPBERValue.cpp
rename : ldap/xpcom/base/src/nsLDAPBERValue.h => ldap/xpcom/src/nsLDAPBERValue.h
rename : ldap/xpcom/base/src/nsLDAPConnection.cpp => ldap/xpcom/src/nsLDAPConnection.cpp
rename : ldap/xpcom/base/src/nsLDAPConnection.h => ldap/xpcom/src/nsLDAPConnection.h
rename : ldap/xpcom/base/src/nsLDAPControl.cpp => ldap/xpcom/src/nsLDAPControl.cpp
rename : ldap/xpcom/base/src/nsLDAPControl.h => ldap/xpcom/src/nsLDAPControl.h
rename : ldap/xpcom/base/src/nsLDAPInternal.h => ldap/xpcom/src/nsLDAPInternal.h
rename : ldap/xpcom/base/src/nsLDAPMessage.cpp => ldap/xpcom/src/nsLDAPMessage.cpp
rename : ldap/xpcom/base/src/nsLDAPMessage.h => ldap/xpcom/src/nsLDAPMessage.h
rename : ldap/xpcom/base/src/nsLDAPModification.cpp => ldap/xpcom/src/nsLDAPModification.cpp
rename : ldap/xpcom/base/src/nsLDAPModification.h => ldap/xpcom/src/nsLDAPModification.h
rename : ldap/xpcom/base/src/nsLDAPOperation.cpp => ldap/xpcom/src/nsLDAPOperation.cpp
rename : ldap/xpcom/base/src/nsLDAPOperation.h => ldap/xpcom/src/nsLDAPOperation.h
rename : ldap/xpcom/base/src/nsLDAPProtocolHandler.js => ldap/xpcom/src/nsLDAPProtocolHandler.js
rename : ldap/xpcom/base/src/nsLDAPProtocolModule.cpp => ldap/xpcom/src/nsLDAPProtocolModule.cpp
rename : ldap/xpcom/base/src/nsLDAPSecurityGlue.cpp => ldap/xpcom/src/nsLDAPSecurityGlue.cpp
rename : ldap/xpcom/base/src/nsLDAPServer.cpp => ldap/xpcom/src/nsLDAPServer.cpp
rename : ldap/xpcom/base/src/nsLDAPServer.h => ldap/xpcom/src/nsLDAPServer.h
rename : ldap/xpcom/base/src/nsLDAPService.cpp => ldap/xpcom/src/nsLDAPService.cpp
rename : ldap/xpcom/base/src/nsLDAPService.h => ldap/xpcom/src/nsLDAPService.h
rename : ldap/xpcom/base/src/nsLDAPSyncQuery.cpp => ldap/xpcom/src/nsLDAPSyncQuery.cpp
rename : ldap/xpcom/base/src/nsLDAPSyncQuery.h => ldap/xpcom/src/nsLDAPSyncQuery.h
rename : ldap/xpcom/base/src/nsLDAPURL.cpp => ldap/xpcom/src/nsLDAPURL.cpp
rename : ldap/xpcom/base/src/nsLDAPURL.h => ldap/xpcom/src/nsLDAPURL.h
|
2010-12-02 15:07:02 +00:00 |
Mark Banner
|
eacb4f4fb4
|
Bug 506601 - Transition LDAP SDKs to Mercurial - now pull the LDAP c-sdk from Mercurial rather than cvs; r=kairo
--HG--
rename : directory/makefiles.sh => ldap/makefiles.sh
rename : directory/xpcom/Makefile.in => ldap/xpcom/Makefile.in
rename : directory/xpcom/README.txt => ldap/xpcom/README.txt
rename : directory/xpcom/TODO.txt => ldap/xpcom/TODO.txt
rename : directory/xpcom/base/Makefile.in => ldap/xpcom/base/Makefile.in
rename : directory/xpcom/base/public/Makefile.in => ldap/xpcom/base/public/Makefile.in
rename : directory/xpcom/base/public/nsILDAPBERElement.idl => ldap/xpcom/base/public/nsILDAPBERElement.idl
rename : directory/xpcom/base/public/nsILDAPBERValue.idl => ldap/xpcom/base/public/nsILDAPBERValue.idl
rename : directory/xpcom/base/public/nsILDAPConnection.idl => ldap/xpcom/base/public/nsILDAPConnection.idl
rename : directory/xpcom/base/public/nsILDAPControl.idl => ldap/xpcom/base/public/nsILDAPControl.idl
rename : directory/xpcom/base/public/nsILDAPErrors.idl => ldap/xpcom/base/public/nsILDAPErrors.idl
rename : directory/xpcom/base/public/nsILDAPMessage.idl => ldap/xpcom/base/public/nsILDAPMessage.idl
rename : directory/xpcom/base/public/nsILDAPMessageListener.idl => ldap/xpcom/base/public/nsILDAPMessageListener.idl
rename : directory/xpcom/base/public/nsILDAPModification.idl => ldap/xpcom/base/public/nsILDAPModification.idl
rename : directory/xpcom/base/public/nsILDAPOperation.idl => ldap/xpcom/base/public/nsILDAPOperation.idl
rename : directory/xpcom/base/public/nsILDAPServer.idl => ldap/xpcom/base/public/nsILDAPServer.idl
rename : directory/xpcom/base/public/nsILDAPService.idl => ldap/xpcom/base/public/nsILDAPService.idl
rename : directory/xpcom/base/public/nsILDAPSyncQuery.idl => ldap/xpcom/base/public/nsILDAPSyncQuery.idl
rename : directory/xpcom/base/public/nsILDAPURL.idl => ldap/xpcom/base/public/nsILDAPURL.idl
rename : directory/xpcom/base/src/Makefile.in => ldap/xpcom/base/src/Makefile.in
rename : directory/xpcom/base/src/ldapComponents.manifest => ldap/xpcom/base/src/ldapComponents.manifest
rename : directory/xpcom/base/src/nsLDAPBERElement.cpp => ldap/xpcom/base/src/nsLDAPBERElement.cpp
rename : directory/xpcom/base/src/nsLDAPBERElement.h => ldap/xpcom/base/src/nsLDAPBERElement.h
rename : directory/xpcom/base/src/nsLDAPBERValue.cpp => ldap/xpcom/base/src/nsLDAPBERValue.cpp
rename : directory/xpcom/base/src/nsLDAPBERValue.h => ldap/xpcom/base/src/nsLDAPBERValue.h
rename : directory/xpcom/base/src/nsLDAPChannel.cpp => ldap/xpcom/base/src/nsLDAPChannel.cpp
rename : directory/xpcom/base/src/nsLDAPChannel.h => ldap/xpcom/base/src/nsLDAPChannel.h
rename : directory/xpcom/base/src/nsLDAPConnection.cpp => ldap/xpcom/base/src/nsLDAPConnection.cpp
rename : directory/xpcom/base/src/nsLDAPConnection.h => ldap/xpcom/base/src/nsLDAPConnection.h
rename : directory/xpcom/base/src/nsLDAPControl.cpp => ldap/xpcom/base/src/nsLDAPControl.cpp
rename : directory/xpcom/base/src/nsLDAPControl.h => ldap/xpcom/base/src/nsLDAPControl.h
rename : directory/xpcom/base/src/nsLDAPInternal.h => ldap/xpcom/base/src/nsLDAPInternal.h
rename : directory/xpcom/base/src/nsLDAPMessage.cpp => ldap/xpcom/base/src/nsLDAPMessage.cpp
rename : directory/xpcom/base/src/nsLDAPMessage.h => ldap/xpcom/base/src/nsLDAPMessage.h
rename : directory/xpcom/base/src/nsLDAPModification.cpp => ldap/xpcom/base/src/nsLDAPModification.cpp
rename : directory/xpcom/base/src/nsLDAPModification.h => ldap/xpcom/base/src/nsLDAPModification.h
rename : directory/xpcom/base/src/nsLDAPOperation.cpp => ldap/xpcom/base/src/nsLDAPOperation.cpp
rename : directory/xpcom/base/src/nsLDAPOperation.h => ldap/xpcom/base/src/nsLDAPOperation.h
rename : directory/xpcom/base/src/nsLDAPProtocolHandler.js => ldap/xpcom/base/src/nsLDAPProtocolHandler.js
rename : directory/xpcom/base/src/nsLDAPProtocolModule.cpp => ldap/xpcom/base/src/nsLDAPProtocolModule.cpp
rename : directory/xpcom/base/src/nsLDAPSecurityGlue.cpp => ldap/xpcom/base/src/nsLDAPSecurityGlue.cpp
rename : directory/xpcom/base/src/nsLDAPServer.cpp => ldap/xpcom/base/src/nsLDAPServer.cpp
rename : directory/xpcom/base/src/nsLDAPServer.h => ldap/xpcom/base/src/nsLDAPServer.h
rename : directory/xpcom/base/src/nsLDAPService.cpp => ldap/xpcom/base/src/nsLDAPService.cpp
rename : directory/xpcom/base/src/nsLDAPService.h => ldap/xpcom/base/src/nsLDAPService.h
rename : directory/xpcom/base/src/nsLDAPSyncQuery.cpp => ldap/xpcom/base/src/nsLDAPSyncQuery.cpp
rename : directory/xpcom/base/src/nsLDAPSyncQuery.h => ldap/xpcom/base/src/nsLDAPSyncQuery.h
rename : directory/xpcom/base/src/nsLDAPURL.cpp => ldap/xpcom/base/src/nsLDAPURL.cpp
rename : directory/xpcom/base/src/nsLDAPURL.h => ldap/xpcom/base/src/nsLDAPURL.h
rename : directory/xpcom/datasource/Makefile.in => ldap/xpcom/datasource/Makefile.in
rename : directory/xpcom/datasource/nsLDAPDataSource.js => ldap/xpcom/datasource/nsLDAPDataSource.js
rename : directory/xpcom/tests/Makefile.in => ldap/xpcom/tests/Makefile.in
rename : directory/xpcom/tests/example.rdf => ldap/xpcom/tests/example.rdf
rename : directory/xpcom/tests/example.xul => ldap/xpcom/tests/example.xul
rename : directory/xpcom/tests/jar.mn => ldap/xpcom/tests/jar.mn
rename : directory/xpcom/tests/ldapshell.js => ldap/xpcom/tests/ldapshell.js
rename : directory/xpcom/tests/unit/test_nsLDAPURL.js => ldap/xpcom/tests/unit/test_nsLDAPURL.js
|
2010-11-23 13:21:58 +00:00 |