aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-18 00:25:27 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-18 00:25:27 +0800
commitc999186f5e8e01f7e254d40b93526e9b57378169 (patch)
treebcf433c9be51c4e4cee30b041588dee42b38a6b5 /ChangeLog
parent056e78ca2904f2a8f7eaa200098f36f0029c4425 (diff)
downloadgsoc2013-epiphany-c999186f5e8e01f7e254d40b93526e9b57378169.tar
gsoc2013-epiphany-c999186f5e8e01f7e254d40b93526e9b57378169.tar.gz
gsoc2013-epiphany-c999186f5e8e01f7e254d40b93526e9b57378169.tar.bz2
gsoc2013-epiphany-c999186f5e8e01f7e254d40b93526e9b57378169.tar.lz
gsoc2013-epiphany-c999186f5e8e01f7e254d40b93526e9b57378169.tar.xz
gsoc2013-epiphany-c999186f5e8e01f7e254d40b93526e9b57378169.tar.zst
gsoc2013-epiphany-c999186f5e8e01f7e254d40b93526e9b57378169.zip
Only allow alphanumeric option arguments, and limit length to 32
2005-07-17 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (get_option), (ephy_bookmarks_get_smart_bookmark_width): Only allow alphanumeric option arguments, and limit length to 32 characters at most. Use g_ascii_strtoull.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08145ab6a..b5c312df1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-07-17 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-bookmarks.c: (get_option),
+ (ephy_bookmarks_get_smart_bookmark_width):
+
+ Only allow alphanumeric option arguments, and limit length to 32
+ characters at most. Use g_ascii_strtoull.
+
+2005-07-17 Christian Persch <chpe@cvs.gnome.org>
+
A embed/mozilla/EphyAboutModule.cpp:
A embed/mozilla/EphyAboutModule.h:
R embed/mozilla/EphyProtocolHandler.cpp: