This commit is contained in:
dmose%mozilla.org 2000-05-10 04:01:42 +00:00
Родитель c2fe3fb527
Коммит 1d7b0efa4d
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -9,19 +9,19 @@ housecleaning
* get the ldap sdk unix build cleanly hooked up to the browser build
(we'll need to talk to the SDK guys about this -- the quick-n-dirty
thing to do might be to just whack some of the Makefile.client files
in the SDK; in the long run, auutoconfifying it might be better)
in the SDK; in the long run, autoconfifying it might be better)
* get the mac build glue wired up, and make the mac build work
* get the windows build glue wired up, and make the windows build work
* are we using the right constructs for -lldap40 and -llber40 in
Makefile.in?
* implement nsLDAPChannel::Cancel()
* get rid of unixy, non-NSPR/XPCOM includes, functions, and error handling
from nsLDAP{Connection,Operation,Message}.[ch]
* implement nsLDAPChannel::Cancel()
* are we using the right constructs for -lldap40 and -llber40 in
Makefile.in?
* why is there a JS assert after loading an LDAP URL bookmark?