aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-23 02:28:55 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-23 02:28:55 +0800
commit8239a246be6ca1a0dc9d128186f3f770eff8ebed (patch)
tree5193b3b8aad342f058ef6e764df832bc98893a09 /ChangeLog
parentb0797c8f3de7e0be7c616dc61f8f6323c9f98a98 (diff)
downloadgsoc2013-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 641fef42d..d931d4670 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: