diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-30 21:17:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-30 21:17:06 +0800 |
commit | 748538386d41c6a77cb6f2ed90afe120cf8f75d4 (patch) | |
tree | 6111759f35f122750f4969c6f26ea7bd5f536828 /ChangeLog | |
parent | fc8cf4f93bf59f7669c72e3ae6932edc1fe5fa5f (diff) | |
download | gsoc2013-epiphany-748538386d41c6a77cb6f2ed90afe120cf8f75d4.tar.gz gsoc2013-epiphany-748538386d41c6a77cb6f2ed90afe120cf8f75d4.tar.zst gsoc2013-epiphany-748538386d41c6a77cb6f2ed90afe120cf8f75d4.zip |
Count the blocked handlers and warn if it's not the expected numberr, so
2005-07-30 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed.cpp: (mozilla_embed_realize):
Count the blocked handlers and warn if it's not the expected numberr,
so we know if our focos fix assumptions become invalid.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-07-30 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_realize): + + Count the blocked handlers and warn if it's not the expected numberr, + so we know if our focos fix assumptions become invalid. + +2005-07-30 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-debug.c: (trap_handler), (ephy_debug_init): ALlow EPHY_DEBUG_BREAK even in non-debug builds. |