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

hausmann at webkit.org hausmann at webkit.org
Wed Dec 22 11:44:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4dc95df4c559e089f4f4f2e298770acd8ccd56f7
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 5 09:25:17 2010 +0000

    Remove stray debug output
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64727 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/tests/qwebview/tst_qwebview.cpp b/WebKit/qt/tests/qwebview/tst_qwebview.cpp
index bd19578..57f726d 100644
--- a/WebKit/qt/tests/qwebview/tst_qwebview.cpp
+++ b/WebKit/qt/tests/qwebview/tst_qwebview.cpp
@@ -311,7 +311,6 @@ void tst_QWebView::focusInputTypes()
     QVERIFY(webView->inputMethodHints() == Qt::ImhHiddenText);
     QVERIFY(webView->testAttribute(Qt::WA_InputMethodEnabled));
 
-    qWarning("clicking on text area");
     // 'text area' field
     webView->fireMouseClick(QPoint(20, 320));
     QVERIFY(webView->inputMethodHints() == Qt::ImhNone);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list