Bug 23941 speed up install on Mac, r=cathleen, a=jar;
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar; Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar; git-svn-id: svn://10.0.0.236/trunk@61370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -97,9 +97,10 @@ nsresult NS_AutoregisterComponents()
|
||||
#endif
|
||||
|
||||
extern "C" void
|
||||
NS_SetupRegistry_1()
|
||||
NS_SetupRegistry_1( PRBool needAutoreg )
|
||||
{
|
||||
NS_AutoregisterComponents();
|
||||
if ( needAutoreg )
|
||||
NS_AutoregisterComponents();
|
||||
|
||||
/*
|
||||
* Call the standard NS_SetupRegistry() implemented in
|
||||
|
||||
Reference in New Issue
Block a user