[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mjs at apple.com mjs at apple.com
Sun Feb 20 22:50:52 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 6aa106e1969780a64f02bcaed0656028353f2e25
Author: mjs at apple.com <mjs at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 12 07:41:46 2011 +0000

    2011-01-11  Maciej Stachowiak  <mjs at apple.com>
    
            Reviewed by Eric Seidel.
    
            Close additional pages opened during a test once the test completes.
            https://bugs.webkit.org/show_bug.cgi?id=52276
    
            * WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
            (WTR::InjectedBundle::done):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75587 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index d911797..591bba6 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-11  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Eric Seidel.
+
+        Close additional pages opened during a test once the test completes.
+        https://bugs.webkit.org/show_bug.cgi?id=52276
+
+        * WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
+        (WTR::InjectedBundle::done):
+
 2011-01-11  David Levin  <levin at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp b/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp
index f68d3c4..999ca3a 100644
--- a/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp
+++ b/Tools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp
@@ -167,6 +167,8 @@ void InjectedBundle::done()
 
     WKBundlePostMessage(m_bundle, doneMessageName.get(), doneMessageBody.get());
 
+    closeOtherPages();
+    
     m_state = Idle;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list