aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GtkNSSKeyPairDialogs.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-05-26 06:08:01 +0800
committerChristian Persch <chpe@src.gnome.org>2005-05-26 06:08:01 +0800
commitc951555722d4933277a1d468c6508f5ad34711b1 (patch)
tree13d85691d343cc9315e9c172df44d5d80d64a3e4 /embed/mozilla/GtkNSSKeyPairDialogs.cpp
parent2029610e09684f3dec57d3b00af6084f97699fe2 (diff)
downloadgsoc2013-epiphany-c951555722d4933277a1d468c6508f5ad34711b1.tar
gsoc2013-epiphany-c951555722d4933277a1d468c6508f5ad34711b1.tar.gz
gsoc2013-epiphany-c951555722d4933277a1d468c6508f5ad34711b1.tar.bz2
gsoc2013-epiphany-c951555722d4933277a1d468c6508f5ad34711b1.tar.lz
gsoc2013-epiphany-c951555722d4933277a1d468c6508f5ad34711b1.tar.xz
gsoc2013-epiphany-c951555722d4933277a1d468c6508f5ad34711b1.tar.zst
gsoc2013-epiphany-c951555722d4933277a1d468c6508f5ad34711b1.zip
Add protocol handler, which I'll use for our custom error pages. Since
2005-05-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozRegisterComponents.cpp: Add protocol handler, which I'll use for our custom error pages. Since it's almost gratis, add about:epiphany back.
Diffstat (limited to 'embed/mozilla/GtkNSSKeyPairDialogs.cpp')
-rw-r--r--embed/mozilla/GtkNSSKeyPairDialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/GtkNSSKeyPairDialogs.cpp b/embed/mozilla/GtkNSSKeyPairDialogs.cpp
index 83744ba6e..5931a4e22 100644
--- a/embed/mozilla/GtkNSSKeyPairDialogs.cpp
+++ b/embed/mozilla/GtkNSSKeyPairDialogs.cpp
@@ -45,13 +45,13 @@
#include <nsIInterfaceRequestor.h>
#include <nsIInterfaceRequestorUtils.h>
#include <nsIKeygenThread.h>
+#include <nsIDOMWindow.h>
#ifdef HAVE_GECKO_1_8
#include <nsIObserver.h>
#else /* !HAVE_GECKO_1_8 */
-#include <nsIDOMWindow.h>
#ifdef ALLOW_PRIVATE_API
-#include "nsIDOMWindowInternal.h"
+#include <nsIDOMWindowInternal.h>
#endif /* ALLOW_PRIVATE_API */
#endif /* HAVE_GECKO_1_8 */