[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:59:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 28b091166a9c4b84db06797223bf33bd8dccd77b
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 13 21:40:12 2002 +0000

    	Bump WebCore cache to 4 MB (was 1 MB).
    
            * khtml/misc/loader.cpp
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2656 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index e8e1179..118f206 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-11-13  Ken Kocienda  <kocienda at apple.com>
+
+	Bump WebCore cache to 4 MB (was 1 MB).
+
+        * khtml/misc/loader.cpp
+
 2002-11-13  Maciej Stachowiak  <mjs at apple.com>
 
 	- fixed 3050447 - Policy handlers have no way of telling client
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index e8e1179..118f206 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2002-11-13  Ken Kocienda  <kocienda at apple.com>
+
+	Bump WebCore cache to 4 MB (was 1 MB).
+
+        * khtml/misc/loader.cpp
+
 2002-11-13  Maciej Stachowiak  <mjs at apple.com>
 
 	- fixed 3050447 - Policy handlers have no way of telling client
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index e8e1179..118f206 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2002-11-13  Ken Kocienda  <kocienda at apple.com>
+
+	Bump WebCore cache to 4 MB (was 1 MB).
+
+        * khtml/misc/loader.cpp
+
 2002-11-13  Maciej Stachowiak  <mjs at apple.com>
 
 	- fixed 3050447 - Policy handlers have no way of telling client
diff --git a/WebCore/khtml/misc/loader.cpp b/WebCore/khtml/misc/loader.cpp
index d7a2014..063f488 100644
--- a/WebCore/khtml/misc/loader.cpp
+++ b/WebCore/khtml/misc/loader.cpp
@@ -33,7 +33,7 @@
 // up to which size is a picture for sure cacheable
 #define MAXCACHEABLE 16*1024
 // default cache size
-#define DEFCACHESIZE 1024*1024
+#define DEFCACHESIZE 4096*1024
 
 #include <qasyncio.h>
 #include <qasyncimageio.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list