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

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:41:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 90b88251614d8114844be7e2f9eb46d223e1c727
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 31 16:32:23 2001 +0000

    More changes to get this beast to compile
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@59 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQCString.h b/WebCore/kwq/KWQCString.h
index ad5e599..4d874ab 100644
--- a/WebCore/kwq/KWQCString.h
+++ b/WebCore/kwq/KWQCString.h
@@ -46,9 +46,11 @@ public:
     QCString mid(uint index, uint len=0xffffffff) const;
     
     int find(const char *str, int index=0, bool cs=TRUE) const;
+    int contains(char,) const;
     bool isEmpty() const;
     bool isNull() const;
     uint length() const;
+    bool truncate(uint);
     QCString lower() const;
 
     operator const char *() const;
diff --git a/WebCore/kwq/qt/qcstring.h b/WebCore/kwq/qt/qcstring.h
index ad5e599..4d874ab 100644
--- a/WebCore/kwq/qt/qcstring.h
+++ b/WebCore/kwq/qt/qcstring.h
@@ -46,9 +46,11 @@ public:
     QCString mid(uint index, uint len=0xffffffff) const;
     
     int find(const char *str, int index=0, bool cs=TRUE) const;
+    int contains(char,) const;
     bool isEmpty() const;
     bool isNull() const;
     uint length() const;
+    bool truncate(uint);
     QCString lower() const;
 
     operator const char *() const;
diff --git a/WebCore/src/kwq/qt/qcstring.h b/WebCore/src/kwq/qt/qcstring.h
index ad5e599..4d874ab 100644
--- a/WebCore/src/kwq/qt/qcstring.h
+++ b/WebCore/src/kwq/qt/qcstring.h
@@ -46,9 +46,11 @@ public:
     QCString mid(uint index, uint len=0xffffffff) const;
     
     int find(const char *str, int index=0, bool cs=TRUE) const;
+    int contains(char,) const;
     bool isEmpty() const;
     bool isNull() const;
     uint length() const;
+    bool truncate(uint);
     QCString lower() const;
 
     operator const char *() const;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list