diff --git a/mozilla/xpcom/doc/xpcom-component-registration.html b/mozilla/xpcom/doc/xpcom-component-registration.html index c61ce18f432..7b2a90cbf87 100644 --- a/mozilla/xpcom/doc/xpcom-component-registration.html +++ b/mozilla/xpcom/doc/xpcom-component-registration.html @@ -261,7 +261,7 @@ 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.jjjjjjjjj +the app. To make this happen we need a list of these.
  • nsRegistry: Enabling the new nsRegistry developed by Bill Law <law@netscape.com>
  • @@ -273,7 +273,7 @@ Service Manager and Repository: Merge them Convenience function to createIntance(progid)
  • -Base ProgID in the interface ID header file
  • +Base ProgID in the interface ID header file

    @@ -343,8 +343,8 @@ components to use. Is the hierarchy ROOTKEY_COMMON\\Classes\\CLSID acceptable.
  • -Should we have a nsIRepository. JS needs it so that they can reflect -it in javascript. Remove &'s in the API.
  • +Should we have a nsIRepository. JS needs it so that they can reflect it +in javascript. Remove &'s in the API.