diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-25 20:27:19 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-25 20:27:19 +0800 |
commit | e9461d342ebf973f773255bd3b3f3c280bd15671 (patch) | |
tree | b0cafaec71eb0487d581bdedb96cfa3595601d89 /embed/mozilla/MozRegisterComponents.cpp | |
parent | be12670c97b27dc7af2fd1130a1fb05ae28e39f1 (diff) | |
download | gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar.gz gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar.bz2 gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar.lz gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar.xz gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar.zst gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.zip |
Resync with galeon.
2003-10-25 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.h:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.h:
* embed/mozilla/Makefile.am:
Resync with galeon.
Diffstat (limited to 'embed/mozilla/MozRegisterComponents.cpp')
-rw-r--r-- | embed/mozilla/MozRegisterComponents.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp index ee2ac999b..6718d3056 100644 --- a/embed/mozilla/MozRegisterComponents.cpp +++ b/embed/mozilla/MozRegisterComponents.cpp @@ -31,6 +31,7 @@ #ifdef HAVE_MOZILLA_PSM #include "GtkNSSDialogs.h" +#include "GtkNSSKeyPairDialogs.h" #endif #include <nsIGenericFactory.h> @@ -53,6 +54,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(GExternalProtocolService) #ifdef HAVE_MOZILLA_PSM NS_GENERIC_FACTORY_CONSTRUCTOR(GtkNSSDialogs) +NS_GENERIC_FACTORY_CONSTRUCTOR(GtkNSSKeyPairDialogs) #endif static const nsModuleComponentInfo sAppComps[] = { @@ -81,6 +83,18 @@ static const nsModuleComponentInfo sAppComps[] = { NS_BADCERTLISTENER_CONTRACTID, GtkNSSDialogsConstructor }, + { + GTK_NSSDIALOGS_CLASSNAME, + GTK_NSSDIALOGS_CID, + NS_CERTIFICATEDIALOGS_CONTRACTID, + GtkNSSDialogsConstructor + }, + { + GTK_NSSKEYPAIRDIALOGS_CLASSNAME, + GTK_NSSKEYPAIRDIALOGS_CID, + NS_GENERATINGKEYPAIRINFODIALOGS_CONTRACTID, + GtkNSSKeyPairDialogsConstructor + }, #endif { NS_IHELPERAPPLAUNCHERDLG_CLASSNAME, |