Граф коммитов

227 Коммитов

Автор SHA1 Сообщение Дата
Ian Neal d6f865071d Bug 1050086 - C-c needs a "port" of bug 1047267 r=jcranmer a=for CLOSED TREE 2014-08-13 22:04:31 +01:00
Ian Neal 9949932396 Bug 1051619 - Port |Bug 914274 - Remove MODULE_NAME| to comm-central r=jcranmer a=for CLOSED TREE 2014-08-13 22:04:29 +01:00
Ian Neal d355e124f8 Bug 1046468 - toolkit/library has an inter-dependency on ldap for comm-central that it needs to be told about in the moz.build world r=jcranmer for a CLOSED TREE 2014-07-31 15:16:26 +01:00
Ian Neal ed76105a4f Bug 1044460 - Port relevant changes from Bug 1043344 for moving libraries and programs build to the compile tier r=standard8 for a CLOSED TREE 2014-07-31 15:15:22 +01:00
Ian Neal cacf171b86 Bug 1043019 - "Port |Bug 1036894 - Move in-tree library linkage information to moz.build| and |Bug 1041936 - Allow static library definitions to depend on shared libraries| to comm-central" r=jcranmer, a=jcranmer for CLOSED TREE 2014-07-25 11:23:28 -05:00
Edmund Wong 57e59bcf31 Bug 1037775 - Port |Bug 1036864 - Remove EXPORT_LIBRARY| to Mailnews. r=Standard8 in a CLOSED TREE 2014-07-12 22:08:36 +08:00
Joshua Cranmer bd200fcb22 Bug 1035650, part 4: Fix public destructors everywhere else, r=Neil a=bustage fix on CLOSED TREE 2014-07-09 09:04:59 -05:00
Joshua Cranmer a277df832e Bug 905910: Run comm-central xpcshell tests in parallel, r=Standard8, a=jcranmer 2014-04-28 10:30:57 -05:00
Joshua Cranmer b33acfaecc Fix bustage from bug 900988, a=bustage-fix, CLOSED TREE for SeaMonkey. 2014-04-27 22:30:23 -05:00
Kyle Huey 955f23c45d Fix up comm-central for bug 345123 and bug 967364.
--HG--
extra : rebase_source : 5dfb13fcd2ef3b5c838220daadf4f848827e1ed8
2014-03-15 17:41:46 -07:00
Ehsan Akhgari 1e2ab931d2 Bug 956493 - Replace PRUnichar with char16_t; r=roc landed on a CLOSED TREE
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:16:34 -05:00
Joshua Cranmer 97bff1e08a Bug 940204 - Use FINAL_LIBRARY in comm-central, r=Standard8
A CLOSED TREE for SeaMonkey though.
2013-12-16 18:32:52 -06: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 2df05037fe Port bug 929905 (combine all *SOURCES into a single SOURCES variable) to comm-central, rs=port by build system peer
Partly fixing SeaMonkey's CLOSED TREE too.

