From 250fb6e3bb12263c07db4c611dd6458046939829 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Wed, 24 Feb 1999 20:29:51 +0000 Subject: [PATCH] additional guidelines --- xpcom/doc/xpcom-component-registration.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xpcom/doc/xpcom-component-registration.html b/xpcom/doc/xpcom-component-registration.html index 4ba5ea289277..2fcdfbd10fda 100644 --- a/xpcom/doc/xpcom-component-registration.html +++ b/xpcom/doc/xpcom-component-registration.html @@ -265,6 +265,15 @@ factories and components
  • ProgID cache to improve performance of ProgID queries
  • + +
  • +Notion of Component dlls living in a Components directory and autoregistration +will load/manage only these components. Other components that are linked +in to the app need to call nsRepository::RegisterFactory() from +the app. To make this happen we need a list of these.
  • + +
  • +nsRegistry: Enabling the new nsRegistry developed by Bill Law <law@netscape.com>