[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 15:27:57 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a05b9eb3196406fa0940cc451bd22d3242501c86
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 4 03:40:13 2010 +0000

    2010-11-03  George Guo  <George.Guo at Nokia.com>
    
            Reviewed by Andreas Kling.
    
            [Qt] QtTestBrowser : set mmp rule pageddata in Symbian
            https://bugs.webkit.org/show_bug.cgi?id=48767
    
            Paging is needd on Symbian devices to support benchmarks tests like
            dromaeo.com and Celtic Kane that need a lot of memory to run
    
            * QtTestBrowser/QtTestBrowser.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71302 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index de917e4..86b6624 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2010-11-03  George Guo  <George.Guo at Nokia.com>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] QtTestBrowser : set mmp rule pageddata in Symbian
+        https://bugs.webkit.org/show_bug.cgi?id=48767
+    
+        Paging is needd on Symbian devices to support benchmarks tests like
+        dromaeo.com and Celtic Kane that need a lot of memory to run  
+
+        * QtTestBrowser/QtTestBrowser.pro:
+
 2010-11-03  Jenn Braithwaite  <jennb at chromium.org>
 
         Reviewed by Dmitry Titov.
diff --git a/WebKitTools/QtTestBrowser/QtTestBrowser.pro b/WebKitTools/QtTestBrowser/QtTestBrowser.pro
index 08e0fb8..62d2c02 100644
--- a/WebKitTools/QtTestBrowser/QtTestBrowser.pro
+++ b/WebKitTools/QtTestBrowser/QtTestBrowser.pro
@@ -49,6 +49,7 @@ linux-* {
 symbian {
     TARGET.UID3 = 0xA000E543
     TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices Location
+    MMP_RULES *= pageddata
 }
 
 contains(QT_CONFIG, opengl) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list