[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 11:36:05 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit dc42b7133b5f63a23bc676007afbe173e3dc0a58
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 30 11:32:15 2010 +0000

    2010-07-30  Mahesh Kulkarni  <mahesh.kulkarni at nokia.com>
    
            Reviewed by Tor Arne Vestbø.
    
            [QT][Symbian] QtTestBrowser missing location capabilities
            https://bugs.webkit.org/show_bug.cgi?id=43235
    
            QtTestBrowser missing capabilities to use QtMobility::QLocation.
    
            * QtTestBrowser/QtTestBrowser.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64349 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 3fa9362..7b19fa5 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-30  Mahesh Kulkarni  <mahesh.kulkarni at nokia.com>
+
+        Reviewed by Tor Arne Vestbø.
+
+        [QT][Symbian] QtTestBrowser missing location capabilities
+        https://bugs.webkit.org/show_bug.cgi?id=43235
+
+        QtTestBrowser missing capabilities to use QtMobility::QLocation. 
+
+        * QtTestBrowser/QtTestBrowser.pro:
+
 2010-07-29  Anders Carlsson  <andersca at apple.com>
 
         Add PluginTest.cpp
diff --git a/WebKitTools/QtTestBrowser/QtTestBrowser.pro b/WebKitTools/QtTestBrowser/QtTestBrowser.pro
index d371f42..08e0fb8 100644
--- a/WebKitTools/QtTestBrowser/QtTestBrowser.pro
+++ b/WebKitTools/QtTestBrowser/QtTestBrowser.pro
@@ -48,7 +48,7 @@ linux-* {
 
 symbian {
     TARGET.UID3 = 0xA000E543
-    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
+    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices Location
 }
 
 contains(QT_CONFIG, opengl) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list