зеркало из https://github.com/mozilla/pjs.git
b=108600 Avoid the risk of unexpected NSS shutdowns
r=javi sr=blizzard
This commit is contained in:
Родитель
9a2d10888f
Коммит
cb9c6c7548
|
@ -32,8 +32,6 @@
|
|||
#include "nsTLSSocketProvider.h"
|
||||
#include "nsKeygenHandler.h"
|
||||
|
||||
#include "nsCURILoader.h"
|
||||
|
||||
#include "nsSDR.h"
|
||||
|
||||
#include "nsPK11TokenDB.h"
|
||||
|
@ -76,34 +74,6 @@ static nsModuleComponentInfo components[] =
|
|||
nsNSSComponentConstructor
|
||||
},
|
||||
|
||||
{
|
||||
"NSS Content Handler - application/x-x509-ca-cert",
|
||||
NS_NSSCOMPONENT_CID,
|
||||
NS_CONTENT_HANDLER_CONTRACTID_PREFIX"application/x-x509-ca-cert",
|
||||
nsNSSComponentConstructor
|
||||
},
|
||||
|
||||
{
|
||||
"NSS Content Handler - application/x-x509-server-cert",
|
||||
NS_NSSCOMPONENT_CID,
|
||||
NS_CONTENT_HANDLER_CONTRACTID_PREFIX"application/x-x509-server-cert",
|
||||
nsNSSComponentConstructor
|
||||
},
|
||||
|
||||
{
|
||||
"NSS Content Handler - application/x-x509-user-cert",
|
||||
NS_NSSCOMPONENT_CID,
|
||||
NS_CONTENT_HANDLER_CONTRACTID_PREFIX"application/x-x509-user-cert",
|
||||
nsNSSComponentConstructor
|
||||
},
|
||||
|
||||
{
|
||||
"NSS Content Handler - application/x-x509-email-cert",
|
||||
NS_NSSCOMPONENT_CID,
|
||||
NS_CONTENT_HANDLER_CONTRACTID_PREFIX"application/x-x509-email-cert",
|
||||
nsNSSComponentConstructor
|
||||
},
|
||||
|
||||
{
|
||||
NS_SECURE_BROWSER_UI_CLASSNAME,
|
||||
NS_SECURE_BROWSER_UI_CID,
|
||||
|
|
Загрузка…
Ссылка в новой задаче