[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

loislo at chromium.org loislo at chromium.org
Mon Dec 27 16:30:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cf82d7784f72b8f43fa9d797fb792c9189e26dc3
Author: loislo at chromium.org <loislo at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 16:22:58 2010 +0000

    2010-12-22  Ilya Tikhonovsky  <loislo at chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Web Inspector: [chromium] DRT inspector layout tests are flaky in debug.
    
            DevTools window should be closed explicitly because it has custom deinitialization code.
    
            https://bugs.webkit.org/show_bug.cgi?id=50722
    
            * DumpRenderTree/chromium/TestShell.cpp:
            (TestShell::closeRemainingWindows):
    
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74480 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index cf30451..a8e091e 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,16 @@
+2010-12-22  Ilya Tikhonovsky  <loislo at chromium.org>
+
+        Reviewed by Yury Semikhatsky.
+
+        Web Inspector: [chromium] DRT inspector layout tests are flaky in debug.
+
+        DevTools window should be closed explicitly because it has custom deinitialization code.
+
+        https://bugs.webkit.org/show_bug.cgi?id=50722
+
+        * DumpRenderTree/chromium/TestShell.cpp:
+        (TestShell::closeRemainingWindows):
+
 2010-12-22  David Levin  <levin at chromium.org>
 
         Reviewed by Shinichiro Hamaji.
diff --git a/Tools/DumpRenderTree/chromium/TestShell.cpp b/Tools/DumpRenderTree/chromium/TestShell.cpp
index 5de351c..21f4208 100644
--- a/Tools/DumpRenderTree/chromium/TestShell.cpp
+++ b/Tools/DumpRenderTree/chromium/TestShell.cpp
@@ -598,6 +598,9 @@ void TestShell::closeWindow(WebViewHost* window)
 
 void TestShell::closeRemainingWindows()
 {
+    // Just close devTools window manually because we have custom deinitialization code for it.
+    closeDevTools();
+
     // Iterate through the window list and close everything except the main
     // window. We don't want to delete elements as we're iterating, so we copy
     // to a temp vector first.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list