[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:45:23 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8492cae380395154946d21cac8908991386d388f
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 20 02:04:22 2001 +0000

    Added stub files for rendering
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQApplication.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQApplication.mm
index 013222c..9070707 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQApplication.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qapplication.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQBrush.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQBrush.mm
index 013222c..c9e7c2b 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQBrush.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qbrush.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQFont.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQFont.mm
index 013222c..40f4b61 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQFont.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qfont.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQFontMetrics.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQFontMetrics.mm
index 013222c..79e4d72 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQFontMetrics.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qfontmetrics.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQPainter.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQPainter.mm
index 013222c..b1a3327 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQPainter.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpainter.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQPen.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQPen.mm
index 013222c..5d13afd 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQPen.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpen.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQPixmap.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQPixmap.mm
index 013222c..415b8e2 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQPixmap.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpixmap.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQWMatrix.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQWMatrix.mm
index 013222c..bcfc143 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQWMatrix.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpainter.h>
\ No newline at end of file
diff --git a/WebCore/src/kwq/qt/_qglobal.cpp b/WebCore/kwq/KWQWidget.mm
similarity index 94%
copy from WebCore/src/kwq/qt/_qglobal.cpp
copy to WebCore/kwq/KWQWidget.mm
index 013222c..98800b1 100644
--- a/WebCore/src/kwq/qt/_qglobal.cpp
+++ b/WebCore/kwq/KWQWidget.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qwidget.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQApplication.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQApplication.mm
index 013222c..9070707 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQApplication.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qapplication.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQBrush.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQBrush.mm
index 013222c..c9e7c2b 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQBrush.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qbrush.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQFont.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQFont.mm
index 013222c..40f4b61 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQFont.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qfont.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQFontMetrics.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQFontMetrics.mm
index 013222c..79e4d72 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQFontMetrics.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qfontmetrics.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQPainter.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQPainter.mm
index 013222c..b1a3327 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQPainter.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpainter.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQPen.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQPen.mm
index 013222c..5d13afd 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQPen.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpen.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQPixmap.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQPixmap.mm
index 013222c..415b8e2 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQPixmap.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpixmap.h>
diff --git a/WebCore/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQWMatrix.mm
similarity index 94%
copy from WebCore/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQWMatrix.mm
index 013222c..bcfc143 100644
--- a/WebCore/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQWMatrix.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qpainter.h>
\ No newline at end of file
diff --git a/WebCore/src/kwq/qt/_qglobal.cpp b/WebCore/src/kwq/KWQWidget.mm
similarity index 94%
copy from WebCore/src/kwq/qt/_qglobal.cpp
copy to WebCore/src/kwq/KWQWidget.mm
index 013222c..98800b1 100644
--- a/WebCore/src/kwq/qt/_qglobal.cpp
+++ b/WebCore/src/kwq/KWQWidget.mm
@@ -23,11 +23,4 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
-void qDebug(const char *msg, ...)
-{
-}
-
-void qWarning(const char *msg, ...)
-{
-}
-
+#include <qwidget.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list