[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:16:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f63c2d842ad048e0b0fdc09b59e0ca104a3eb859
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jun 4 01:01:10 2002 +0000

    	A few more unused things.
    
    	* kwq/Makefile.am: Removed KWQKProcess.mm
    	* kwq/KWQKProcess.mm: Removed.
    	* kwq/KWQStrList.h: Removed.
    	* kwq/kdecore/kprocess.h: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1258 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 376cf03..6bbdad8 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,14 @@
 2002-06-03  Darin Adler  <darin at apple.com>
 
+	A few more unused things.
+
+	* kwq/Makefile.am: Removed KWQKProcess.mm
+	* kwq/KWQKProcess.mm: Removed.
+	* kwq/KWQStrList.h: Removed.
+	* kwq/kdecore/kprocess.h: Removed.
+
+2002-06-03  Darin Adler  <darin at apple.com>
+
 	Forgot one file.
 
 	* kwq/qt/qframe.h: Added.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 376cf03..6bbdad8 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,14 @@
 2002-06-03  Darin Adler  <darin at apple.com>
 
+	A few more unused things.
+
+	* kwq/Makefile.am: Removed KWQKProcess.mm
+	* kwq/KWQKProcess.mm: Removed.
+	* kwq/KWQStrList.h: Removed.
+	* kwq/kdecore/kprocess.h: Removed.
+
+2002-06-03  Darin Adler  <darin at apple.com>
+
 	Forgot one file.
 
 	* kwq/qt/qframe.h: Added.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 376cf03..6bbdad8 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,14 @@
 2002-06-03  Darin Adler  <darin at apple.com>
 
+	A few more unused things.
+
+	* kwq/Makefile.am: Removed KWQKProcess.mm
+	* kwq/KWQKProcess.mm: Removed.
+	* kwq/KWQStrList.h: Removed.
+	* kwq/kdecore/kprocess.h: Removed.
+
+2002-06-03  Darin Adler  <darin at apple.com>
+
 	Forgot one file.
 
 	* kwq/qt/qframe.h: Added.
diff --git a/WebCore/kwq/KWQKProcess.mm b/WebCore/kwq/KWQKProcess.mm
deleted file mode 100644
index 9c846b6..0000000
--- a/WebCore/kwq/KWQKProcess.mm
+++ /dev/null
@@ -1,86 +0,0 @@
-/*
- * Copyright (C) 2001 Apple Computer, Inc.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#include <kwqdebug.h>
-#include <kprocess.h>
-
-KProcess::KProcess()
-{
-    _logNotYetImplemented();
-}
-
-
-KProcess::~KProcess()
-{
-    _logNotYetImplemented();
-}
-
-
-QValueList<QCString> KProcess::args()
-{
-    _logNotYetImplemented();
-    return QValueList<QCString>();
-}
-
-
-bool KProcess::isRunning() const
-{
-    _logNotYetImplemented();
-    return FALSE;    
-}
-
-
-bool KProcess::writeStdin(const char *buffer, int buflen)
-{
-    _logNotYetImplemented();
-    return FALSE;    
-}
-
-
-bool KProcess::start(RunMode runmode, Communication comm)
-{
-    _logNotYetImplemented();
-    return FALSE;    
-}
-
-
-bool KProcess::kill(int signo=SIGTERM)
-{
-    _logNotYetImplemented();
-    return FALSE;    
-}
-
-
-void KProcess::resume()
-{
-    _logNotYetImplemented();
-}
-
-
-KProcess &KProcess::operator<<(const QString& arg)
-{
-    _logNotYetImplemented();
-    return *this;
-}
diff --git a/WebCore/kwq/KWQStrList.h b/WebCore/kwq/KWQStrList.h
deleted file mode 100644
index 63c24d2..0000000
--- a/WebCore/kwq/KWQStrList.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Copyright (C) 2001 Apple Computer, Inc.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#ifndef KWQSTRLIST_H_
-#define KWQSTRLIST_H_
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifdef USING_BORROWED_QSTRLIST
-
-#include <_qstrlist.h>
-
-#else // !USING_BORROWED_QSTRLIST
-
-#include <qlist.h>
-
-// class QStrList ==============================================================
-
-typedef QPtrList<char> QStrList;
-
-#endif // USING_BORROWED_QSTRLIST
-
-#endif // KWQSTRLIST_H_
diff --git a/WebCore/kwq/Makefile.am b/WebCore/kwq/Makefile.am
index 98f0159..ef68c4c 100644
--- a/WebCore/kwq/Makefile.am
+++ b/WebCore/kwq/Makefile.am
@@ -62,7 +62,6 @@ libkwq_o_SOURCES = \
 	KWQKMimeType.mm \
 	KWQKPartsEvent.mm \
 	KWQKPrinter.mm \
-	KWQKProcess.mm \
 	KWQKProtocolManager.mm \
 	KWQKSimpleConfig.mm \
 	KWQKStringHandler.mm \
diff --git a/WebCore/kwq/kdecore/kprocess.h b/WebCore/kwq/kdecore/kprocess.h
deleted file mode 100644
index 662059c..0000000
--- a/WebCore/kwq/kdecore/kprocess.h
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * Copyright (C) 2001 Apple Computer, Inc.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#ifndef KPROCESS_H_
-#define KPROCESS_H_
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <signal.h>
-
-#include <qobject.h>
-#include <qstring.h>
-#include <KWQStrList.h>
-
-// class KProcess ==============================================================
-
-class KProcess : public QObject {
-public:
-
-    // structs -----------------------------------------------------------------
-    
-    // typedefs ----------------------------------------------------------------
-
-    enum Communication { NoCommunication = 0, Stdin = 1, Stdout = 2, NoRead };
-    enum RunMode { DontCare, NotifyOnExit, Block };
-
-    // enums -------------------------------------------------------------------
-    // constants ---------------------------------------------------------------
-    // static member functions -------------------------------------------------
-    
-    // constructors, copy constructors, and destructors ------------------------
-
-    KProcess();
-    virtual ~KProcess();
-    
-    // member functions --------------------------------------------------------
-
-    QValueList<QCString> args();
-    bool isRunning() const;
-    bool writeStdin(const char *buffer, int buflen);
-    virtual bool start(RunMode runmode=NotifyOnExit, 
-        Communication comm=NoCommunication);
-    virtual bool kill(int signo=SIGTERM);
-    void resume();
-
-    // operators ---------------------------------------------------------------
-
-    KProcess &operator<<(const QString& arg);
-
-// protected -------------------------------------------------------------------
-// private ---------------------------------------------------------------------
-
-private:
-    // no copying or assignment
-    // note that these are "standard" (no pendantic stuff needed)
-    KProcess(const KProcess &);
-    KProcess &operator=(const KProcess &);
-
-}; // class KProcess ===========================================================
-
-#endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list