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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:49:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a76eaa47322ea968ead1b7b7626ae2213cfa08ee
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 30 20:48:55 2003 +0000

    	Fixed 3356518.  Added private method called by IB to ensure
    	that autoresizeSubviews flag is turned on correctly.
    
            Reviewed by mjs.
    
            * WebView.subproj/WebViewPrivate.m:
            (-[WebView _finishedMakingConnections]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4732 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 3fb23ef..0b8e3c3 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2003-07-30  Richard Williamson   <rjw at apple.com>
+
+	Fixed 3356518.  Added private method called by IB to ensure
+	that autoresizeSubviews flag is turned on correctly.
+
+        Reviewed by mjs.
+
+        * WebView.subproj/WebViewPrivate.m:
+        (-[WebView _finishedMakingConnections]):
+
 2003-07-28  Richard Williamson   <rjw at apple.com>
 
 	Fixed 3323866.  Provide SPI to IB to enable scoping of preferences
diff --git a/WebKit/WebView.subproj/WebViewPrivate.m b/WebKit/WebView.subproj/WebViewPrivate.m
index f8c1aaf..f57c887 100644
--- a/WebKit/WebView.subproj/WebViewPrivate.m
+++ b/WebKit/WebView.subproj/WebViewPrivate.m
@@ -828,6 +828,12 @@ NSString *_WebMainFrameURLKey = @"mainFrameURL";
     }
 }
 
+// Hack that IB calls to ensure that autoresizeFlags get set correctly.
+- (void)_finishedMakingConnections
+{
+	[self setAutoresizesSubviews:YES];
+}
+
 @end
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list