aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-30 03:17:20 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-30 03:17:20 +0800
commite5f48c33b6508d8ce7a930c2a76d1a3404e25f5d (patch)
tree4e9357ebbd66bfc92ce9354c57f5182b7ec0beb8 /ChangeLog
parent67858e7918989ffd28bbe4e95f96d2e4fffe26a3 (diff)
downloadgsoc2013-epiphany-e5f48c33b6508d8ce7a930c2a76d1a3404e25f5d.tar
gsoc2013-epiphany-e5f48c33b6508d8ce7a930c2a76d1a3404e25f5d.tar.gz
gsoc2013-epiphany-e5f48c33b6508d8ce7a930c2a76d1a3404e25f5d.tar.bz2
gsoc2013-epiphany-e5f48c33b6508d8ce7a930c2a76d1a3404e25f5d.tar.lz
gsoc2013-epiphany-e5f48c33b6508d8ce7a930c2a76d1a3404e25f5d.tar.xz
gsoc2013-epiphany-e5f48c33b6508d8ce7a930c2a76d1a3404e25f5d.tar.zst
gsoc2013-epiphany-e5f48c33b6508d8ce7a930c2a76d1a3404e25f5d.zip
Filter unwanted urls (unused protocols, redirects, non-toplevel loads).
2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: Filter unwanted urls (unused protocols, redirects, non-toplevel loads). Should fix bug #142143.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 172761488..cb336e38e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/GlobalHistory.cpp:
+
+ Filter unwanted urls (unused protocols, redirects, non-toplevel
+ loads). Should fix bug #142143.
+
+2004-05-29 Christian Persch <chpe@cvs.gnome.org>
+
* src/window-commands.c: (window_cmd_view_reload):
Fix reload logic not to use forced reload by default.