[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:51:50 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c8e26f6413197c8ce3528381211e413935e121c8
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 21 18:04:53 2002 +0000

            * khtml/khtmlview.cpp: (KHTMLView::clear): Default to fast scrolling.
    	I'm pretty sure this was just backwards here.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2395 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 858bcb5..9eb572c 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-10-21  Darin Adler  <darin at apple.com>
+
+        * khtml/khtmlview.cpp: (KHTMLView::clear): Default to fast scrolling.
+	I'm pretty sure this was just backwards here.
+
 2002-10-21  David Hyatt  <hyatt at apple.com>
 
 	DLs are supposed to have margins.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 858bcb5..9eb572c 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+2002-10-21  Darin Adler  <darin at apple.com>
+
+        * khtml/khtmlview.cpp: (KHTMLView::clear): Default to fast scrolling.
+	I'm pretty sure this was just backwards here.
+
 2002-10-21  David Hyatt  <hyatt at apple.com>
 
 	DLs are supposed to have margins.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 858bcb5..9eb572c 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+2002-10-21  Darin Adler  <darin at apple.com>
+
+        * khtml/khtmlview.cpp: (KHTMLView::clear): Default to fast scrolling.
+	I'm pretty sure this was just backwards here.
+
 2002-10-21  David Hyatt  <hyatt at apple.com>
 
 	DLs are supposed to have margins.
diff --git a/WebCore/khtml/khtmlview.cpp b/WebCore/khtml/khtmlview.cpp
index 86ff38c..6ab1af5 100644
--- a/WebCore/khtml/khtmlview.cpp
+++ b/WebCore/khtml/khtmlview.cpp
@@ -274,7 +274,7 @@ void KHTMLView::clear()
 
 //    viewport()->erase();
 
-    setStaticBackground(true);
+    setStaticBackground(false);
 
     d->reset();
     killTimers();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list