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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:24:23 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ca086d224264271d31652b630e5c96f06e0f153f
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 15 05:08:03 2002 +0000

            * WebCore-tests.exp: Tests needed access to QPoint, QString, and KURL symbols
    	that were formerly exported for the benefit of WebKit.
    
            * kwq/KWQPixmap.mm: I needed to touch something since .exp files don't cause
    	a rebuild, so I fixed a comment in here.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1555 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 28e0c9a..ecd2a8b 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-07-14  Darin Adler  <darin at apple.com>
 
+        * WebCore-tests.exp: Tests needed access to QPoint, QString, and KURL symbols
+	that were formerly exported for the benefit of WebKit.
+
+        * kwq/KWQPixmap.mm: I needed to touch something since .exp files don't cause
+	a rebuild, so I fixed a comment in here.
+
+2002-07-14  Darin Adler  <darin at apple.com>
+
 	Changes to WebCore that allow WebKit to work through Objective C without going
 	straight to the KHTML headers. Also remove a bunch of unused stuff, especially
 	in QPainter.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 28e0c9a..ecd2a8b 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,13 @@
 2002-07-14  Darin Adler  <darin at apple.com>
 
+        * WebCore-tests.exp: Tests needed access to QPoint, QString, and KURL symbols
+	that were formerly exported for the benefit of WebKit.
+
+        * kwq/KWQPixmap.mm: I needed to touch something since .exp files don't cause
+	a rebuild, so I fixed a comment in here.
+
+2002-07-14  Darin Adler  <darin at apple.com>
+
 	Changes to WebCore that allow WebKit to work through Objective C without going
 	straight to the KHTML headers. Also remove a bunch of unused stuff, especially
 	in QPainter.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 28e0c9a..ecd2a8b 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,13 @@
 2002-07-14  Darin Adler  <darin at apple.com>
 
+        * WebCore-tests.exp: Tests needed access to QPoint, QString, and KURL symbols
+	that were formerly exported for the benefit of WebKit.
+
+        * kwq/KWQPixmap.mm: I needed to touch something since .exp files don't cause
+	a rebuild, so I fixed a comment in here.
+
+2002-07-14  Darin Adler  <darin at apple.com>
+
 	Changes to WebCore that allow WebKit to work through Objective C without going
 	straight to the KHTML headers. Also remove a bunch of unused stuff, especially
 	in QPainter.
diff --git a/WebCore/WebCore-tests.exp b/WebCore/WebCore-tests.exp
index 20928d9..3ef8f9f 100644
--- a/WebCore/WebCore-tests.exp
+++ b/WebCore/WebCore-tests.exp
@@ -105,10 +105,12 @@ __ZN4KURL7setHostERK7QString
 __ZN4KURL7setPathERK7QString
 __ZN4KURL7setPortEt
 __ZN4KURL8setQueryERK7QStringi
+__ZN4KURLC1EPKci
 __ZN4KURLC1ERK7QStringi
 __ZN4KURLC1ERKS_
 __ZN4KURLC1ERKS_RK7QString
 __ZN4KURLC1Ev
+__ZN4KURLD1Ev
 __ZN5QDateC1Eiii
 __ZN5QDateC1Ev
 __ZN5QFile4openEi
@@ -126,6 +128,7 @@ __ZN5QTime7elapsedEv
 __ZN5QTime7restartEv
 __ZN5QTimeC1Eii
 __ZN5QTimeC1Ev
+__ZN6QPointC1Eii
 __ZN6QPointC1Ev
 __ZN7QBuffer10writeBlockEPKcj
 __ZN7QBuffer4openEi
@@ -155,6 +158,7 @@ __ZN7QStringC1EPKc
 __ZN7QStringC1ERK9QMemArrayIcE
 __ZN7QStringC1ERKS_
 __ZN7QStringC1Ev
+__ZN7QStringD1Ev
 __ZN7QStringpLE5QChar
 __ZN7QStringpLERKS_
 __ZN7QStringpLEc
diff --git a/WebCore/kwq/KWQPixmap.mm b/WebCore/kwq/KWQPixmap.mm
index 05409db..9466022 100644
--- a/WebCore/kwq/KWQPixmap.mm
+++ b/WebCore/kwq/KWQPixmap.mm
@@ -24,8 +24,8 @@
  */
 
 #import <qpixmap.h>
-#import <kwqdebug.h>
 
+#import <kwqdebug.h>
 #import <WebCoreImageRenderer.h>
 #import <WebCoreImageRendererFactory.h>
 
@@ -128,7 +128,7 @@ QPixmap QPixmap::xForm(const QWMatrix &xmatrix) const
     // We can depend on render_image.cpp to call resize AFTER
     // creating a copy of the image to be scaled. So, this
     // implementation simply returns a copy of the image. Note,
-    // this implementation depends on the implementation of
+    // this assumption depends on the implementation of
     // RenderImage::printObject.   
     return *this;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list