aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-05-05 00:21:58 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-05 00:21:58 +0800
commit11fce9b705a8b1b514f89661f8d9cb36f56fc296 (patch)
tree67a96e2336fce4b64d777509a274e03819cb50c4 /ChangeLog
parent65cedb32fe70cce5d4d55588efa2843dd3027f40 (diff)
downloadgsoc2013-epiphany-11fce9b705a8b1b514f89661f8d9cb36f56fc296.tar
gsoc2013-epiphany-11fce9b705a8b1b514f89661f8d9cb36f56fc296.tar.gz
gsoc2013-epiphany-11fce9b705a8b1b514f89661f8d9cb36f56fc296.tar.bz2
gsoc2013-epiphany-11fce9b705a8b1b514f89661f8d9cb36f56fc296.tar.lz
gsoc2013-epiphany-11fce9b705a8b1b514f89661f8d9cb36f56fc296.tar.xz
gsoc2013-epiphany-11fce9b705a8b1b514f89661f8d9cb36f56fc296.tar.zst
gsoc2013-epiphany-11fce9b705a8b1b514f89661f8d9cb36f56fc296.zip
Initialize mozilla prefs on startup every time. That is necessary if
2003-05-04 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: Initialize mozilla prefs on startup every time. That is necessary if people change them with gconf-editor. This is a 10 ms regression on startup but ... it's necessary. What worries me more is the 130 ms the notifiers registration takes, that's odd.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 295c5a64b..efb7a3de7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-05-04 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * embed/mozilla/mozilla-embed-single.cpp:
+ * embed/mozilla/mozilla-notifiers.cpp:
+ * embed/mozilla/mozilla-notifiers.h:
+
+ Initialize mozilla prefs on startup every time. That is necessary
+ if people change them with gconf-editor. This is a 10 ms regression
+ on startup but ... it's necessary. What worries me more is the 130 ms
+ the notifiers registration takes, that's odd.
+
2003-05-03 MArk Finlay <sisob@eircom.net>
Marco Pesenti Gritti <marco@it.gnome.org>