aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-22 03:37:27 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-22 03:37:27 +0800
commita499d28aa95bb7d217b94d1797e02ae793c40146 (patch)
tree324bd816a19666dad25be5534be2a820dd65471d /ChangeLog
parente5bda8ab43ca8f63376714a00dea3228ada16a9e (diff)
downloadgsoc2013-epiphany-a499d28aa95bb7d217b94d1797e02ae793c40146.tar
gsoc2013-epiphany-a499d28aa95bb7d217b94d1797e02ae793c40146.tar.gz
gsoc2013-epiphany-a499d28aa95bb7d217b94d1797e02ae793c40146.tar.bz2
gsoc2013-epiphany-a499d28aa95bb7d217b94d1797e02ae793c40146.tar.lz
gsoc2013-epiphany-a499d28aa95bb7d217b94d1797e02ae793c40146.tar.xz
gsoc2013-epiphany-a499d28aa95bb7d217b94d1797e02ae793c40146.tar.zst
gsoc2013-epiphany-a499d28aa95bb7d217b94d1797e02ae793c40146.zip
Load the key files and xml files directly from disc, instead of getting
2005-10-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extensions-manager.c: (ephy_extensions_manager_parse_keyfile), (ephy_extensions_manager_load_ini_file), (ephy_extensions_manager_load_xml_file), (path_to_identifier), (ephy_extensions_manager_load_file), (reload_sync_cb), (reload_cb), (schedule_load_from_monitor), (dir_changed_cb), (cancel_timeout), (ephy_extensions_manager_init), (ephy_extensions_manager_dispose), (ephy_extensions_manager_class_init): Load the key files and xml files directly from disc, instead of getting their contents and parsing from memory. When a file changes, schedule a reload instead of processing it immediately, to cope with multiple changes (CREATED + CHANGED) in a row.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2dd169ab..dfce19125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2005-10-21 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-extensions-manager.c:
+ (ephy_extensions_manager_parse_keyfile),
+ (ephy_extensions_manager_load_ini_file),
+ (ephy_extensions_manager_load_xml_file), (path_to_identifier),
+ (ephy_extensions_manager_load_file), (reload_sync_cb), (reload_cb),
+ (schedule_load_from_monitor), (dir_changed_cb), (cancel_timeout),
+ (ephy_extensions_manager_init), (ephy_extensions_manager_dispose),
+ (ephy_extensions_manager_class_init):
+
+ Load the key files and xml files directly from disc, instead of
+ getting their contents and parsing from memory.
+ When a file changes, schedule a reload instead of processing it
+ immediately, to cope with multiple changes (CREATED + CHANGED) in
+ a row.
+
2005-10-21 Philip Langdale <philipl@mail.utexas.edu>
* data/ui/epiphany-ui.xml: