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

steveblock at google.com steveblock at google.com
Wed Dec 22 11:22:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 32990093b8f6831113e1f1176f5d3dd3f0939252
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 20 20:27:31 2010 +0000

    Unreviewed Qt test fix.
    
    Qt should not use PREEMPT_GEOLOCATION_PERMISSION until Bug 42027 is fixed.
    https://bugs.webkit.org/show_bug.cgi?id=42068
    
    No new tests, test fix only.
    
    * WebCore.pro:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63771 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index da12588..4090d3c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-20  Steve Block  <steveblock at google.com>
+
+        Unreviewed Qt test fix.
+
+        Qt should not use PREEMPT_GEOLOCATION_PERMISSION until Bug 42027 is fixed.
+        https://bugs.webkit.org/show_bug.cgi?id=42068
+
+        No new tests, test fix only.
+
+        * WebCore.pro:
+
 2010-07-20  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r63764.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 18042ea..f342dba 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -2707,9 +2707,6 @@ contains(DEFINES, ENABLE_QT_BEARER=1) {
 }
 
 contains(DEFINES, ENABLE_GEOLOCATION=1) {
-    # if geolocation is enabled, enable pre-request for permission policy
-    DEFINES += WTF_USE_PREEMPT_GEOLOCATION_PERMISSION
-
     HEADERS += \
         platform/qt/GeolocationServiceQt.h
     SOURCES += \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list