diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-20 21:20:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-20 21:20:01 +0800 |
commit | d20f77073960f55dfa0aaabf7a5aeaebe736773a (patch) | |
tree | 3bb4ab5406bc98387e51e2c6eaa339c18c103c6f /ChangeLog | |
parent | f64293d59e4e718e19a03654814d0bb3dd52b9c6 (diff) | |
download | gsoc2013-epiphany-d20f77073960f55dfa0aaabf7a5aeaebe736773a.tar gsoc2013-epiphany-d20f77073960f55dfa0aaabf7a5aeaebe736773a.tar.gz gsoc2013-epiphany-d20f77073960f55dfa0aaabf7a5aeaebe736773a.tar.bz2 gsoc2013-epiphany-d20f77073960f55dfa0aaabf7a5aeaebe736773a.tar.lz gsoc2013-epiphany-d20f77073960f55dfa0aaabf7a5aeaebe736773a.tar.xz gsoc2013-epiphany-d20f77073960f55dfa0aaabf7a5aeaebe736773a.tar.zst gsoc2013-epiphany-d20f77073960f55dfa0aaabf7a5aeaebe736773a.zip |
Remove implementation of GlobalHistory2::HidePage, it's really not used
2004-06-20 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GlobalHistory.cpp:
Remove implementation of GlobalHistory2::HidePage, it's really not used
anyway in mozilla (history load listener is the only place, and it's
not build, not even updated for API changes)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * embed/mozilla/GlobalHistory.cpp: + Remove implementation of GlobalHistory2::HidePage, it's really not used + anyway in mozilla (history load listener is the only place, and it's + not build, not even updated for API changes) + +2004-06-20 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/GlobalHistory.cpp: + Implement GlobalHistory[2]::HidePage, fixes bug #142143. 2004-06-17 Christian Persch <chpe@cvs.gnome.org> |