--HG--
extra : amend_source : a89b4a69ac0d1eae7568420dde5c5d5cd5ac93d5
2013-10-25 08:34:13 -05:00
Neil Rashbrook cbef38270a Bug 909263 Undefined references to nsMemory in external API builds r+a=jcranmer 2013-09-14 15:27:20 +01:00
Joshua Cranmer d661bc7c96 Fix broken LDAP as fallout from bug 912856, r=Standard8, a=bustage-fix to reopen a CLOSED TREE
--HG--
extra : rebase_source : 46931b28db81c327abd1e4791e5873d531146d08
2013-09-12 12:31:20 -05:00
Joshua Cranmer 7cdcffdf20 Bug 913967: port Bug 912856 to comm-central to fix bustage, r=Standard8, a=bustage-fix.
--HG--
extra : rebase_source : c8fc0d642df7ee7891ee498c78e3f6c79d2de503
2013-09-06 13:18:07 -05:00
Robert O'Callahan d69dd0c4f8 Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=jcranmer,a=bustage-fix 2013-09-06 10:32:31 +01:00
Joshua Cranmer 69a7312783 Bug 884825 - Move LIBRARY_NAME to moz.build in comm-central, r=Standard8, a=jcranmer
Also viable on SeaMonkey's CLOSED TREE.
2013-09-03 10:26:59 -05:00
Joshua Cranmer c7d2b11d1f Bug 910541 - Port LIBXUL_LIBRARY et al to moz.build in comm-central, r=Standard8 2013-09-03 10:26:57 -05:00
Makoto Kato e5e26469b7 Bug 901820 - Fix c-c bustage caused by nsCRT::strndup removal. r=Neil, a=RyanVM 2013-08-23 09:45:25 -04:00
Makoto Kato afa27a25cb Bug 901820 - Part 3. comm-cetral part of replacing nsCRT::strdup. r=Neil, a=jcranmer 2013-08-12 17:12:34 +09:00
Mihnea Dobrescu-Balaur 05e5133b99 Bug 905822 - Annotate manifests with run-sequentially. r=jcranmer, a=me
CLOSED TREE
2013-08-15 15:02:43 -07:00
Mark Banner d04f753819 Bug 891167 - Port bug 886526 - kill IS_COMPONENT and MODULE_NAME for things that go into libxul to comm-central. blanket-rs=build peer port of m-c bug. a=bustage fix for CLOSED TREE 2013-07-08 17:22:00 -05:00
Joshua Cranmer 7c31b16e50 Backout changeset c1021b0b890c, as the corresponding mozilla-central patch was also backed out to help unbreak a CLOSED TREE. 2013-07-31 17:20:03 -05:00
Joshua Cranmer dc912dc161 Bug 884061, Part 一: Use NS_DECL_THREADSAFE_ISUPPORTS in comm-central, r=Standard8 2013-07-15 23:50:16 -05:00
Joshua Cranmer 78f7936d2c Bug 837862: Remove MOZ_PSM as a configure option. r=Standard8, a=bustage-fix.
Still pushing to SeaMonkey even if it is a CLOSED TREE.
2013-07-15 11:11:42 -05:00
Mark Banner f834e63767 Bug 891167 - Port bug 886526 - kill IS_COMPONENT and MODULE_NAME for things that go into libxul to comm-central. blanket-rs=build peer port of m-c bug. a=bustage fix for CLOSED TREE 2013-07-08 17:22:00 -05:00
Neil Rashbrook 35a1c721d1 Bug 882200 nsLDAPConnection should only addref the message callback on the main thread r=Standard8 2013-06-24 19:26:07 +01:00
Joshua Cranmer 99e775c57a Bug 882963 - Move EXTRA_COMPONENTS to moz.build, r=Standard8
--HG--
extra : rebase_source : 6a09d3ce18e2d5df9ca6d3dd7877ae19851499f7
2013-06-19 08:13:35 -05:00
Joshua Cranmer 4f57f6f0d7 Bug 864744 - Move CPPSRCS to moz.build, comm-central version. r=Standard8.
--HG--
extra : rebase_source : 5aa5a3feb1c70d2d3cfca112ad56a0463ff57b63
2013-06-19 08:12:29 -05:00
Ms2ger 97d1a082dd Bug 859817 - Followup: Fix implicit conversions to already_AddRefed in nsLDAPService.cpp. 2013-05-26 18:48:24 +02:00
Joshua Cranmer d5a31b8ba6 Bug 869359 - Kill off newly empty Makefile.ins, r=Standard8 2013-05-09 12:09:15 -05:00
Joshua Cranmer d1678135e7 Bug 869359 - Move XPCSHELL_TESTS to moz.build, r=Standard8 2013-05-09 12:08:56 -05: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
Mark Banner 86ee3b874f Bug 854536 Remove GRE_MODULE from Makefile.in's (port bug 852534 and rules.mk of bug 817076). r=Callek 2013-04-13 10:57:45 +01: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
Neil Rashbrook 2ef0372293 Bug 829208 Fix external API build error from bug 807678 r=Standard8 2013-03-06 22:20:13 +00: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
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