[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 01:58:44 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 535a7443899292fcb44fc6b8a6a3b2182e2c3dd2
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 25 05:07:55 2010 +0000

    2010-02-24  Jesus Sanchez-Palencia  <jesus.palencia at openbossa.org>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [Qt] QtLauncher has a border when running on QGraphicsView mode
            https://bugs.webkit.org/show_bug.cgi?id=35352
    
            Fix 2-pixels frame on each border of QtLauncher when running on QGraphicsView mode.
    
            * QtLauncher/webview.cpp:
            (WebViewGraphicsBased::WebViewGraphicsBased):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55218 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4558474..9a4435c 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2010-02-24  Jesus Sanchez-Palencia  <jesus.palencia at openbossa.org>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        [Qt] QtLauncher has a border when running on QGraphicsView mode
+        https://bugs.webkit.org/show_bug.cgi?id=35352
+
+        Fix 2-pixels frame on each border of QtLauncher when running on QGraphicsView mode.
+
+        * QtLauncher/webview.cpp:
+        (WebViewGraphicsBased::WebViewGraphicsBased):
+
 2010-02-23  Dirk Pranke  <dpranke at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKitTools/QtLauncher/webview.cpp b/WebKitTools/QtLauncher/webview.cpp
index 311d79b..e818086 100644
--- a/WebKitTools/QtLauncher/webview.cpp
+++ b/WebKitTools/QtLauncher/webview.cpp
@@ -45,6 +45,7 @@ WebViewGraphicsBased::WebViewGraphicsBased(QWidget* parent)
     setScene(new QGraphicsScene(this));
     scene()->addItem(m_item);
 
+    setFrameShape(QFrame::NoFrame);
     setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
     setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list