[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 07:56:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 60f03db19d03073d527e6c4a6722d135f37f1126
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 15 17:23:47 2003 +0000

            Reviewed by Ken and Don.
    
            - fixed 3417604 -- REGRESSION: dragging scroll thumb causes textarea contents to vanish
    
            * kwq/KWQTextArea.mm: (-[KWQTextArea initWithFrame:]): Deallocated cached graphics state for
            the text view as well as for the clip view.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4991 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index d8e1bd7..f8a8472 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,11 @@
+2003-09-15  Darin Adler  <darin at apple.com>
+
+        Reviewed by Ken and Don.
+
+        - fixed 3417604 -- REGRESSION: dragging scroll thumb causes textarea contents to vanish
+
+        * kwq/KWQTextArea.mm: (-[KWQTextArea initWithFrame:]): Deallocated cached graphics state for
+        the text view as well as for the clip view.
 
 2003-09-13  Darin Adler  <darin at apple.com>
 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index d8e1bd7..f8a8472 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2003-09-15  Darin Adler  <darin at apple.com>
+
+        Reviewed by Ken and Don.
+
+        - fixed 3417604 -- REGRESSION: dragging scroll thumb causes textarea contents to vanish
+
+        * kwq/KWQTextArea.mm: (-[KWQTextArea initWithFrame:]): Deallocated cached graphics state for
+        the text view as well as for the clip view.
 
 2003-09-13  Darin Adler  <darin at apple.com>
 
diff --git a/WebCore/kwq/KWQTextArea.mm b/WebCore/kwq/KWQTextArea.mm
index dec7821..6d46be4 100644
--- a/WebCore/kwq/KWQTextArea.mm
+++ b/WebCore/kwq/KWQTextArea.mm
@@ -113,6 +113,7 @@ const float LargeNumberForText = 1.0e7;
     // See these bugs for more information:
     // <rdar://problem/3310943>: REGRESSION (Panther): textareas in forms sometimes draw blank (bugreporter)
     [[self contentView] releaseGState];
+    [[self documentView] releaseGState];
     
     return self;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list