diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-05-19 05:49:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-05-19 05:49:56 +0800 |
commit | 0bd4d3b1054878dab687f9d39411231106128280 (patch) | |
tree | 4a661c966bfec40a6a74bcac70909cd43a4778b9 /embed/mozilla/MozRegisterComponents.cpp | |
parent | 0c8f4f513befb62ae2488ec40eedd18adb46a33e (diff) | |
download | gsoc2013-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.cpp | 8 |
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, |