summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-23 15:56:29 +0000
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-23 15:56:29 +0000
commit69c9e4768ddd332911d19570ef48e9536feb6023 (patch)
tree10e2b8b9c6d565aadc54f9bd235dbb0d0685a14d
parentd70d3cea45081a164b9618d1f3c7a29dda9e72e0 (diff)
downloadepiphany-Release043.tar.gz
Revert to something working for 1.3 here on the branch.Release043
2003-02-23 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/GlobalHistory.cpp: Revert to something working for 1.3 here on the branch.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/GlobalHistory.cpp9
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebcf81d45..dbb797cd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-02-23 Marco Pesenti Gritti <marco@it.gnome.org>
+ * embed/mozilla/GlobalHistory.cpp:
+
+ Revert to something working for 1.3 here on the branch.
+
+2003-02-23 Marco Pesenti Gritti <marco@it.gnome.org>
+
* lib/widgets/ephy-editable-toolbar.c: (drag_data_delete_cb),
(drag_data_get_cb), (do_merge), (editor_close_cb),
(button_press_cb), (ephy_editable_toolbar_edit):
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp
index a6d95970a..8507ad7e9 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)