diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2007-07-30 15:40:49 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-07-30 15:40:49 +0800 |
commit | f6d020a4a48d457a6397ad229ec7ef15f43d6fe7 (patch) | |
tree | 49c81bf39d153edd0e2ee9af038b48ae372ff1dc /ChangeLog | |
parent | 924ebebc760524a00409bf88cfd241b3e5281a4a (diff) | |
download | gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar.gz gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar.zst gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.zip |
can_go methods now work, WebKit was missing the implementations for those
2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org>
* embed/webkit/webkit-embed.cpp:
can_go methods now work, WebKit was missing the implementations for
those functions, it's fixed now so we can use can_go methods.
Note that they are useless without the ge_location signal being
emitted (dummy code included, commented).
Part of Bug #461652.
svn path=/trunk/; revision=7216
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> + + * embed/webkit/webkit-embed.cpp: + + can_go methods now work, WebKit was missing the implementations for + those functions, it's fixed now so we can use can_go methods. + Note that they are useless without the ge_location signal being + emitted (dummy code included, commented). + + Part of Bug #461652. + 2007-07-30 Xan Lopez <xan@gnome.org> * embed/webkit/webkit-embed-persist.cpp: |