aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GlobalHistory.cpp
diff options
context:
space:
mode:
authorRob Clews <rjc@intercellsolutions.com>2003-01-17 05:17:02 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-17 05:17:02 +0800
commit1a2f5add8233f90f93082cc9983452ebfb8fbe15 (patch)
treebe2375db6661bbfa9dbb63707bf02fb7432d7871 /embed/mozilla/GlobalHistory.cpp
parent36ca5b730350be39e5befc6a4aab9edcf659d387 (diff)
downloadgsoc2013-epiphany-1a2f5add8233f90f93082cc9983452ebfb8fbe15.tar
gsoc2013-epiphany-1a2f5add8233f90f93082cc9983452ebfb8fbe15.tar.gz
gsoc2013-epiphany-1a2f5add8233f90f93082cc9983452ebfb8fbe15.tar.bz2
gsoc2013-epiphany-1a2f5add8233f90f93082cc9983452ebfb8fbe15.tar.lz
gsoc2013-epiphany-1a2f5add8233f90f93082cc9983452ebfb8fbe15.tar.xz
gsoc2013-epiphany-1a2f5add8233f90f93082cc9983452ebfb8fbe15.tar.zst
gsoc2013-epiphany-1a2f5add8233f90f93082cc9983452ebfb8fbe15.zip
fix incorrect figures on small files
2003-01-16 Rob Clews <rjc@intercellsolutions.com> * embed/downloader-view.c: fix incorrect figures on small files 2003-01-16 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/FilePicker.cpp: Api change
Diffstat (limited to 'embed/mozilla/GlobalHistory.cpp')
-rw-r--r--embed/mozilla/GlobalHistory.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp
index a559dbc10..054b7a5df 100644
--- a/embed/mozilla/GlobalHistory.cpp
+++ b/embed/mozilla/GlobalHistory.cpp
@@ -149,6 +149,15 @@ NS_IMETHODIMP MozGlobalHistory::MarkPageAsTyped(const char *url)
return NS_ERROR_NOT_IMPLEMENTED;
}
+/* Described by mozilla.org as a temporary ugly hack. We will never need to
+ * implement it. It is here to allow compilation.
+ */
+/* void outputReferrerURL (in string aURL, in string aReferrer); */
+NS_IMETHODIMP MozGlobalHistory::OutputReferrerURL(const char *aURL, const char *aReferrer)
+{
+ return NS_ERROR_NOT_IMPLEMENTED;
+}
+
NS_DEF_FACTORY (MozGlobalHistory, MozGlobalHistory);
nsresult NS_NewGlobalHistoryFactory(nsIFactory** aFactory)