[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:07 UTC 2010


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

    2010-08-09  Pavel Feldman  <pfeldman at chromium.org>
    
            Not reviewed. Chromium tests fix.
    
            Disable runtime switch for device motion in chromium.
            https://bugs.webkit.org/show_bug.cgi?id=43717
    
            * src/WebViewImpl.cpp:
            (WebKit::WebView::create):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64975 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index bfe215f..00b0d49 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,15 @@
 2010-08-09  Pavel Feldman  <pfeldman at chromium.org>
 
+        Not reviewed. Chromium tests fix.
+
+        Disable runtime switch for device motion in chromium.
+        https://bugs.webkit.org/show_bug.cgi?id=43717
+
+        * src/WebViewImpl.cpp:
+        (WebKit::WebView::create):
+
+2010-08-09  Pavel Feldman  <pfeldman at chromium.org>
+
         Reviewed by Yury Semikhatsky.
 
         Chromium: Remove temporary device motion fix.
diff --git a/WebKit/chromium/src/WebViewImpl.cpp b/WebKit/chromium/src/WebViewImpl.cpp
index 85dab4b..d9baacd 100644
--- a/WebKit/chromium/src/WebViewImpl.cpp
+++ b/WebKit/chromium/src/WebViewImpl.cpp
@@ -178,6 +178,7 @@ static const PopupContainerSettings autoFillPopupSettings = {
 WebView* WebView::create(WebViewClient* client, WebDevToolsAgentClient* devToolsClient)
 {
     // Keep runtime flag for device orientation turned off until it's implemented.
+    WebRuntimeFeatures::enableDeviceMotion(false);
     WebRuntimeFeatures::enableDeviceOrientation(false);
 
     // Pass the WebViewImpl's self-reference to the caller.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list