[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:23:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c6dce1d48201c205bbd947c34414d0deb2fa8fe3
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jul 6 07:41:03 2002 +0000

            * kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::write): Remove reference
    	to nonexistent class in a comment.
            * kwq/KWQKHTMLPartImpl.h: Remove unused and unimplemented getDataSource().
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1517 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 992f5a4..bc3f9d0 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-07-06  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::write): Remove reference
+	to nonexistent class in a comment.
+        * kwq/KWQKHTMLPartImpl.h: Remove unused and unimplemented getDataSource().
+
 2002-07-04  Maciej Stachowiak  <mjs at apple.com>
 
 	Say "Go to" instead of "Link to" for links that won't open a new
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 992f5a4..bc3f9d0 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2002-07-06  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::write): Remove reference
+	to nonexistent class in a comment.
+        * kwq/KWQKHTMLPartImpl.h: Remove unused and unimplemented getDataSource().
+
 2002-07-04  Maciej Stachowiak  <mjs at apple.com>
 
 	Say "Go to" instead of "Link to" for links that won't open a new
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 992f5a4..bc3f9d0 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2002-07-06  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::write): Remove reference
+	to nonexistent class in a comment.
+        * kwq/KWQKHTMLPartImpl.h: Remove unused and unimplemented getDataSource().
+
 2002-07-04  Maciej Stachowiak  <mjs at apple.com>
 
 	Say "Go to" instead of "Link to" for links that won't open a new
diff --git a/WebCore/kwq/KWQKHTMLPart.h b/WebCore/kwq/KWQKHTMLPart.h
index 2ea2467..22cfcbc 100644
--- a/WebCore/kwq/KWQKHTMLPart.h
+++ b/WebCore/kwq/KWQKHTMLPart.h
@@ -26,10 +26,8 @@
 #include <khtml_part.h>
 
 #ifdef __OBJC__
- at class IFWebDataSource;
 @class WebCoreBridge;
 #else
-class IFWebDataSource;
 class WebCoreBridge;
 #endif
 
@@ -64,8 +62,6 @@ public:
 
     QString documentSource() const;
 
-    IFWebDataSource *getDataSource();
-
     bool frameExists(const QString &frameName);
     KHTMLPart *findFrame(const QString &frameName);
     QPtrList<KParts::ReadOnlyPart> frames() const;
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 831288a..99aee74 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -249,7 +249,7 @@ void KWQKHTMLPartImpl::write( const char *str, int len )
     double start = CFAbsoluteTimeGetCurrent();
 #endif
     
-    // FIX ME:  This is very expensive.  We should using the IFMutableData
+    // FIX ME:  This is very expensive.  We should be using the data object
     // that represents the document, and only constructing the complete
     // string when requested.
     m_documentSource += QString(str, len);
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.h b/WebCore/kwq/KWQKHTMLPartImpl.h
index 2ea2467..22cfcbc 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.h
+++ b/WebCore/kwq/KWQKHTMLPartImpl.h
@@ -26,10 +26,8 @@
 #include <khtml_part.h>
 
 #ifdef __OBJC__
- at class IFWebDataSource;
 @class WebCoreBridge;
 #else
-class IFWebDataSource;
 class WebCoreBridge;
 #endif
 
@@ -64,8 +62,6 @@ public:
 
     QString documentSource() const;
 
-    IFWebDataSource *getDataSource();
-
     bool frameExists(const QString &frameName);
     KHTMLPart *findFrame(const QString &frameName);
     QPtrList<KParts::ReadOnlyPart> frames() const;
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 831288a..99aee74 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -249,7 +249,7 @@ void KWQKHTMLPartImpl::write( const char *str, int len )
     double start = CFAbsoluteTimeGetCurrent();
 #endif
     
-    // FIX ME:  This is very expensive.  We should using the IFMutableData
+    // FIX ME:  This is very expensive.  We should be using the data object
     // that represents the document, and only constructing the complete
     // string when requested.
     m_documentSource += QString(str, len);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list