[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:57:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 288a0d4bc58a9050ef9d1fc88a2137fd369df012
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 25 04:28:55 2003 +0000

            * WebView.subproj/WebHTMLView.m:
            (-[WebHTMLView dragImage:at:offset:event:pasteboard:source:slideBack:]):
            Added one more call to _stopAutoscrollTimer for when drags begin.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5052 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 90b3499..dfbc56c 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-24  Darin Adler  <darin at apple.com>
+
+        * WebView.subproj/WebHTMLView.m:
+        (-[WebHTMLView dragImage:at:offset:event:pasteboard:source:slideBack:]):
+        Added one more call to _stopAutoscrollTimer for when drags begin.
+
 2003-09-24  Richard Williamson   <rjw at apple.com>
 
 	Fixed 3420736.  Clear renderer caches when get an ATS font changed notification.  This fix may be moot depending on progress toward fixing 2695906.  Also 3428451 needs to should be resolved.
diff --git a/WebKit/WebView.subproj/WebHTMLView.m b/WebKit/WebView.subproj/WebHTMLView.m
index 2af071e..d086c04 100644
--- a/WebKit/WebView.subproj/WebHTMLView.m
+++ b/WebKit/WebView.subproj/WebHTMLView.m
@@ -659,6 +659,8 @@
            source:(id)source
         slideBack:(BOOL)slideBack
 {    
+    [self _stopAutoscrollTimer];
+
     // Don't allow drags to be accepted by this WebFrameView.
     [[self _webView] unregisterDraggedTypes];
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list