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

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 11:17:14 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4d5c3366f8732916d17c8121ba6e356bdfb25aaf
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 19:37:49 2010 +0000

    2010-07-15  Antonio Gomes  <tonikitoo at webkit.org>
    
            Reviewed by Gustavo Noronha.
    
            [Qt] Remove unnecessary WebKit headers inclusion from WebCore files
            https://bugs.webkit.org/show_bug.cgi?id=42416
    
            There are some places in WebCore unnecessarily including WebKit headers.
    
            Cleaning up only, no testing needed.
    
            * platform/network/qt/ResourceHandleQt.cpp:
            * platform/qt/RenderThemeQt.c
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63571 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 65001fb..11321f0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2010-07-15  Antonio Gomes  <tonikitoo at webkit.org>
+
+        Reviewed by Gustavo Noronha.
+
+        [Qt] Remove unnecessary WebKit headers inclusion from WebCore files
+        https://bugs.webkit.org/show_bug.cgi?id=42416
+
+        There are some places in WebCore unnecessarily including WebKit headers.
+
+        Cleaning up only, no testing needed.
+
+        * platform/network/qt/ResourceHandleQt.cpp:
+        * platform/qt/RenderThemeQt.cpp:
+        * platform/qt/WidgetQt.cpp:
+
 2010-07-16  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Anders Carlsson.
diff --git a/WebCore/platform/network/qt/ResourceHandleQt.cpp b/WebCore/platform/network/qt/ResourceHandleQt.cpp
index 6d4d3d0..f91eecb 100644
--- a/WebCore/platform/network/qt/ResourceHandleQt.cpp
+++ b/WebCore/platform/network/qt/ResourceHandleQt.cpp
@@ -43,7 +43,6 @@
 
 // FIXME: WebCore including these headers from WebKit is a massive layering violation.
 #include "qwebframe_p.h"
-#include "qwebpage_p.h"
 
 #include <QAbstractNetworkCache>
 #include <QCoreApplication>
diff --git a/WebCore/platform/qt/RenderThemeQt.cpp b/WebCore/platform/qt/RenderThemeQt.cpp
index deb9037..22d99a1 100644
--- a/WebCore/platform/qt/RenderThemeQt.cpp
+++ b/WebCore/platform/qt/RenderThemeQt.cpp
@@ -58,8 +58,6 @@
 #include "ScrollbarThemeQt.h"
 #include "TimeRanges.h"
 #include "UserAgentStyleSheets.h"
-#include "qwebpage.h"
-
 
 #include <QApplication>
 #include <QColor>
diff --git a/WebCore/platform/qt/WidgetQt.cpp b/WebCore/platform/qt/WidgetQt.cpp
index 00a58a4..0903b6e 100644
--- a/WebCore/platform/qt/WidgetQt.cpp
+++ b/WebCore/platform/qt/WidgetQt.cpp
@@ -41,14 +41,11 @@
 #include "QWebPageClient.h"
 #include "ScrollView.h"
 
-#include "qwebframe.h"
-#include "qwebframe_p.h"
-#include "qwebpage.h"
-
 #include <QCoreApplication>
 #include <QDebug>
 #include <QPaintEngine>
 #include <QPainter>
+#include <QWidget>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list