[Xfce4-commits] <midori:master> Add local storage, database and offline app cache to preferences

Christian Dywan noreply at xfce.org
Sat Jan 30 17:40:04 CET 2010


Updating branch refs/heads/master
         to a436234edb8f18e112cec5b83770632eb35817e3 (commit)
       from 3441ab45ef827830ae3151dea92c7a5ccebd44e6 (commit)

commit a436234edb8f18e112cec5b83770632eb35817e3
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Jan 30 17:26:26 2010 +0100

    Add local storage, database and offline app cache to preferences

 midori/midori-preferences.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c
index fe71743..ed769fc 100644
--- a/midori/midori-preferences.c
+++ b/midori/midori-preferences.c
@@ -514,6 +514,13 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     SPANNED_ADD (entry);
     label = gtk_label_new (_("days"));
     SPANNED_ADD (label);
+    #if WEBKIT_CHECK_VERSION (1, 1, 8)
+    INDENTED_ADD (katze_property_proxy (settings, "enable-html5-database", NULL));
+    SPANNED_ADD (katze_property_proxy (settings, "enable-html5-local-storage", NULL));
+    #endif
+    #if WEBKIT_CHECK_VERSION (1, 1, 13)
+    INDENTED_ADD (katze_property_proxy (settings, "enable-offline-web-application-cache", NULL));
+    #endif
     FRAME_NEW (_("History"));
     button = katze_property_label (settings, "maximum-history-age");
     INDENTED_ADD (button);



More information about the Xfce4-commits mailing list