diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-07-23 02:28:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-07-23 02:28:55 +0800 |
commit | 8239a246be6ca1a0dc9d128186f3f770eff8ebed (patch) | |
tree | 5193b3b8aad342f058ef6e764df832bc98893a09 /ChangeLog | |
parent | b0797c8f3de7e0be7c616dc61f8f6323c9f98a98 (diff) | |
download | gsoc2013-epiphany-8239a246be6ca1a0dc9d128186f3f770eff8ebed.tar gsoc2013-epiphany-8239a246be6ca1a0dc9d128186f3f770eff8ebed.tar.gz gsoc2013-epiphany-8239a246be6ca1a0dc9d128186f3f770eff8ebed.tar.bz2 gsoc2013-epiphany-8239a246be6ca1a0dc9d128186f3f770eff8ebed.tar.lz gsoc2013-epiphany-8239a246be6ca1a0dc9d128186f3f770eff8ebed.tar.xz gsoc2013-epiphany-8239a246be6ca1a0dc9d128186f3f770eff8ebed.tar.zst gsoc2013-epiphany-8239a246be6ca1a0dc9d128186f3f770eff8ebed.zip |
Ignore the microseconds part of the g_timer_elapsed call, its redundant
2004-07-22 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.c: (ephy_profiler_dump):
Ignore the microseconds part
of the g_timer_elapsed call, its redundant information,
and breaks when the timer is over a second.
(ported from galeon).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-07-22 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-debug.c: (ephy_profiler_dump): + + Ignore the microseconds part + of the g_timer_elapsed call, its redundant information, + and breaks when the timer is over a second. + (ported from galeon). + +2004-07-22 Christian Persch <chpe@cvs.gnome.org> + * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: |