aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-15 18:02:04 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-15 18:02:04 +0800
commit6c9506d12f519b416ab8d7b04b7f16799abe595c (patch)
tree5ef65a22eeb904d214feb7e8b21b40601ce05740 /ChangeLog
parent0beb9543055b4149b0fee9bf2418ef2048eae4f9 (diff)
downloadgsoc2013-epiphany-6c9506d12f519b416ab8d7b04b7f16799abe595c.tar
gsoc2013-epiphany-6c9506d12f519b416ab8d7b04b7f16799abe595c.tar.gz
gsoc2013-epiphany-6c9506d12f519b416ab8d7b04b7f16799abe595c.tar.bz2
gsoc2013-epiphany-6c9506d12f519b416ab8d7b04b7f16799abe595c.tar.lz
gsoc2013-epiphany-6c9506d12f519b416ab8d7b04b7f16799abe595c.tar.xz
gsoc2013-epiphany-6c9506d12f519b416ab8d7b04b7f16799abe595c.tar.zst
gsoc2013-epiphany-6c9506d12f519b416ab8d7b04b7f16799abe595c.zip
Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag.
2005-10-15 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-persist.h: Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag. * embed/mozilla/Makefile.am: A embed/mozilla/EphyBadCertRejector.cpp: A embed/mozilla/EphyBadCertRejector.h: A class implementing nsIBadCertListener which always rejects. * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: For gecko 1.8, implement nsIInterfaceRequestor for EphyHeaderSniffer and MozDownload, and make GetInterface hand out a EphyBadCertRejector if the EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc9b1e1e0..9f2df23ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2005-10-15 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/ephy-embed-persist.h:
+
+ Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag.
+
+ * embed/mozilla/Makefile.am:
+ A embed/mozilla/EphyBadCertRejector.cpp:
+ A embed/mozilla/EphyBadCertRejector.h:
+
+ A class implementing nsIBadCertListener which always rejects.
+
+ * embed/mozilla/EphyHeaderSniffer.cpp:
+ * embed/mozilla/EphyHeaderSniffer.h:
+ * embed/mozilla/MozDownload.cpp:
+ * embed/mozilla/MozDownload.h:
+
+ For gecko 1.8, implement nsIInterfaceRequestor for EphyHeaderSniffer
+ and MozDownload, and make GetInterface hand out a EphyBadCertRejector
+ if the EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag is set.
+
2005-10-14 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp: