diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-07-05 07:56:26 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-07-05 07:56:26 +0800 |
commit | 88b80a860b47b19756c162df89307a58a43ceeeb (patch) | |
tree | f89f003b7dcd6dcdc53cfee11aff027f380ad32e /ChangeLog | |
parent | cb2cadac4196048e1caf47bb9a876d6edc2cfa34 (diff) | |
download | gsoc2013-epiphany-88b80a860b47b19756c162df89307a58a43ceeeb.tar gsoc2013-epiphany-88b80a860b47b19756c162df89307a58a43ceeeb.tar.gz gsoc2013-epiphany-88b80a860b47b19756c162df89307a58a43ceeeb.tar.bz2 gsoc2013-epiphany-88b80a860b47b19756c162df89307a58a43ceeeb.tar.lz gsoc2013-epiphany-88b80a860b47b19756c162df89307a58a43ceeeb.tar.xz gsoc2013-epiphany-88b80a860b47b19756c162df89307a58a43ceeeb.tar.zst gsoc2013-epiphany-88b80a860b47b19756c162df89307a58a43ceeeb.zip |
Decode ACE for UI, and encode UTF-8 hostnames before using cookie and
2004-07-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphySingle.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
Decode ACE for UI, and encode UTF-8 hostnames before using
cookie and passwords functions with them.
Fixes bug #130930.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-07-05 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphySingle.cpp: + * embed/mozilla/mozilla-embed-single.cpp: + + Decode ACE for UI, and encode UTF-8 hostnames before using + cookie and passwords functions with them. + Fixes bug #130930. + +2004-07-05 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: |