r23048 - in /desktop/unstable/epiphany-browser/debian: changelog patches/13_enable_page_cache.patch patches/series

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri Feb 12 21:08:30 UTC 2010


Author: kov
Date: Fri Feb 12 21:08:29 2010
New Revision: 23048

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23048
Log:
Enable page cache in Debian's Epiphany

Added:
    desktop/unstable/epiphany-browser/debian/patches/13_enable_page_cache.patch
Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/patches/series

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=23048&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Fri Feb 12 21:08:29 2010
@@ -1,3 +1,12 @@
+epiphany-browser (2.29.90.1-2) unstable; urgency=low
+
+  * debian/patches/13_enable_page_cache.patch:
+  - Enable page cache for Debian; our WebKitGTK+ has the fixes required
+    for it to not hit the known problems already, and this needs more
+    testing
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Fri, 12 Feb 2010 19:08:08 -0200
+
 epiphany-browser (2.29.90.1-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Added: desktop/unstable/epiphany-browser/debian/patches/13_enable_page_cache.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/13_enable_page_cache.patch?rev=23048&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/13_enable_page_cache.patch (added)
+++ desktop/unstable/epiphany-browser/debian/patches/13_enable_page_cache.patch [utf-8] Fri Feb 12 21:08:29 2010
@@ -1,0 +1,26 @@
+From dd6a43a539a51b16e434209f13750e456ef0aa8b Mon Sep 17 00:00:00 2001
+From: Gustavo Noronha Silva <gns at gnome.org>
+Date: Thu, 21 Jan 2010 18:23:40 -0200
+Subject: [PATCH] Enable page cache for real, now.
+
+All critical bugs have been fixed, we already depend on a new enough
+version of WebKit, and this feature needs testing.
+---
+ embed/ephy-embed-prefs.c |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
+index bccf725..0323d32 100644
+--- a/embed/ephy-embed-prefs.c
++++ b/embed/ephy-embed-prefs.c
+@@ -396,6 +396,7 @@ ephy_embed_prefs_init (void)
+                 "auto-shrink-images", FALSE,
+                 "enable-default-context-menu", FALSE,
+                 "enable-site-specific-quirks", TRUE,
++                "enable-page-cache", TRUE,
+                 NULL);
+ 
+   /* Connections */
+-- 
+1.6.6.1
+

Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=23048&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series [utf-8] Fri Feb 12 21:08:29 2010
@@ -6,5 +6,6 @@
 07_bookmarks.patch
 10_smart_bookmarks.patch
 12_safetypes.patch
+13_enable_page_cache.patch
 99_autoreconf.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list