Jorg K
|
cdd7f4ac97
|
Bug 1417696 - Port bug 1416343 to mailnews: Mark URI interfaces as [builtinclass]. rs=bustage-fix DONTBUILD
|
2017-11-15 15:12:00 +01:00 |
Joshua Cranmer
|
eaa85a2fc1
|
Port bug 939044 to comm-central, rs=bustage-fix
This involves deleting unused MODULE declarations and renaming others to
XPIDL_MODULE. Also, pushing to SeaMonkey's CLOSED TREE.
|
2013-11-18 21:08:17 -06:00 |
Joshua Cranmer
|
64d8f8cb10
|
Bug 869425 - Kill off newly empty Makefile.ins, r=Standard8.
|
2013-05-09 12:06:32 -05:00 |
Joshua Cranmer
|
2b47d36ffa
|
Bug 869425 - Move MODULE to moz.build in comm-central, r=Standard8.
|
2013-05-09 12:06:07 -05:00 |
Gregory Szorc
|
92dbe71425
|
Bug 850389 - Part 3: Move XPIDL variables into moz.build (manual); r=Callek
|
2013-03-13 08:26:35 -07:00 |
Gregory Szorc
|
be2d23bf68
|
Bug 850389 - Part 2: Move XPIDL variables into moz.build (auto); rs=jcranmer
|
2013-03-13 08:26:23 -07:00 |
Gregory Szorc
|
8453bf4697
|
Bug 845089 - Convert build system to moz.build files on a CLOSED TREE; r=Callek
|
2013-02-28 15:16:49 +01: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 |
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 |
Gervase Markham
|
d9160e1ab8
|
Bug 757018 - upgrade license to MPL 2.
|
2012-05-30 17:48:24 +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
|
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 |
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 |