diff --git a/xpcom/doc/TODO.html b/xpcom/doc/TODO.html
index 01d569fdc5d..98006c619f9 100644
--- a/xpcom/doc/TODO.html
+++ b/xpcom/doc/TODO.html
@@ -29,7 +29,20 @@ TODO List for XPCOM
Move xpcom from using NR_*() functions (modules/libreg) to nsIRegistry
-(xpcom/src/nsRegistry.cpp) |
+(xpcom/src/nsRegistry.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
+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.
+
+Mostly, there is equivalence between NR_*() calls and nsRegistry calls.
P1 |