diff --git a/mozilla/xpcom/doc/TODO.html b/mozilla/xpcom/doc/TODO.html
index 98006c619f9..2860f58158b 100644
--- a/mozilla/xpcom/doc/TODO.html
+++ b/mozilla/xpcom/doc/TODO.html
@@ -32,27 +32,27 @@ TODO List for XPCOM
(xpcom/src/nsRegistry.cpp)
-
-Mainly you want to change all the Platform*() functions in nsComponentManager.cpp
+Mainly you want to change all the Platform*() functions in nsComponentManager.cpp
-
-Now we open/close the registry all the time. I want to keep the registry
+Now we open/close the registry all the time. I want to keep the registry
open all the time. That would get performance up.
-
-Platform*() functions use the NR_*Raw() functions in some places.
-I wonder if the nsRegistry has a equivalent. If not we need to create them.
+Platform*() functions use the NR_*Raw() functions in some places. I wonder
+if the nsRegistry has a equivalent. If not we need to create them.
Mostly, there is equivalence between NR_*() calls and nsRegistry calls.
P1 |
-Nick Ambrose <nicka@interdyn.com> |
+Nick Ambrose <nicka87@hotmail.com> |
3/22/1999 started |
-| Startup components: Some components need to be created at startup.
+ | Startup components: Some components need to be created at startup.
Have a framework for them. |
P0 |
@@ -73,7 +73,7 @@ Have a framework for them.
-| API changes: Remove all pathlist. XPCOM should support only paths. |
+API changes: Remove all pathlist. XPCOM should support only paths. |
P0 |
@@ -93,9 +93,9 @@ Have a framework for them.
-| Path handling: Use nsFileSpec instead of file path names. Char
-* pathnames are not intl, and cannot be stored in the registry. Plus that
-wont support mac aliases. |
+Path handling: Use nsFileSpec instead of file path names. Char * pathnames
+are not intl, and cannot be stored in the registry. Plus that wont support
+mac aliases. |
P1 |