[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

eric at webkit.org eric at webkit.org
Thu Feb 4 21:33:33 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 3b72dd3c4024d37209e8b2ed063d9f931ac9554b
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 31 15:42:36 2010 +0000

    2010-01-31  Benjamin Poulain  <benjamin.poulain at nokia.com>
    
            Reviewed by Eric Seidel.
    
            [Qt] Enable FAST_MOBILE_SCROLLING on Qt embedded platforms
            https://bugs.webkit.org/show_bug.cgi?id=34168
    
            Enable FAST_MOBILE_SCROLLING for Qt on Maemo 5, Linux embedded
            and Symbian
    
            * WebCore.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54109 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3e8cb20..db9d718 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-01-31  Benjamin Poulain  <benjamin.poulain at nokia.com>
+
+        Reviewed by Eric Seidel.
+
+        [Qt] Enable FAST_MOBILE_SCROLLING on Qt embedded platforms
+        https://bugs.webkit.org/show_bug.cgi?id=34168
+
+        Enable FAST_MOBILE_SCROLLING for Qt on Maemo 5, Linux embedded
+        and Symbian
+
+        * WebCore.pro:
+
 2010-01-31  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 0bda407..d7a8c79 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -125,6 +125,10 @@ RESOURCES += \
     RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
 }
 
+mameo5|symbian|embedded {
+    DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
+}
+
 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
 
 # Disable HTML5 media compilation if phonon is unavailable

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list