Open
Bug 210721
Opened 22 years ago
Updated 13 years ago
Remove MOZ_PSM from directory/xpcom
Categories
(Directory :: LDAP XPCOM SDK, enhancement)
Directory
LDAP XPCOM SDK
Tracking
(Not tracked)
NEW
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
2.05 KB,
patch
|
dmosedale
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
Attachment #126519 -
Flags: review?(dmose)
Comment 2•22 years ago
|
||
I don't understand what you're trying to do here and why. Please explain.
Updated•22 years ago
|
Hardware: PC → All
Comment 3•21 years ago
|
||
timeless, please explain this patch (reply to Dan)
i'd like to be able to build directory/xpcom without building psm, and when I
later drop in psm have it pick up the psm. this is how components should work.
Comment 5•21 years ago
|
||
Comment on attachment 126519 [details] [diff] [review]
changes
>Index: Makefile.in
>===================================================================
>RCS file: /cvsroot/mozilla/directory/xpcom/base/src/Makefile.in,v
>retrieving revision 1.23
>diff -u -r1.23 Makefile.in
>--- Makefile.in
>+++ Makefile.in
>@@ -61,23 +61,20 @@
> nsLDAPBERValue.cpp \
> $(NULL)
>
>+DEFINES += -UMOZ_PSM
>+
Why the above change useful or necessary?
r+sr=dmose, with the provision that you either get rid of that change, or
convince me why it's a good idea.
Attachment #126519 -
Flags: superreview+
Attachment #126519 -
Flags: review?(dmose)
Attachment #126519 -
Flags: review+
Comment 6•21 years ago
|
||
timeless:
RCS file: /cvsroot/mozilla/directory/xpcom/base/src/nsLDAPSecurityGlue.cpp,v
// Only build this code if PSM is being built also
this seems to be wrong now that the define is removed.
QA Contact: yulian → xpcom
You need to log in
before you can comment on or make changes to this bug.
Description
•