one item completed; several important items moved up to the top of the list. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-08-05 08:46:57 +00:00
Родитель 9a125e7ea0
Коммит 6e6dd23a4c
1 изменённых файлов: 11 добавлений и 10 удалений

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

@ -1,5 +1,16 @@
housecleaning
-------------
* move the ldap_unbind() call out of the nsLDAPConnection destructor,
since nsLDAPConnection will soon go back to being callable from the UI
thread, and ldap_unbind() is actually synchronous.
* deal with timeouts
* add request cancel/abandon functionality
* come up with a strategy for removing completed nsILDAPOperations from
the connection's pending request queue
* sort out nsldap.h vs. nsLDAP.h. can the former go away?
* why do searches that return lots of entries to the nsLDAPChannel
@ -22,16 +33,6 @@ housecleaning
* remove nsILDAPService from (at least) the build and
nsLDAPProtocolModule.cpp (if not CVS), since it's not currently in use.
* get rid of unixy, non-NSPR/XPCOM includes, functions, and error handling
from nsLDAP{Connection,Operation,Message}.[ch]
* move the ldap_unbind() call out of the nsLDAPConnection destructor,
since nsLDAPConnection will soon go back to being callable from the UI
thread, and ldap_unbind() is actually synchronous.
* come up with a strategy for removing completed nsILDAPOperations from
the connection's pending request queue
* some (many?) destructors don't clean up completely or correctly.
audit for this and fix.