diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-05 08:29:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-05 08:29:00 +0800 |
commit | a6a3257ce715d1e88f656b29def443829af1967d (patch) | |
tree | 54012dacc07562ee33b76b2ba9778e22ea85a108 /ChangeLog | |
parent | 4cd87708ec25ca956f690a6b46ac140985973a5f (diff) | |
download | gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.gz gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.bz2 gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.lz gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.xz gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.zst gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.zip |
Replace filename validity check, it was making the filename invalid
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyHeaderSniffer.cpp:
Replace filename validity check, it was making the filename invalid
UTF-16. Simply convert to UTF-8 beforehand and check for "/" chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-03-05 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyHeaderSniffer.cpp: + + Replace filename validity check, it was making the filename invalid + UTF-16. Simply convert to UTF-8 beforehand and check for "/" chars. + +2004-03-05 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_address_cb), (ephy_tab_title_cb), (ensure_page_info), (ephy_tab_net_state_cb), (clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb), |