2001-09-28 20:14:13 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
|
1999-05-18 21:43:13 +00:00
|
|
|
*
|
2001-09-28 20:14:13 +00:00
|
|
|
* The contents of this file are subject to the Netscape Public License
|
|
|
|
* Version 1.1 (the "License"); you may not use this file except in
|
|
|
|
* compliance with the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/NPL/
|
1999-05-18 21:43:13 +00:00
|
|
|
*
|
2001-09-28 20:14:13 +00:00
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* License.
|
1999-05-18 21:43:13 +00:00
|
|
|
*
|
1999-11-06 03:43:54 +00:00
|
|
|
* The Original Code is mozilla.org code.
|
|
|
|
*
|
2002-01-27 23:56:02 +00:00
|
|
|
* The Initial Developer of the Original Code is
|
2001-09-28 20:14:13 +00:00
|
|
|
* Netscape Communications Corporation.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
1999-11-06 03:43:54 +00:00
|
|
|
*
|
2001-09-28 20:14:13 +00:00
|
|
|
* Contributor(s):
|
|
|
|
*
|
|
|
|
* Alternatively, the contents of this file may be used under the terms of
|
2002-01-27 23:56:02 +00:00
|
|
|
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
2001-09-28 20:14:13 +00:00
|
|
|
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
* use your version of this file under the terms of the NPL, indicate your
|
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
|
|
|
* the terms of any one of the NPL, the GPL or the LGPL.
|
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
1999-05-18 21:43:13 +00:00
|
|
|
|
2001-10-16 04:08:42 +00:00
|
|
|
#include "nsXPCOM.h"
|
2001-12-07 19:54:16 +00:00
|
|
|
#include "nsXPCOMPrivate.h"
|
1999-05-18 21:43:13 +00:00
|
|
|
#include "nsIRegistry.h"
|
|
|
|
#include "nscore.h"
|
2002-07-01 20:37:17 +00:00
|
|
|
#include "prlink.h"
|
1999-05-18 21:43:13 +00:00
|
|
|
#include "nsCOMPtr.h"
|
2001-03-03 01:24:36 +00:00
|
|
|
#include "nsObserverList.h"
|
1999-05-18 21:43:13 +00:00
|
|
|
#include "nsObserver.h"
|
2001-10-22 22:01:27 +00:00
|
|
|
#include "nsObserverService.h"
|
1999-05-18 21:43:13 +00:00
|
|
|
#include "nsProperties.h"
|
2000-01-24 21:28:28 +00:00
|
|
|
#include "nsIProperties.h"
|
2000-01-05 09:29:25 +00:00
|
|
|
#include "nsPersistentProperties.h"
|
1999-12-04 20:31:38 +00:00
|
|
|
#include "nsScriptableInputStream.h"
|
1999-05-18 21:43:13 +00:00
|
|
|
|
2000-06-03 09:46:12 +00:00
|
|
|
#include "nsMemoryImpl.h"
|
2000-07-22 05:48:04 +00:00
|
|
|
#include "nsErrorService.h"
|
1999-05-18 21:43:13 +00:00
|
|
|
#include "nsArena.h"
|
|
|
|
#include "nsByteBuffer.h"
|
2001-12-07 19:54:16 +00:00
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
#include "nsSupportsArray.h"
|
1999-08-04 07:08:58 +00:00
|
|
|
#include "nsSupportsPrimitives.h"
|
2000-04-18 02:34:54 +00:00
|
|
|
#include "nsConsoleService.h"
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
|
|
|
#include "nsExceptionService.h"
|
1999-05-18 21:43:13 +00:00
|
|
|
|
|
|
|
#include "nsComponentManager.h"
|
|
|
|
#include "nsIServiceManager.h"
|
|
|
|
#include "nsGenericFactory.h"
|
|
|
|
|
|
|
|
#include "nsEventQueueService.h"
|
|
|
|
#include "nsEventQueue.h"
|
|
|
|
|
2000-06-24 00:03:10 +00:00
|
|
|
#include "nsIProxyObjectManager.h"
|
1999-05-28 22:17:24 +00:00
|
|
|
#include "nsProxyEventPrivate.h" // access to the impl of nsProxyObjectManager for the generic factory registration.
|
|
|
|
|
1999-10-05 00:07:39 +00:00
|
|
|
#include "xptinfo.h"
|
2000-02-15 06:45:30 +00:00
|
|
|
#include "nsIInterfaceInfoManager.h"
|
1999-05-28 01:14:59 +00:00
|
|
|
|
2001-12-16 06:13:17 +00:00
|
|
|
#include "nsTimerImpl.h"
|
|
|
|
#include "TimerThread.h"
|
|
|
|
|
1999-10-01 23:30:06 +00:00
|
|
|
#include "nsThread.h"
|
2001-01-22 21:52:01 +00:00
|
|
|
#include "nsProcess.h"
|
1999-10-01 23:30:06 +00:00
|
|
|
|
2000-01-24 21:28:28 +00:00
|
|
|
#include "nsFileSpecImpl.h"
|
2000-02-21 21:52:18 +00:00
|
|
|
#include "nsSpecialSystemDirectory.h"
|
2001-10-30 06:10:21 +00:00
|
|
|
#include "nsEmptyEnumerator.h"
|
2000-01-24 21:28:28 +00:00
|
|
|
|
|
|
|
#include "nsILocalFile.h"
|
|
|
|
#include "nsLocalFile.h"
|
2002-06-10 19:47:22 +00:00
|
|
|
#ifdef XP_UNIX
|
2002-06-10 18:50:11 +00:00
|
|
|
#include "nsNativeCharsetUtils.h"
|
2002-06-10 19:47:22 +00:00
|
|
|
#endif
|
2000-01-24 21:28:28 +00:00
|
|
|
#include "nsDirectoryService.h"
|
2000-08-11 20:31:57 +00:00
|
|
|
#include "nsDirectoryServiceDefs.h"
|
2002-07-18 05:09:10 +00:00
|
|
|
#include "nsCategoryManager.h"
|
2000-02-06 02:02:24 +00:00
|
|
|
#include "nsICategoryManager.h"
|
2001-11-22 00:08:14 +00:00
|
|
|
#include "nsStringStream.h"
|
2002-02-16 01:19:24 +00:00
|
|
|
#include "nsMultiplexInputStream.h"
|
1999-10-25 22:48:44 +00:00
|
|
|
|
2001-07-31 19:05:34 +00:00
|
|
|
#include "nsFastLoadService.h"
|
|
|
|
|
2000-03-31 09:50:00 +00:00
|
|
|
#include "nsAtomService.h"
|
2001-10-20 23:19:07 +00:00
|
|
|
#include "nsAtomTable.h"
|
2000-08-04 06:59:18 +00:00
|
|
|
#include "nsTraceRefcnt.h"
|
2001-08-17 02:03:34 +00:00
|
|
|
#include "nsTimelineService.h"
|
2000-03-31 09:50:00 +00:00
|
|
|
|
2001-10-31 23:35:07 +00:00
|
|
|
#include "nsVariant.h"
|
|
|
|
|
1999-10-16 00:06:37 +00:00
|
|
|
#ifdef GC_LEAK_DETECTOR
|
|
|
|
#include "nsLeakDetector.h"
|
|
|
|
#endif
|
2002-07-01 23:36:03 +00:00
|
|
|
#include "nsRecyclingAllocator.h"
|
1999-10-16 00:06:37 +00:00
|
|
|
|
2002-06-14 21:33:05 +00:00
|
|
|
// Registry Factory creation function defined in nsRegistry.cpp
|
|
|
|
// We hook into this function locally to create and register the registry
|
|
|
|
// Since noone outside xpcom needs to know about this and nsRegistry.cpp
|
|
|
|
// does not have a local include file, we are putting this definition
|
|
|
|
// here rather than in nsIRegistry.h
|
|
|
|
extern "C" NS_EXPORT nsresult NS_RegistryGetFactory(nsIFactory** aFactory);
|
2002-07-18 14:38:07 +00:00
|
|
|
extern nsresult NS_CategoryManagerGetFactory( nsIFactory** );
|
2002-06-14 21:33:05 +00:00
|
|
|
|
2002-07-25 14:21:00 +00:00
|
|
|
#ifdef DEBUG
|
|
|
|
extern void _FreeAutoLockStatics();
|
|
|
|
#endif
|
|
|
|
|
2001-03-12 20:43:02 +00:00
|
|
|
static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID);
|
2000-06-03 09:46:12 +00:00
|
|
|
static NS_DEFINE_CID(kMemoryCID, NS_MEMORY_CID);
|
1999-05-18 21:43:13 +00:00
|
|
|
static NS_DEFINE_CID(kEventQueueServiceCID, NS_EVENTQUEUESERVICE_CID);
|
2001-01-22 21:52:01 +00:00
|
|
|
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsProcess);
|
|
|
|
|
2002-09-03 23:36:13 +00:00
|
|
|
#include "nsXPCOM.h"
|
1999-08-04 07:08:58 +00:00
|
|
|
// ds/nsISupportsPrimitives
|
2002-09-03 23:36:13 +00:00
|
|
|
#define NS_SUPPORTS_ID_CLASSNAME "Supports ID"
|
|
|
|
#define NS_SUPPORTS_CSTRING_CLASSNAME "Supports String"
|
|
|
|
#define NS_SUPPORTS_STRING_CLASSNAME "Supports WString"
|
|
|
|
#define NS_SUPPORTS_PRBOOL_CLASSNAME "Supports PRBool"
|
|
|
|
#define NS_SUPPORTS_PRUINT8_CLASSNAME "Supports PRUint8"
|
|
|
|
#define NS_SUPPORTS_PRUINT16_CLASSNAME "Supports PRUint16"
|
|
|
|
#define NS_SUPPORTS_PRUINT32_CLASSNAME "Supports PRUint32"
|
|
|
|
#define NS_SUPPORTS_PRUINT64_CLASSNAME "Supports PRUint64"
|
|
|
|
#define NS_SUPPORTS_PRTIME_CLASSNAME "Supports PRTime"
|
|
|
|
#define NS_SUPPORTS_CHAR_CLASSNAME "Supports Char"
|
|
|
|
#define NS_SUPPORTS_PRINT16_CLASSNAME "Supports PRInt16"
|
|
|
|
#define NS_SUPPORTS_PRINT32_CLASSNAME "Supports PRInt32"
|
|
|
|
#define NS_SUPPORTS_PRINT64_CLASSNAME "Supports PRInt64"
|
|
|
|
#define NS_SUPPORTS_FLOAT_CLASSNAME "Supports float"
|
|
|
|
#define NS_SUPPORTS_DOUBLE_CLASSNAME "Supports double"
|
|
|
|
#define NS_SUPPORTS_VOID_CLASSNAME "Supports void"
|
|
|
|
#define NS_SUPPORTS_INTERFACE_POINTER_CLASSNAME "Supports interface pointer"
|
|
|
|
|
1999-08-04 07:08:58 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsIDImpl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsStringImpl)
|
2002-08-06 01:32:51 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsCStringImpl)
|
1999-08-04 07:08:58 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRBoolImpl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRUint8Impl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRUint16Impl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRUint32Impl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRUint64Impl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRTimeImpl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsCharImpl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRInt16Impl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRInt32Impl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsPRInt64Impl)
|
1999-08-06 09:42:12 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsFloatImpl)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsDoubleImpl)
|
1999-08-20 03:14:46 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsVoidImpl)
|
2001-04-11 00:10:39 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsSupportsInterfacePointerImpl)
|
1999-08-04 07:08:58 +00:00
|
|
|
|
2000-04-18 02:34:54 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsConsoleService);
|
2000-03-31 09:50:00 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAtomService);
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsExceptionService);
|
2001-12-16 06:13:17 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimerImpl);
|
2002-04-14 03:37:42 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimerManager);
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-10-31 23:35:07 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsVariant);
|
|
|
|
|
2002-07-02 04:07:20 +00:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsRecyclingAllocatorImpl);
|
|
|
|
|
2001-08-17 02:03:34 +00:00
|
|
|
#ifdef MOZ_TIMELINE
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimelineService);
|
|
|
|
#endif
|
|
|
|
|
2001-11-26 22:31:39 +00:00
|
|
|
static NS_METHOD
|
2002-01-27 23:56:02 +00:00
|
|
|
nsXPTIInterfaceInfoManagerGetSingleton(nsISupports* outer,
|
|
|
|
const nsIID& aIID,
|
2001-11-26 22:31:39 +00:00
|
|
|
void* *aInstancePtr)
|
|
|
|
{
|
|
|
|
NS_ENSURE_ARG_POINTER(aInstancePtr);
|
|
|
|
NS_ENSURE_TRUE(!outer, NS_ERROR_NO_AGGREGATION);
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-11-26 22:31:39 +00:00
|
|
|
nsCOMPtr<nsIInterfaceInfoManager> iim(dont_AddRef(XPTI_GetInterfaceInfoManager()));
|
|
|
|
if (!iim) {
|
|
|
|
return NS_ERROR_FAILURE;
|
|
|
|
}
|
|
|
|
|
|
|
|
return iim->QueryInterface(aIID, aInstancePtr);
|
|
|
|
}
|
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
|
1999-06-14 22:06:22 +00:00
|
|
|
static nsresult
|
2001-03-12 20:43:02 +00:00
|
|
|
RegisterGenericFactory(nsIComponentManager* compMgr,
|
2002-01-30 21:14:20 +00:00
|
|
|
const nsModuleComponentInfo *info)
|
1999-05-18 21:43:13 +00:00
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
nsIGenericFactory* fact;
|
2001-03-12 20:43:02 +00:00
|
|
|
rv = NS_NewGenericFactory(&fact, info);
|
1999-05-18 21:43:13 +00:00
|
|
|
if (NS_FAILED(rv)) return rv;
|
2001-12-19 00:12:41 +00:00
|
|
|
|
2002-01-27 23:56:02 +00:00
|
|
|
// what I want to do here is QI for a Component Registration Manager. Since this
|
2001-12-19 00:12:41 +00:00
|
|
|
// has not been invented yet, QI to the obsolete manager. Kids, don't do this at home.
|
2002-01-29 21:22:13 +00:00
|
|
|
nsCOMPtr<nsIComponentRegistrar> registrar = do_QueryInterface(compMgr, &rv);
|
|
|
|
if (registrar)
|
|
|
|
rv = registrar->RegisterFactory(info->mCID,
|
|
|
|
info->mDescription,
|
|
|
|
info->mContractID,
|
|
|
|
fact);
|
1999-05-18 21:43:13 +00:00
|
|
|
NS_RELEASE(fact);
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
2002-08-12 22:09:25 +00:00
|
|
|
// in order to support the installer, we need
|
|
|
|
// to be told out of band if we should cause
|
|
|
|
// an autoregister. if a file exists named
|
|
|
|
// ".autoreg" next to the application, this
|
|
|
|
// will signal us to cause autoreg.
|
|
|
|
static PRBool CheckAndRemoveUpdateFile()
|
|
|
|
{
|
|
|
|
nsresult rv;
|
|
|
|
nsCOMPtr<nsIProperties> directoryService;
|
|
|
|
nsDirectoryService::Create(nsnull,
|
|
|
|
NS_GET_IID(nsIProperties),
|
|
|
|
getter_AddRefs(directoryService));
|
|
|
|
|
|
|
|
if (!directoryService)
|
|
|
|
return PR_FALSE;
|
|
|
|
|
|
|
|
nsCOMPtr<nsIFile> file;
|
|
|
|
rv = directoryService->Get(NS_XPCOM_CURRENT_PROCESS_DIR,
|
|
|
|
NS_GET_IID(nsIFile),
|
|
|
|
getter_AddRefs(file));
|
|
|
|
|
|
|
|
if (NS_FAILED(rv)) {
|
|
|
|
NS_WARNING("Getting NS_XPCOM_CURRENT_PROCESS_DIR failed");
|
|
|
|
return PR_FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
file->AppendNative(nsDependentCString(".autoreg"));
|
|
|
|
|
|
|
|
PRBool exists = PR_FALSE;
|
|
|
|
file->Exists(&exists);
|
|
|
|
if (!exists)
|
|
|
|
return exists;
|
|
|
|
|
|
|
|
file->Remove(PR_FALSE);
|
|
|
|
return exists;
|
|
|
|
}
|
|
|
|
|
2001-10-16 03:35:52 +00:00
|
|
|
|
|
|
|
nsComponentManagerImpl* nsComponentManagerImpl::gComponentManager = NULL;
|
2000-02-22 19:46:05 +00:00
|
|
|
nsIProperties *gDirectoryService = NULL;
|
2001-10-16 03:35:52 +00:00
|
|
|
PRBool gXPCOMShuttingDown = PR_FALSE;
|
1999-05-18 21:43:13 +00:00
|
|
|
|
2002-06-21 19:58:54 +00:00
|
|
|
// If XPCOM is unloaded, we need a way to ensure that all statics have been
|
|
|
|
// reinitalized when reloading. Here we create a boolean which is initialized
|
|
|
|
// to true. During shutdown, this boolean with set to false. When we startup,
|
|
|
|
// this boolean will be checked and if the value is not true, startup will fail.
|
|
|
|
static PRBool gXPCOMHasGlobalsBeenInitalized = PR_TRUE;
|
|
|
|
|
2001-03-12 20:43:02 +00:00
|
|
|
// For each class that wishes to support nsIClassInfo, add a line like this
|
|
|
|
// NS_DECL_CLASSINFO(nsMyClass)
|
|
|
|
|
|
|
|
#define COMPONENT(NAME, Ctor) \
|
|
|
|
{ NS_##NAME##_CLASSNAME, NS_##NAME##_CID, NS_##NAME##_CONTRACTID, Ctor }
|
|
|
|
|
|
|
|
#define COMPONENT_CI(NAME, Ctor, Class) \
|
|
|
|
{ NS_##NAME##_CLASSNAME, NS_##NAME##_CID, NS_##NAME##_CONTRACTID, Ctor, \
|
|
|
|
NULL, NULL, NULL, NS_CI_INTERFACE_GETTER_NAME(Class), NULL, \
|
|
|
|
&NS_CLASSINFO_NAME(Class) }
|
|
|
|
|
2002-01-30 21:14:20 +00:00
|
|
|
static const nsModuleComponentInfo components[] = {
|
2001-12-07 19:54:16 +00:00
|
|
|
// ugh
|
|
|
|
#define NS_MEMORY_CONTRACTID "@mozilla.org/xpcom/memory-service;1"
|
|
|
|
#define NS_MEMORY_CLASSNAME "Global Memory Service"
|
2001-03-12 20:43:02 +00:00
|
|
|
COMPONENT(MEMORY, nsMemoryImpl::Create),
|
|
|
|
#define NS_ERRORSERVICE_CLASSNAME NS_ERRORSERVICE_NAME
|
|
|
|
COMPONENT(ERRORSERVICE, nsErrorService::Create),
|
|
|
|
|
|
|
|
COMPONENT(ARENA, ArenaImpl::Create),
|
|
|
|
COMPONENT(BYTEBUFFER, ByteBufferImpl::Create),
|
|
|
|
COMPONENT(SCRIPTABLEINPUTSTREAM, nsScriptableInputStream::Create),
|
|
|
|
|
2002-09-03 23:36:13 +00:00
|
|
|
#define NS_PROPERTIES_CLASSNAME "Properties"
|
2001-03-12 20:43:02 +00:00
|
|
|
COMPONENT(PROPERTIES, nsProperties::Create),
|
|
|
|
|
|
|
|
#define NS_PERSISTENTPROPERTIES_CID NS_IPERSISTENTPROPERTIES_CID /* sigh */
|
|
|
|
COMPONENT(PERSISTENTPROPERTIES, nsPersistentProperties::Create),
|
|
|
|
|
|
|
|
COMPONENT(SUPPORTSARRAY, nsSupportsArray::Create),
|
|
|
|
COMPONENT(CONSOLESERVICE, nsConsoleServiceConstructor),
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
|
|
|
COMPONENT(EXCEPTIONSERVICE, nsExceptionServiceConstructor),
|
2001-03-12 20:43:02 +00:00
|
|
|
COMPONENT(ATOMSERVICE, nsAtomServiceConstructor),
|
2001-08-17 02:03:34 +00:00
|
|
|
#ifdef MOZ_TIMELINE
|
|
|
|
COMPONENT(TIMELINESERVICE, nsTimelineServiceConstructor),
|
|
|
|
#endif
|
2001-03-12 20:43:02 +00:00
|
|
|
COMPONENT(OBSERVER, nsObserver::Create),
|
|
|
|
COMPONENT(OBSERVERSERVICE, nsObserverService::Create),
|
|
|
|
COMPONENT(GENERICFACTORY, nsGenericFactory::Create),
|
|
|
|
COMPONENT(EVENTQUEUESERVICE, nsEventQueueServiceImpl::Create),
|
|
|
|
COMPONENT(EVENTQUEUE, nsEventQueueImpl::Create),
|
|
|
|
COMPONENT(THREAD, nsThread::Create),
|
|
|
|
COMPONENT(THREADPOOL, nsThreadPool::Create),
|
|
|
|
|
|
|
|
#define NS_XPCOMPROXY_CID NS_PROXYEVENT_MANAGER_CID
|
|
|
|
COMPONENT(XPCOMPROXY, nsProxyObjectManager::Create),
|
|
|
|
|
2001-12-16 06:13:17 +00:00
|
|
|
COMPONENT(TIMER, nsTimerImplConstructor),
|
2002-04-14 03:37:42 +00:00
|
|
|
COMPONENT(TIMERMANAGER, nsTimerManagerConstructor),
|
2001-12-16 06:13:17 +00:00
|
|
|
|
2001-03-12 20:43:02 +00:00
|
|
|
#define COMPONENT_SUPPORTS(TYPE, Type) \
|
|
|
|
COMPONENT(SUPPORTS_##TYPE, nsSupports##Type##ImplConstructor)
|
|
|
|
|
|
|
|
COMPONENT_SUPPORTS(ID, ID),
|
|
|
|
COMPONENT_SUPPORTS(STRING, String),
|
2002-08-06 01:47:23 +00:00
|
|
|
COMPONENT_SUPPORTS(CSTRING, CString),
|
2001-03-12 20:43:02 +00:00
|
|
|
COMPONENT_SUPPORTS(PRBOOL, PRBool),
|
|
|
|
COMPONENT_SUPPORTS(PRUINT8, PRUint8),
|
|
|
|
COMPONENT_SUPPORTS(PRUINT16, PRUint16),
|
|
|
|
COMPONENT_SUPPORTS(PRUINT32, PRUint32),
|
|
|
|
COMPONENT_SUPPORTS(PRUINT64, PRUint64),
|
|
|
|
COMPONENT_SUPPORTS(PRTIME, PRTime),
|
|
|
|
COMPONENT_SUPPORTS(CHAR, Char),
|
|
|
|
COMPONENT_SUPPORTS(PRINT16, PRInt16),
|
|
|
|
COMPONENT_SUPPORTS(PRINT32, PRInt32),
|
|
|
|
COMPONENT_SUPPORTS(PRINT64, PRInt64),
|
|
|
|
COMPONENT_SUPPORTS(FLOAT, Float),
|
|
|
|
COMPONENT_SUPPORTS(DOUBLE, Double),
|
|
|
|
COMPONENT_SUPPORTS(VOID, Void),
|
2001-04-11 00:10:39 +00:00
|
|
|
COMPONENT_SUPPORTS(INTERFACE_POINTER, InterfacePointer),
|
2001-03-12 20:43:02 +00:00
|
|
|
|
|
|
|
#undef COMPONENT_SUPPORTS
|
|
|
|
|
|
|
|
COMPONENT(LOCAL_FILE, nsLocalFile::nsLocalFileConstructor),
|
2002-09-03 23:36:13 +00:00
|
|
|
#define NS_DIRECTORY_SERVICE_CLASSNAME "nsIFile Directory Service"
|
2001-03-12 20:43:02 +00:00
|
|
|
COMPONENT(DIRECTORY_SERVICE, nsDirectoryService::Create),
|
|
|
|
COMPONENT(PROCESS, nsProcessConstructor),
|
|
|
|
COMPONENT(FILESPEC, nsFileSpecImpl::Create),
|
2001-07-31 19:05:34 +00:00
|
|
|
COMPONENT(DIRECTORYITERATOR, nsDirectoryIteratorImpl::Create),
|
|
|
|
|
2001-11-22 00:08:14 +00:00
|
|
|
COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
|
2002-02-16 01:19:24 +00:00
|
|
|
COMPONENT(MULTIPLEXINPUTSTREAM, nsMultiplexInputStreamConstructor),
|
2001-11-22 00:08:14 +00:00
|
|
|
|
2001-10-31 23:35:07 +00:00
|
|
|
COMPONENT(FASTLOADSERVICE, nsFastLoadService::Create),
|
2001-11-26 22:31:39 +00:00
|
|
|
COMPONENT(VARIANT, nsVariantConstructor),
|
2002-07-01 23:36:03 +00:00
|
|
|
COMPONENT(INTERFACEINFOMANAGER_SERVICE, nsXPTIInterfaceInfoManagerGetSingleton),
|
|
|
|
|
2002-07-02 04:07:20 +00:00
|
|
|
COMPONENT(RECYCLINGALLOCATOR, nsRecyclingAllocatorImplConstructor),
|
2001-03-12 20:43:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#undef COMPONENT
|
|
|
|
|
|
|
|
const int components_length = sizeof(components) / sizeof(components[0]);
|
2000-08-16 22:40:27 +00:00
|
|
|
|
2002-07-01 20:37:17 +00:00
|
|
|
static const PRStaticLinkTable sGlueSymbols[] = {
|
|
|
|
"NS_GetFrozenFunctions",
|
2002-07-02 04:26:18 +00:00
|
|
|
(void (* PR_CALLBACK)())&NS_GetFrozenFunctions
|
2002-07-01 20:37:17 +00:00
|
|
|
} ;
|
|
|
|
|
2002-01-27 23:56:02 +00:00
|
|
|
// gMemory will be freed during shutdown.
|
2001-12-07 19:54:16 +00:00
|
|
|
static nsIMemory* gMemory = nsnull;
|
|
|
|
nsresult NS_COM NS_GetMemoryManager(nsIMemory* *result)
|
|
|
|
{
|
|
|
|
nsresult rv = NS_OK;
|
|
|
|
if (!gMemory)
|
|
|
|
{
|
|
|
|
rv = nsMemoryImpl::Create(nsnull,
|
2002-01-27 23:56:02 +00:00
|
|
|
NS_GET_IID(nsIMemory),
|
2001-12-07 19:54:16 +00:00
|
|
|
(void**)&gMemory);
|
|
|
|
}
|
|
|
|
NS_IF_ADDREF(*result = gMemory);
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
2002-01-27 23:56:02 +00:00
|
|
|
nsresult NS_COM NS_InitXPCOM(nsIServiceManager* *result,
|
2000-08-16 22:40:27 +00:00
|
|
|
nsIFile* binDirectory)
|
|
|
|
{
|
2001-01-18 22:51:57 +00:00
|
|
|
return NS_InitXPCOM2(result, binDirectory, nsnull);
|
2000-08-16 22:40:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2002-01-27 23:56:02 +00:00
|
|
|
nsresult NS_COM NS_InitXPCOM2(nsIServiceManager* *result,
|
2001-01-18 22:51:57 +00:00
|
|
|
nsIFile* binDirectory,
|
|
|
|
nsIDirectoryServiceProvider* appFileLocationProvider)
|
1999-05-18 21:43:13 +00:00
|
|
|
{
|
2002-06-21 19:58:54 +00:00
|
|
|
|
|
|
|
if (!gXPCOMHasGlobalsBeenInitalized)
|
|
|
|
return NS_ERROR_NOT_INITIALIZED;
|
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
nsresult rv = NS_OK;
|
|
|
|
|
2002-06-11 19:26:04 +00:00
|
|
|
// We are not shutting down
|
|
|
|
gXPCOMShuttingDown = PR_FALSE;
|
|
|
|
|
2000-12-23 16:43:32 +00:00
|
|
|
#ifdef NS_BUILD_REFCNT_LOGGING
|
|
|
|
nsTraceRefcnt::Startup();
|
2002-01-27 23:56:02 +00:00
|
|
|
#endif
|
2000-12-23 16:43:32 +00:00
|
|
|
|
2000-03-05 21:26:01 +00:00
|
|
|
// Establish the main thread here.
|
1999-10-30 01:52:55 +00:00
|
|
|
rv = nsIThread::SetMainThread();
|
2000-03-05 21:26:01 +00:00
|
|
|
if (NS_FAILED(rv)) return rv;
|
1999-10-30 01:52:55 +00:00
|
|
|
|
2000-09-28 23:17:49 +00:00
|
|
|
// Startup the memory manager
|
|
|
|
rv = nsMemoryImpl::Startup();
|
|
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
|
2002-06-10 19:44:07 +00:00
|
|
|
#ifdef XP_UNIX
|
2002-06-10 18:50:11 +00:00
|
|
|
NS_StartupNativeCharsetUtils();
|
2002-06-10 19:44:07 +00:00
|
|
|
#endif
|
2000-12-09 04:11:05 +00:00
|
|
|
NS_StartupLocalFile();
|
|
|
|
|
2001-02-19 03:09:57 +00:00
|
|
|
StartupSpecialSystemDirectory();
|
|
|
|
|
2002-07-01 20:37:17 +00:00
|
|
|
PR_LoadStaticLibrary("XPCOMComponentGlue", sGlueSymbols);
|
|
|
|
|
2001-09-06 21:13:11 +00:00
|
|
|
// Start the directory service so that the component manager init can use it.
|
2002-01-27 23:56:02 +00:00
|
|
|
rv = nsDirectoryService::Create(nsnull,
|
|
|
|
NS_GET_IID(nsIProperties),
|
2001-09-06 21:13:11 +00:00
|
|
|
(void**)&gDirectoryService);
|
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return rv;
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-09-06 21:13:11 +00:00
|
|
|
nsCOMPtr<nsIDirectoryService> dirService = do_QueryInterface(gDirectoryService, &rv);
|
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return rv;
|
|
|
|
rv = dirService->Init();
|
|
|
|
if (NS_FAILED(rv))
|
|
|
|
return rv;
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-09-06 21:13:11 +00:00
|
|
|
// Create the Component/Service Manager
|
|
|
|
nsComponentManagerImpl *compMgr = NULL;
|
2002-01-27 23:56:02 +00:00
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
if (nsComponentManagerImpl::gComponentManager == NULL)
|
|
|
|
{
|
|
|
|
compMgr = new nsComponentManagerImpl();
|
|
|
|
if (compMgr == NULL)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
NS_ADDREF(compMgr);
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2000-01-24 21:28:28 +00:00
|
|
|
PRBool value;
|
|
|
|
if (binDirectory)
|
1999-09-16 19:28:57 +00:00
|
|
|
{
|
2000-01-24 21:28:28 +00:00
|
|
|
rv = binDirectory->IsDirectory(&value);
|
|
|
|
|
|
|
|
if (NS_SUCCEEDED(rv) && value)
|
2002-08-26 20:36:44 +00:00
|
|
|
gDirectoryService->Set(NS_XPCOM_INIT_CURRENT_PROCESS_DIR, binDirectory);
|
2000-02-21 21:52:18 +00:00
|
|
|
|
|
|
|
//Since people are still using the nsSpecialSystemDirectory, we should init it.
|
2002-04-27 05:33:09 +00:00
|
|
|
nsCAutoString path;
|
2002-05-07 23:07:19 +00:00
|
|
|
binDirectory->GetNativePath(path);
|
2002-04-27 05:33:09 +00:00
|
|
|
nsFileSpec spec(path.get());
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2000-02-21 21:52:18 +00:00
|
|
|
nsSpecialSystemDirectory::Set(nsSpecialSystemDirectory::Moz_BinDirectory, &spec);
|
2002-01-27 23:56:02 +00:00
|
|
|
|
1999-09-16 19:28:57 +00:00
|
|
|
}
|
2002-01-22 23:00:44 +00:00
|
|
|
if (appFileLocationProvider) {
|
|
|
|
rv = dirService->RegisterProvider(appFileLocationProvider);
|
|
|
|
if (NS_FAILED(rv)) return rv;
|
2001-01-18 22:51:57 +00:00
|
|
|
}
|
2002-01-27 23:56:02 +00:00
|
|
|
|
1999-05-28 01:14:59 +00:00
|
|
|
rv = compMgr->Init();
|
1999-05-18 21:43:13 +00:00
|
|
|
if (NS_FAILED(rv))
|
|
|
|
{
|
|
|
|
NS_RELEASE(compMgr);
|
|
|
|
return rv;
|
|
|
|
}
|
2002-01-27 23:56:02 +00:00
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
nsComponentManagerImpl::gComponentManager = compMgr;
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-09-10 04:28:37 +00:00
|
|
|
if (result) {
|
2002-01-27 23:56:02 +00:00
|
|
|
nsIServiceManager *serviceManager =
|
|
|
|
NS_STATIC_CAST(nsIServiceManager*, compMgr);
|
|
|
|
|
|
|
|
NS_ADDREF(*result = serviceManager);
|
2001-09-10 04:28:37 +00:00
|
|
|
}
|
1999-05-18 21:43:13 +00:00
|
|
|
}
|
2000-06-03 09:46:12 +00:00
|
|
|
|
2001-12-07 19:54:16 +00:00
|
|
|
nsCOMPtr<nsIMemory> memory;
|
|
|
|
NS_GetMemoryManager(getter_AddRefs(memory));
|
2001-10-16 03:35:52 +00:00
|
|
|
// dougt - these calls will be moved into a new interface when nsIComponentManager is frozen.
|
|
|
|
rv = compMgr->RegisterService(kMemoryCID, memory);
|
2000-06-03 09:46:12 +00:00
|
|
|
if (NS_FAILED(rv)) return rv;
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-10-16 03:35:52 +00:00
|
|
|
rv = compMgr->RegisterService(kComponentManagerCID, NS_STATIC_CAST(nsIComponentManager*, compMgr));
|
1999-05-18 21:43:13 +00:00
|
|
|
if (NS_FAILED(rv)) return rv;
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2000-08-11 00:13:39 +00:00
|
|
|
#ifdef GC_LEAK_DETECTOR
|
|
|
|
rv = NS_InitLeakDetector();
|
|
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
#endif
|
|
|
|
|
2001-09-06 21:13:11 +00:00
|
|
|
// 2. Register the global services with the component manager so that
|
1999-05-18 21:43:13 +00:00
|
|
|
// clients can create new objects.
|
|
|
|
|
|
|
|
// Registry
|
2002-06-14 21:33:05 +00:00
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
nsIFactory *registryFactory = NULL;
|
1999-06-14 02:08:49 +00:00
|
|
|
rv = NS_RegistryGetFactory(®istryFactory);
|
1999-05-18 21:43:13 +00:00
|
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
|
|
|
|
NS_DEFINE_CID(kRegistryCID, NS_REGISTRY_CID);
|
|
|
|
|
1999-05-28 01:14:59 +00:00
|
|
|
rv = compMgr->RegisterFactory(kRegistryCID,
|
|
|
|
NS_REGISTRY_CLASSNAME,
|
2000-09-13 23:57:52 +00:00
|
|
|
NS_REGISTRY_CONTRACTID,
|
1999-05-28 01:14:59 +00:00
|
|
|
registryFactory, PR_TRUE);
|
1999-05-18 21:43:13 +00:00
|
|
|
NS_RELEASE(registryFactory);
|
2002-06-14 21:33:05 +00:00
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
if (NS_FAILED(rv)) return rv;
|
|
|
|
|
2000-02-06 02:02:24 +00:00
|
|
|
// Category Manager
|
|
|
|
{
|
|
|
|
nsCOMPtr<nsIFactory> categoryManagerFactory;
|
|
|
|
if ( NS_FAILED(rv = NS_CategoryManagerGetFactory(getter_AddRefs(categoryManagerFactory))) )
|
|
|
|
return rv;
|
|
|
|
|
|
|
|
NS_DEFINE_CID(kCategoryManagerCID, NS_CATEGORYMANAGER_CID);
|
|
|
|
|
|
|
|
rv = compMgr->RegisterFactory(kCategoryManagerCID,
|
|
|
|
NS_CATEGORYMANAGER_CLASSNAME,
|
2000-09-13 23:57:52 +00:00
|
|
|
NS_CATEGORYMANAGER_CONTRACTID,
|
2000-02-06 02:02:24 +00:00
|
|
|
categoryManagerFactory,
|
|
|
|
PR_TRUE);
|
2002-04-15 22:26:29 +00:00
|
|
|
if ( NS_FAILED(rv) ) return rv;
|
2000-02-06 02:02:24 +00:00
|
|
|
}
|
|
|
|
|
2001-03-12 20:43:02 +00:00
|
|
|
for (int i = 0; i < components_length; i++)
|
|
|
|
RegisterGenericFactory(compMgr, &components[i]);
|
1999-10-25 22:48:44 +00:00
|
|
|
|
2002-06-14 21:33:05 +00:00
|
|
|
rv = nsComponentManagerImpl::gComponentManager->ReadPersistentRegistry();
|
|
|
|
#ifdef DEBUG
|
|
|
|
if (NS_FAILED(rv)) {
|
|
|
|
printf("No Persistent Registry Found.\n");
|
|
|
|
}
|
|
|
|
#endif
|
2002-07-18 05:09:10 +00:00
|
|
|
|
2002-08-12 22:09:25 +00:00
|
|
|
if ( NS_FAILED(rv) || CheckAndRemoveUpdateFile()) {
|
2002-07-18 05:09:10 +00:00
|
|
|
// if we find no persistent registry, we will try to autoregister
|
|
|
|
// the default components directory.
|
|
|
|
nsComponentManagerImpl::gComponentManager->AutoRegister(nsnull);
|
2002-08-22 23:04:04 +00:00
|
|
|
|
2002-09-13 22:18:43 +00:00
|
|
|
// If the application is using a GRE, then,
|
|
|
|
// auto register components in the GRE directory as well.
|
2002-08-22 23:04:04 +00:00
|
|
|
//
|
2002-09-13 22:18:43 +00:00
|
|
|
// The application indicates that it's using an GRE by
|
2002-08-22 23:04:04 +00:00
|
|
|
// returning a valid nsIFile when queried (via appFileLocProvider)
|
2002-09-13 22:18:43 +00:00
|
|
|
// for the NS_GRE_DIR atom as shown below
|
2002-08-22 23:04:04 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
if ( appFileLocationProvider ) {
|
2002-09-13 22:18:43 +00:00
|
|
|
nsCOMPtr<nsIFile> greDir;
|
2002-08-22 23:04:04 +00:00
|
|
|
PRBool persistent = PR_TRUE;
|
|
|
|
|
2002-09-13 22:18:43 +00:00
|
|
|
appFileLocationProvider->GetFile(NS_GRE_DIR, &persistent, getter_AddRefs(greDir));
|
2002-08-22 23:04:04 +00:00
|
|
|
|
2002-09-13 22:18:43 +00:00
|
|
|
if (greDir)
|
2002-08-22 23:04:04 +00:00
|
|
|
{
|
2002-09-13 22:18:43 +00:00
|
|
|
rv = nsComponentManagerImpl::gComponentManager->AutoRegister(greDir);
|
2002-08-22 23:04:04 +00:00
|
|
|
if (NS_FAILED(rv))
|
|
|
|
{
|
2002-09-13 22:18:43 +00:00
|
|
|
NS_ERROR("Could not AutoRegister GRE components");
|
2002-08-22 23:04:04 +00:00
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2002-07-18 05:09:10 +00:00
|
|
|
}
|
2002-08-12 22:09:25 +00:00
|
|
|
|
2000-04-25 04:52:30 +00:00
|
|
|
// Pay the cost at startup time of starting this singleton.
|
2000-02-15 06:45:30 +00:00
|
|
|
nsIInterfaceInfoManager* iim = XPTI_GetInterfaceInfoManager();
|
|
|
|
NS_IF_RELEASE(iim);
|
|
|
|
|
2002-04-15 22:26:29 +00:00
|
|
|
nsCOMPtr<nsIEventQueueService> eventQService(do_GetService(NS_EVENTQUEUESERVICE_CONTRACTID, &rv));
|
|
|
|
if ( NS_FAILED(rv) ) return rv;
|
|
|
|
|
|
|
|
rv = eventQService->CreateThreadEventQueue();
|
|
|
|
if ( NS_FAILED(rv) ) return rv;
|
|
|
|
|
1999-05-18 21:43:13 +00:00
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
2002-08-12 22:09:25 +00:00
|
|
|
|
2002-06-04 14:21:32 +00:00
|
|
|
static nsVoidArray* gExitRoutines;
|
|
|
|
|
2001-12-07 19:54:16 +00:00
|
|
|
static void CallExitRoutines()
|
|
|
|
{
|
2002-06-04 14:21:32 +00:00
|
|
|
if (!gExitRoutines)
|
|
|
|
return;
|
|
|
|
|
|
|
|
PRInt32 count = gExitRoutines->Count();
|
2001-12-07 19:54:16 +00:00
|
|
|
for (PRInt32 i = 0; i < count; i++) {
|
2002-06-04 14:21:32 +00:00
|
|
|
XPCOMExitRoutine func = (XPCOMExitRoutine) gExitRoutines->ElementAt(i);
|
2001-12-07 19:54:16 +00:00
|
|
|
func();
|
|
|
|
}
|
2002-06-04 14:21:32 +00:00
|
|
|
gExitRoutines->Clear();
|
|
|
|
delete gExitRoutines;
|
|
|
|
gExitRoutines = nsnull;
|
2001-12-07 19:54:16 +00:00
|
|
|
}
|
|
|
|
|
2002-01-27 23:56:02 +00:00
|
|
|
nsresult NS_COM
|
2001-12-07 19:54:16 +00:00
|
|
|
NS_RegisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine, PRUint32 priority)
|
|
|
|
{
|
2002-01-27 23:56:02 +00:00
|
|
|
// priority are not used right now. It will need to be implemented as more
|
2001-12-07 19:54:16 +00:00
|
|
|
// classes are moved into the glue library --dougt
|
2002-06-04 14:21:32 +00:00
|
|
|
if (!gExitRoutines) {
|
|
|
|
gExitRoutines = new nsVoidArray();
|
|
|
|
if (!gExitRoutines) {
|
|
|
|
NS_WARNING("Failed to allocate gExitRoutines");
|
|
|
|
return NS_ERROR_FAILURE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
PRBool okay = gExitRoutines->AppendElement((void*)exitRoutine);
|
2001-12-07 19:54:16 +00:00
|
|
|
return okay ? NS_OK : NS_ERROR_FAILURE;
|
|
|
|
}
|
|
|
|
|
2002-01-27 23:56:02 +00:00
|
|
|
nsresult NS_COM
|
2001-12-07 19:54:16 +00:00
|
|
|
NS_UnregisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine)
|
|
|
|
{
|
2002-06-04 14:21:32 +00:00
|
|
|
if (!gExitRoutines)
|
|
|
|
return NS_ERROR_FAILURE;
|
|
|
|
|
|
|
|
PRBool okay = gExitRoutines->RemoveElement((void*)exitRoutine);
|
2001-12-07 19:54:16 +00:00
|
|
|
return okay ? NS_OK : NS_ERROR_FAILURE;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-07-31 00:07:31 +00:00
|
|
|
//
|
|
|
|
// NS_ShutdownXPCOM()
|
|
|
|
//
|
|
|
|
// The shutdown sequence for xpcom would be
|
|
|
|
//
|
|
|
|
// - Release the Global Service Manager
|
|
|
|
// - Release all service instances held by the global service manager
|
|
|
|
// - Release the Global Service Manager itself
|
|
|
|
// - Release the Component Manager
|
|
|
|
// - Release all factories cached by the Component Manager
|
|
|
|
// - Unload Libraries
|
2000-09-13 23:57:52 +00:00
|
|
|
// - Release Contractid Cache held by Component Manager
|
1999-07-31 00:07:31 +00:00
|
|
|
// - Release dll abstraction held by Component Manager
|
|
|
|
// - Release the Registry held by Component Manager
|
|
|
|
// - Finally, release the component manager itself
|
|
|
|
//
|
1999-07-28 07:57:39 +00:00
|
|
|
nsresult NS_COM NS_ShutdownXPCOM(nsIServiceManager* servMgr)
|
|
|
|
{
|
2002-04-15 22:26:29 +00:00
|
|
|
|
1999-11-09 23:41:24 +00:00
|
|
|
// Notify observers of xpcom shutting down
|
|
|
|
nsresult rv = NS_OK;
|
|
|
|
{
|
|
|
|
// Block it so that the COMPtr will get deleted before we hit
|
|
|
|
// servicemanager shutdown
|
2002-01-27 23:56:02 +00:00
|
|
|
nsCOMPtr<nsIObserverService> observerService =
|
2001-10-22 22:01:27 +00:00
|
|
|
do_GetService("@mozilla.org/observer-service;1", &rv);
|
1999-11-09 23:41:24 +00:00
|
|
|
if (NS_SUCCEEDED(rv))
|
|
|
|
{
|
2001-10-16 03:35:52 +00:00
|
|
|
nsCOMPtr<nsIServiceManager> mgr;
|
|
|
|
rv = NS_GetServiceManager(getter_AddRefs(mgr));
|
1999-11-09 23:41:24 +00:00
|
|
|
if (NS_SUCCEEDED(rv))
|
|
|
|
{
|
2002-01-27 23:56:02 +00:00
|
|
|
(void) observerService->NotifyObservers(mgr,
|
|
|
|
NS_XPCOM_SHUTDOWN_OBSERVER_ID,
|
2001-10-19 20:52:59 +00:00
|
|
|
nsnull);
|
1999-11-09 23:41:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2001-01-09 05:44:47 +00:00
|
|
|
// grab the event queue so that we can process events one last time before exiting
|
|
|
|
nsCOMPtr <nsIEventQueue> currentQ;
|
|
|
|
{
|
2002-01-27 23:56:02 +00:00
|
|
|
nsCOMPtr<nsIEventQueueService> eventQService =
|
2001-07-25 07:54:28 +00:00
|
|
|
do_GetService(kEventQueueServiceCID, &rv);
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-01-09 05:44:47 +00:00
|
|
|
if (eventQService) {
|
|
|
|
eventQService->GetThreadEventQueue(NS_CURRENT_THREAD, getter_AddRefs(currentQ));
|
|
|
|
}
|
|
|
|
}
|
2001-10-25 21:03:35 +00:00
|
|
|
// XPCOM is officially in shutdown mode NOW
|
|
|
|
// Set this only after the observers have been notified as this
|
|
|
|
// will cause servicemanager to become inaccessible.
|
|
|
|
gXPCOMShuttingDown = PR_TRUE;
|
2000-01-10 21:26:56 +00:00
|
|
|
|
2002-05-11 21:15:06 +00:00
|
|
|
#ifdef DEBUG_dougt
|
|
|
|
fprintf(stderr, "* * * * XPCOM shutdown. Access will be denied * * * * \n");
|
|
|
|
#endif
|
1999-09-25 20:11:33 +00:00
|
|
|
// We may have AddRef'd for the caller of NS_InitXPCOM, so release it
|
|
|
|
// here again:
|
1999-09-24 06:26:17 +00:00
|
|
|
NS_IF_RELEASE(servMgr);
|
1999-12-08 02:03:25 +00:00
|
|
|
|
|
|
|
// Shutdown global servicemanager
|
2002-09-12 19:35:49 +00:00
|
|
|
if (nsComponentManagerImpl::gComponentManager) {
|
|
|
|
nsComponentManagerImpl::gComponentManager->FreeServices();
|
|
|
|
}
|
2001-10-16 03:35:52 +00:00
|
|
|
nsServiceManager::ShutdownGlobalServiceManager(nsnull);
|
|
|
|
|
2001-01-09 05:44:47 +00:00
|
|
|
if (currentQ) {
|
|
|
|
currentQ->ProcessPendingEvents();
|
|
|
|
currentQ = 0;
|
|
|
|
}
|
2002-06-11 19:26:04 +00:00
|
|
|
|
|
|
|
nsProxyObjectManager::Shutdown();
|
1999-09-23 00:00:08 +00:00
|
|
|
|
2000-02-21 21:52:18 +00:00
|
|
|
// Release the directory service
|
|
|
|
NS_IF_RELEASE(gDirectoryService);
|
1999-10-30 06:45:45 +00:00
|
|
|
|
2000-12-09 04:11:05 +00:00
|
|
|
// Shutdown nsLocalFile string conversion
|
|
|
|
NS_ShutdownLocalFile();
|
2002-06-10 19:44:07 +00:00
|
|
|
#ifdef XP_UNIX
|
2002-06-10 18:50:11 +00:00
|
|
|
NS_ShutdownNativeCharsetUtils();
|
2002-06-10 19:44:07 +00:00
|
|
|
#endif
|
2000-12-09 04:11:05 +00:00
|
|
|
|
2001-12-16 06:13:17 +00:00
|
|
|
// Shutdown the timer thread and all timers that might still be alive before
|
|
|
|
// shutting down the component manager
|
|
|
|
nsTimerImpl::Shutdown();
|
|
|
|
|
2002-07-01 20:37:17 +00:00
|
|
|
CallExitRoutines();
|
|
|
|
|
1999-10-21 21:34:39 +00:00
|
|
|
// Shutdown xpcom. This will release all loaders and cause others holding
|
|
|
|
// a refcount to the component manager to release it.
|
2002-09-12 19:35:49 +00:00
|
|
|
if (nsComponentManagerImpl::gComponentManager) {
|
|
|
|
rv = (nsComponentManagerImpl::gComponentManager)->Shutdown();
|
|
|
|
NS_ASSERTION(NS_SUCCEEDED(rv), "Component Manager shutdown failed.");
|
|
|
|
} else
|
|
|
|
NS_WARNING("Component Manager was never created ...");
|
1999-10-21 21:34:39 +00:00
|
|
|
|
1999-11-10 00:28:34 +00:00
|
|
|
// Release our own singletons
|
|
|
|
// Do this _after_ shutting down the component manager, because the
|
|
|
|
// JS component loader will use XPConnect to call nsIModule::canUnload,
|
|
|
|
// and that will spin up the InterfaceInfoManager again -- bad mojo
|
|
|
|
XPTI_FreeInterfaceInfoManager();
|
|
|
|
|
1999-09-20 20:53:49 +00:00
|
|
|
// Finally, release the component manager last because it unloads the
|
|
|
|
// libraries:
|
2002-02-14 03:26:19 +00:00
|
|
|
if (nsComponentManagerImpl::gComponentManager) {
|
|
|
|
nsrefcnt cnt;
|
|
|
|
NS_RELEASE2(nsComponentManagerImpl::gComponentManager, cnt);
|
|
|
|
NS_WARN_IF_FALSE(cnt == 0, "Component Manager being held past XPCOM shutdown.");
|
|
|
|
}
|
2001-10-16 23:39:20 +00:00
|
|
|
nsComponentManagerImpl::gComponentManager = nsnull;
|
1999-10-07 21:50:20 +00:00
|
|
|
|
1999-09-17 23:21:29 +00:00
|
|
|
#ifdef DEBUG
|
|
|
|
_FreeAutoLockStatics();
|
|
|
|
#endif
|
1999-09-30 07:41:37 +00:00
|
|
|
|
2001-02-19 03:09:57 +00:00
|
|
|
ShutdownSpecialSystemDirectory();
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2001-10-30 06:10:21 +00:00
|
|
|
EmptyEnumeratorImpl::Shutdown();
|
2000-07-11 07:31:50 +00:00
|
|
|
nsMemoryImpl::Shutdown();
|
2001-12-07 19:54:16 +00:00
|
|
|
NS_IF_RELEASE(gMemory);
|
2002-01-27 23:56:02 +00:00
|
|
|
|
2000-09-28 23:17:49 +00:00
|
|
|
nsThread::Shutdown();
|
2000-07-11 07:31:50 +00:00
|
|
|
NS_PurgeAtomTable();
|
1999-10-05 00:07:39 +00:00
|
|
|
|
2000-12-23 16:43:32 +00:00
|
|
|
#ifdef NS_BUILD_REFCNT_LOGGING
|
1999-10-12 09:30:12 +00:00
|
|
|
nsTraceRefcnt::DumpStatistics();
|
1999-10-08 20:41:19 +00:00
|
|
|
nsTraceRefcnt::ResetStatistics();
|
2000-12-23 16:43:32 +00:00
|
|
|
nsTraceRefcnt::Shutdown();
|
1999-11-30 04:50:42 +00:00
|
|
|
#endif
|
1999-10-05 00:07:39 +00:00
|
|
|
|
1999-09-30 07:41:37 +00:00
|
|
|
#ifdef GC_LEAK_DETECTOR
|
2000-03-05 21:26:01 +00:00
|
|
|
// Shutdown the Leak detector.
|
|
|
|
NS_ShutdownLeakDetector();
|
1999-09-30 07:41:37 +00:00
|
|
|
#endif
|
|
|
|
|
2002-06-21 19:58:54 +00:00
|
|
|
gXPCOMHasGlobalsBeenInitalized = PR_FALSE;
|
1999-07-28 07:57:39 +00:00
|
|
|
return NS_OK;
|
|
|
|
}
|
2001-12-07 19:54:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2002-09-14 17:12:46 +00:00
|
|
|
/*
|
|
|
|
Some symbol loaders use the address of the function defined in the
|
|
|
|
application, not the "real" function defined by xpcom. We need to return
|
|
|
|
the address of something in *this* library. Here, we create some stubs
|
|
|
|
and return them in NS_GetFrozenFunctions.
|
|
|
|
*/
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_InitXPCOM2(nsIServiceManager* *result,
|
|
|
|
nsIFile* binDirectory,
|
|
|
|
nsIDirectoryServiceProvider* appFileLocationProvider)
|
|
|
|
{
|
|
|
|
return NS_InitXPCOM2(result, binDirectory, appFileLocationProvider);
|
|
|
|
}
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_ShutdownXPCOM(nsIServiceManager* servMgr)
|
|
|
|
{
|
|
|
|
return NS_ShutdownXPCOM(servMgr);
|
|
|
|
}
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_GetServiceManager(nsIServiceManager* *result)
|
|
|
|
{
|
|
|
|
return NS_GetServiceManager(result);
|
|
|
|
}
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_GetComponentManager(nsIComponentManager* *result)
|
|
|
|
{
|
|
|
|
return NS_GetComponentManager(result);
|
|
|
|
}
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_GetComponentRegistrar(nsIComponentRegistrar* *result)
|
|
|
|
{
|
|
|
|
return NS_GetComponentRegistrar(result);
|
|
|
|
}
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_GetMemoryManager(nsIMemory* *result)
|
|
|
|
{
|
|
|
|
return NS_GetMemoryManager(result);
|
|
|
|
}
|
|
|
|
static nsresult
|
|
|
|
internal_NewLocalFile(const nsAString &path,
|
|
|
|
PRBool followLinks,
|
|
|
|
nsILocalFile* *result)
|
|
|
|
{
|
|
|
|
return NS_NewLocalFile(path, followLinks, result);
|
|
|
|
}
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_NewNativeLocalFile(const nsACString &path,
|
|
|
|
PRBool followLinks,
|
|
|
|
nsILocalFile* *result)
|
|
|
|
{
|
|
|
|
return NS_NewNativeLocalFile(path, followLinks, result);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static nsresult
|
|
|
|
internal_RegisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine,
|
|
|
|
PRUint32 priority)
|
|
|
|
{
|
|
|
|
return NS_RegisterXPCOMExitRoutine(exitRoutine, priority);
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult NS_COM
|
|
|
|
internal_UnregisterXPCOMExitRoutine(XPCOMExitRoutine exitRoutine)
|
|
|
|
{
|
|
|
|
return NS_UnregisterXPCOMExitRoutine(exitRoutine);
|
|
|
|
}
|
|
|
|
|
|
|
|
nsresult NS_COM
|
|
|
|
NS_GetFrozenFunctions(XPCOMFunctions *functions)
|
|
|
|
{
|
|
|
|
if (!functions)
|
|
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
|
|
|
|
|
|
if (functions->version != XPCOM_GLUE_VERSION)
|
|
|
|
return NS_ERROR_FAILURE;
|
|
|
|
|
|
|
|
functions->init = &internal_InitXPCOM2;
|
|
|
|
functions->shutdown = &internal_ShutdownXPCOM;
|
|
|
|
functions->getServiceManager = &internal_GetServiceManager;
|
|
|
|
functions->getComponentManager = &internal_GetComponentManager;
|
|
|
|
functions->getComponentRegistrar = &internal_GetComponentRegistrar;
|
|
|
|
functions->getMemoryManager = &internal_GetMemoryManager;
|
|
|
|
functions->newLocalFile = &internal_NewLocalFile;
|
|
|
|
functions->newNativeLocalFile = &internal_NewNativeLocalFile;
|
|
|
|
|
|
|
|
functions->registerExitRoutine = &internal_RegisterXPCOMExitRoutine;
|
|
|
|
functions->unregisterExitRoutine = &internal_UnregisterXPCOMExitRoutine;
|
|
|
|
|
|
|
|
return NS_OK;
|
|
|
|
}
|