[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:58:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cf9d26db81c98baad24ef49127bd8544584e5bb2
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 1 18:34:46 2003 +0000

    	Fix for 3440804, broken scrollbars in downloads window.  Make Auto be the default
    	value in the enum, so that all scrollviews will be automatically initialized to be
    	auto.
    
            Reviewed by cblu
    
            * WebView.subproj/WebDynamicScrollBarsView.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5099 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 55dfd95..1210f66 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2003-10-01  David Hyatt  <hyatt at apple.com>
+
+	Fix for 3440804, broken scrollbars in downloads window.  Make Auto be the default
+	value in the enum, so that all scrollviews will be automatically initialized to be
+	auto.
+	
+        Reviewed by cblu
+
+        * WebView.subproj/WebDynamicScrollBarsView.m:
+
 2003-09-30  Richard Williamson   <rjw at apple.com>
 
 	Attempt to find a reasonable font using a simple string matching heuristic if 
diff --git a/WebKit/WebView.subproj/WebDynamicScrollBarsView.m b/WebKit/WebView.subproj/WebDynamicScrollBarsView.m
index 12655f7..4fd109f 100644
--- a/WebKit/WebView.subproj/WebDynamicScrollBarsView.m
+++ b/WebKit/WebView.subproj/WebDynamicScrollBarsView.m
@@ -12,16 +12,6 @@
 
 @implementation WebDynamicScrollBarsView
 
-- (id)initWithFrame:(NSRect)frameRect
-{
-    [super initWithFrame:frameRect];
-
-    hScroll = WebCoreScrollBarAuto;
-    vScroll = WebCoreScrollBarAuto;
-
-    return self;
-}
-
 - (void)setSuppressLayout: (BOOL)flag;
 {
     suppressLayout = flag;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list