From a5847dd37c91a495db614312d4a5bd719d074991 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 19 Sep 2003 11:48:35 +0000 Subject: embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cpp 2003-09-19 Christian Persch * embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cpp A embed/mozilla/GtkNSSDialogs.h * embed/mozilla/Makefile.am * configure.in: Implement Gtk versions of the mozilla certificate prompts. Ported from galeon -- many thanks to Crispin for this excellent work! --- embed/mozilla/GtkNSSDialogs.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 embed/mozilla/GtkNSSDialogs.h (limited to 'embed/mozilla/GtkNSSDialogs.h') diff --git a/embed/mozilla/GtkNSSDialogs.h b/embed/mozilla/GtkNSSDialogs.h new file mode 100644 index 000000000..7e7f41e40 --- /dev/null +++ b/embed/mozilla/GtkNSSDialogs.h @@ -0,0 +1,31 @@ +/* + * GtkNSSDialogs.h + * + * Copyright (C) 2003 Crispin Flowerday + * Available under the terms of the GNU General Public License version 2. + */ + +#ifndef GTKNSSDIALOGS_H +#define GTKNSSDIALOGS_H 1 + +#include +#include "nsIBadCertListener.h" + +// 7a50a10d-9425-4e12-84b1-5822edacd8ce +#define GTK_NSSDIALOGS_CID \ + {0x7a50a10d, 0x9425, 0x4e12, {0x84, 0xb1, 0x58, 0x22, 0xed, 0xac, 0xd8, 0xce}} + +#define GTK_NSSDIALOGS_CLASSNAME "Gtk NSS Dialogs" + +class GtkNSSDialogs : public nsIBadCertListener +{ +public: + NS_DECL_ISUPPORTS + NS_DECL_NSIBADCERTLISTENER + + GtkNSSDialogs(); + virtual ~GtkNSSDialogs(); +}; + + +#endif /* GTKNSSDIALOGS_H */ -- cgit v1.2.3