diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-29 21:21:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-29 21:21:53 +0800 |
commit | b739c9c7b5cdf56705049b9fd5e9d745b7c3d1e6 (patch) | |
tree | e6fa5c970cbbceb86dbd9c38bb419aaa0c48d18e /ChangeLog | |
parent | e384714845c1bd7a98dc2a3652a7192423e96bb6 (diff) | |
download | gsoc2013-epiphany-b739c9c7b5cdf56705049b9fd5e9d745b7c3d1e6.tar.gz gsoc2013-epiphany-b739c9c7b5cdf56705049b9fd5e9d745b7c3d1e6.tar.zst gsoc2013-epiphany-b739c9c7b5cdf56705049b9fd5e9d745b7c3d1e6.zip |
Decode RFC 2231 and RFC 2047 encoded filenames in content-disposition
2004-02-29 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp: (PerformSave):
Decode RFC 2231 and RFC 2047 encoded filenames in content-disposition
headers. Ported from mozilla Camino, see
http://bugzilla.mozilla.org/show_bug.cgi?id=233798 .
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-02-29 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyHeaderSniffer.cpp: (PerformSave): + + Decode RFC 2231 and RFC 2047 encoded filenames in content-disposition + headers. Ported from mozilla Camino, see + http://bugzilla.mozilla.org/show_bug.cgi?id=233798 . + +2004-02-29 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozDownload.cpp: (MozDownload), (~MozDownload): Add debug output. |