Fix for bug 77983, keygen tag. r=javi@netscape.com, sr=blizzard@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@93744 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "nsSecureBrowserUIImpl.h"
|
||||
#include "nsSSLSocketProvider.h"
|
||||
#include "nsTLSSocketProvider.h"
|
||||
#include "nsKeygenHandler.h"
|
||||
|
||||
#include "nsCURILoader.h"
|
||||
|
||||
@@ -149,6 +150,13 @@ static nsModuleComponentInfo components[] =
|
||||
nsNSSCertificateDBConstructor
|
||||
},
|
||||
|
||||
{
|
||||
"Form Processor",
|
||||
NS_FORMPROCESSOR_CID,
|
||||
NS_FORMPROCESSOR_CONTRACTID,
|
||||
nsKeygenFormProcessor::Create
|
||||
},
|
||||
|
||||
{
|
||||
"Certificate Outliner",
|
||||
NS_CERTOUTLINER_CID,
|
||||
|
||||
Reference in New Issue
Block a user