aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-09 07:17:58 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-09 07:17:58 +0800
commit01c3079aa89f17eea022c0740a287855fbad786e (patch)
tree5f9c6db7d673738eb60ee19c2b331a80479935c8 /ChangeLog
parent6e8ce69055a363b045a59f8f380e1aeedf54ebf4 (diff)
downloadgsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar
gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.gz
gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.bz2
gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.lz
gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.xz
gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.tar.zst
gsoc2013-epiphany-01c3079aa89f17eea022c0740a287855fbad786e.zip
Override the default security warning dialogues implementation with our
2005-01-09 Christian Persch <chpe@cvs.gnome.org> * data/default-prefs-common.js: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: Override the default security warning dialogues implementation with our own class which follows HIG and our interface design. Fixes bug #163371. Also show the entering-secure dialogue once, to inform about the lock icon in the statusbar.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8925d35b0..062f2abe3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-01-09 Christian Persch <chpe@cvs.gnome.org>
+
+ * data/default-prefs-common.js:
+ * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
+ * embed/mozilla/GtkNSSSecurityWarningDialogs.h:
+ * embed/mozilla/Makefile.am:
+ * embed/mozilla/MozRegisterComponents.cpp:
+
+ Override the default security warning dialogues implementation with our own
+ class which follows HIG and our interface design. Fixes bug #163371.
+ Also show the entering-secure dialogue once, to inform about the
+ lock icon in the statusbar.
+
2005-01-08 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am: