[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:40:27 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit e3672213c6ad8289c5cebcc1a0ca3b621d7f820d
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 6 18:27:59 2009 +0000

    2009-10-06  Jakub Wieczorek  <faw217 at gmail.com>
    
            Reviewed by Eric Seidel.
    
            [Qt] LayoutTestController: Reset m_dumpStatusCallbacks to false in reset().
    
            r49189 added support for the 'dumpStatusCallbacks' setting but didn't reset
            it after each layout test as it should do, making the DRT dump additional output
            for all of the subsequent layout tests.
    
            * DumpRenderTree/qt/jsobjects.cpp:
            (LayoutTestController::reset):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49197 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index ed9b9cb..9b22c49 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,18 @@
 2009-10-06  Jakub Wieczorek  <faw217 at gmail.com>
 
+        Reviewed by Eric Seidel.
+
+        [Qt] LayoutTestController: Reset m_dumpStatusCallbacks to false in reset().
+
+        r49189 added support for the 'dumpStatusCallbacks' setting but didn't reset
+        it after each layout test as it should do, making the DRT dump additional output
+        for all of the subsequent layout tests.
+
+        * DumpRenderTree/qt/jsobjects.cpp:
+        (LayoutTestController::reset):
+
+2009-10-06  Jakub Wieczorek  <faw217 at gmail.com>
+
         Reviewed by Simon Hausmann.
 
         [Qt] Implement layoutTestController.dumpStatusCallbacks() and unskip the
diff --git a/WebKitTools/DumpRenderTree/qt/jsobjects.cpp b/WebKitTools/DumpRenderTree/qt/jsobjects.cpp
index b374af2..b2d8528 100644
--- a/WebKitTools/DumpRenderTree/qt/jsobjects.cpp
+++ b/WebKitTools/DumpRenderTree/qt/jsobjects.cpp
@@ -129,6 +129,7 @@ void LayoutTestController::reset()
     m_waitForDone = false;
     m_dumpTitleChanges = false;
     m_dumpDatabaseCallbacks = false;
+    m_dumpStatusCallbacks = false;
     m_timeoutTimer.stop();
     m_topLoadingFrame = 0;
     m_waitForPolicy = false;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list