aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozRegisterComponents.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-05-19 05:49:56 +0800
committerChristian Persch <chpe@src.gnome.org>2008-05-19 05:49:56 +0800
commit0bd4d3b1054878dab687f9d39411231106128280 (patch)
tree4a661c966bfec40a6a74bcac70909cd43a4778b9 /embed/mozilla/MozRegisterComponents.cpp
parent0c8f4f513befb62ae2488ec40eedd18adb46a33e (diff)
downloadgsoc2013-epiphany-0bd4d3b1054878dab687f9d39411231106128280.tar
gsoc2013-epiphany-0bd4d3b1054878dab687f9d39411231106128280.tar.gz
gsoc2013-epiphany-0bd4d3b1054878dab687f9d39411231106128280.tar.bz2
gsoc2013-epiphany-0bd4d3b1054878dab687f9d39411231106128280.tar.lz
gsoc2013-epiphany-0bd4d3b1054878dab687f9d39411231106128280.tar.xz
gsoc2013-epiphany-0bd4d3b1054878dab687f9d39411231106128280.tar.zst
gsoc2013-epiphany-0bd4d3b1054878dab687f9d39411231106128280.zip
Implement dummy nsIDownloadHistory interface on GlobalHistory.
svn path=/branches/gnome-2-22/; revision=8226
Diffstat (limited to 'embed/mozilla/MozRegisterComponents.cpp')
-rw-r--r--embed/mozilla/MozRegisterComponents.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/mozilla/MozRegisterComponents.cpp b/embed/mozilla/MozRegisterComponents.cpp
index 3960052bf..73e946170 100644
--- a/embed/mozilla/MozRegisterComponents.cpp
+++ b/embed/mozilla/MozRegisterComponents.cpp
@@ -200,6 +200,14 @@ static const nsModuleComponentInfo sAppComps[] = {
NS_GLOBALHISTORY2_CONTRACTID,
MozGlobalHistoryConstructor
},
+#ifdef HAVE_GECKO_1_9
+ {
+ EPHY_GLOBALHISTORY_CLASSNAME,
+ EPHY_GLOBALHISTORY_CID,
+ NS_DOWNLOADHISTORY_CONTRACTID,
+ MozGlobalHistoryConstructor
+ },
+#endif
{
GECKO_PRINT_SERVICE_CLASSNAME,
GECKO_PRINT_SERVICE_IID,