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

pfeldman at chromium.org pfeldman at chromium.org
Wed Dec 22 11:50:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 66c5566d76886862d8481405b85225c18b22f2b4
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 9 09:48:28 2010 +0000

    2010-08-09  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Chromium: Remove temporary device motion fix.
    
            https://bugs.webkit.org/show_bug.cgi?id=43713
    
            * src/WebRuntimeFeatures.cpp:
            (WebKit::WebRuntimeFeatures::enableDeviceOrientation):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64972 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index a4c845c..bfe215f 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-09  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        Chromium: Remove temporary device motion fix.
+
+        https://bugs.webkit.org/show_bug.cgi?id=43713
+
+        * src/WebRuntimeFeatures.cpp:
+        (WebKit::WebRuntimeFeatures::enableDeviceOrientation):
+
 2010-08-07  Jay Civelli  <jcivelli at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebKit/chromium/src/WebRuntimeFeatures.cpp b/WebKit/chromium/src/WebRuntimeFeatures.cpp
index 7cbc4fb..9e21d58 100644
--- a/WebKit/chromium/src/WebRuntimeFeatures.cpp
+++ b/WebKit/chromium/src/WebRuntimeFeatures.cpp
@@ -239,8 +239,6 @@ bool WebRuntimeFeatures::isDeviceMotionEnabled()
 void WebRuntimeFeatures::enableDeviceOrientation(bool enable)
 {
     RuntimeEnabledFeatures::setDeviceOrientationEnabled(enable);
-    // TODO: fix once called downstream.
-    RuntimeEnabledFeatures::setDeviceMotionEnabled(false);
 }
 
 bool WebRuntimeFeatures::isDeviceOrientationEnabled()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list