[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:33:46 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6871eacdcc308bccb59f3a484607ef5e02031b05
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 22 15:01:49 2002 +0000

    	Fixed a one-click crasher that Ken and Don told me about.
    
            * kwq/KWQObject.mm: (QObject::QObject): Initialize m_eventFilterObject.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1897 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 81de584..5c54400 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-08-22  Darin Adler  <darin at apple.com>
+
+	Fixed a one-click crasher that Ken and Don told me about.
+
+        * kwq/KWQObject.mm: (QObject::QObject): Initialize m_eventFilterObject.
+
 2002-08-21  Darin Adler  <darin at apple.com>
 
 	- fixed 3021908 -- text areas should be plain text only
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 81de584..5c54400 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,9 @@
+2002-08-22  Darin Adler  <darin at apple.com>
+
+	Fixed a one-click crasher that Ken and Don told me about.
+
+        * kwq/KWQObject.mm: (QObject::QObject): Initialize m_eventFilterObject.
+
 2002-08-21  Darin Adler  <darin at apple.com>
 
 	- fixed 3021908 -- text areas should be plain text only
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 81de584..5c54400 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,9 @@
+2002-08-22  Darin Adler  <darin at apple.com>
+
+	Fixed a one-click crasher that Ken and Don told me about.
+
+        * kwq/KWQObject.mm: (QObject::QObject): Initialize m_eventFilterObject.
+
 2002-08-21  Darin Adler  <darin at apple.com>
 
 	- fixed 3021908 -- text areas should be plain text only
diff --git a/WebCore/kwq/KWQObject.mm b/WebCore/kwq/KWQObject.mm
index 8a907c5..876332d 100644
--- a/WebCore/kwq/KWQObject.mm
+++ b/WebCore/kwq/KWQObject.mm
@@ -84,7 +84,7 @@ KWQObjectSenderScope::~KWQObjectSenderScope()
 }
 
 QObject::QObject(QObject *parent, const char *name)
-    : m_signalListHead(0), m_signalsBlocked(false)
+    : m_signalListHead(0), m_signalsBlocked(false), m_eventFilterObject(0)
 {
     guardedPtrDummyList.append(this);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list