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

tkent at chromium.org tkent at chromium.org
Wed Dec 22 11:57:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 756b44ccadf6bc0f447f2bc50d8e73796929cc69
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 12 04:35:42 2010 +0000

    2010-08-11  Kent Tamura  <tkent at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            [DRT/Chromium] Disable accelerated compositing
            https://bugs.webkit.org/show_bug.cgi?id=43894
    
            Disable accelerated compositing because DRT is not ready for
            it. This change fixes hundreds of test crashes on Windows and
            Linux.
    
            * DumpRenderTree/chromium/TestShell.cpp:
            (TestShell::resetWebSettings):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65216 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 24b41c5..9e27903 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-11  Kent Tamura  <tkent at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        [DRT/Chromium] Disable accelerated compositing
+        https://bugs.webkit.org/show_bug.cgi?id=43894
+
+        Disable accelerated compositing because DRT is not ready for
+        it. This change fixes hundreds of test crashes on Windows and
+        Linux.
+
+        * DumpRenderTree/chromium/TestShell.cpp:
+        (TestShell::resetWebSettings):
+
 2010-08-11  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
         Unreviewed. Adding my Collabora personality to the list.
diff --git a/WebKitTools/DumpRenderTree/chromium/TestShell.cpp b/WebKitTools/DumpRenderTree/chromium/TestShell.cpp
index 64c20b0..7ea36e1 100644
--- a/WebKitTools/DumpRenderTree/chromium/TestShell.cpp
+++ b/WebKitTools/DumpRenderTree/chromium/TestShell.cpp
@@ -225,6 +225,8 @@ void TestShell::resetWebSettings(WebView& webView)
 #else
     settings->setEditingBehavior(WebSettings::EditingBehaviorWin);
 #endif
+    // FIXME: crbug.com/51879
+    settings->setAcceleratedCompositingEnabled(false);
 }
 
 void TestShell::runFileTest(const TestParams& params)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list