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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:36:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b3b9fbe2ec4ca2e51b9ab107af583b9c600deb81
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 13 23:58:00 2010 +0000

    2010-10-13  Yi Shen  <yi.4.shen at nokia.com>
    
            Reviewed by Antonio Gomes.
    
            [Qt] QtTestBrowser shows two Url input fields
            https://bugs.webkit.org/show_bug.cgi?id=47613
    
            * QtTestBrowser/mainwindow.cpp:
            (MainWindow::MainWindow):
            (MainWindow::buildUI):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69714 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 1c20c26..bfcc94e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,16 @@
 2010-10-13  Yi Shen  <yi.4.shen at nokia.com>
 
+        Reviewed by Antonio Gomes.
+
+        [Qt] QtTestBrowser shows two Url input fields
+        https://bugs.webkit.org/show_bug.cgi?id=47613
+
+        * QtTestBrowser/mainwindow.cpp:
+        (MainWindow::MainWindow):
+        (MainWindow::buildUI):
+
+2010-10-13  Yi Shen  <yi.4.shen at nokia.com>
+
         Reviewed by Tony Chang.
 
         [gdb] Add pretty-print supports for UString, Identifier and JSString
diff --git a/WebKitTools/QtTestBrowser/mainwindow.cpp b/WebKitTools/QtTestBrowser/mainwindow.cpp
index fa8b87d..68002e1 100644
--- a/WebKitTools/QtTestBrowser/mainwindow.cpp
+++ b/WebKitTools/QtTestBrowser/mainwindow.cpp
@@ -38,6 +38,7 @@
 MainWindow::MainWindow()
     : m_page(new WebPage(this))
     , m_toolBar(0)
+    , urlEdit(0)
 {
     setAttribute(Qt::WA_DeleteOnClose);
     if (qgetenv("QTTESTBROWSER_USE_ARGB_VISUALS").toInt() == 1)
@@ -48,6 +49,9 @@ MainWindow::MainWindow()
 
 void MainWindow::buildUI()
 {
+#if defined(Q_OS_SYMBIAN)
+    delete urlEdit;
+#endif
     delete m_toolBar;
 
     m_toolBar = addToolBar("Navigation");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list