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


The following commit has been merged in the debian/unstable branch:
commit e045f00621df98122020357e99f757b1f6a372e4
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 18 06:41:41 2002 +0000

    	- fixed 3078644 -- Odd clipping in frame
    
            * WebView.subproj/WebClipView.h: Add hasAdditionalClip and additionalClip methods.
            * WebView.subproj/WebClipView.m:
            (-[WebClipView resetAdditionalClip]): Add an assertion.
            (-[WebClipView setAdditionalClip:]): Ditto.
            (-[WebClipView hasAdditionalClip]): Added.
            (-[WebClipView additionalClip]): Added.
    
            * WebView.subproj/WebHTMLView.m: (-[WebHTMLView visibleRect]):
    	Turn off the additional clip while computing our visibleRect. This way, the additional
    	clip only affects people who ask for the clip view's visibleRect directly, which basically
    	means just the focus rectangle drawing code we are trying to influence.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2365 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5693289..a66512d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,7 +1,6 @@
 2002-10-17  Darin Adler  <darin at apple.com>
 
-	A small change that eliminates a variety of strange clipping problems, including ones that
-	make large swathes of the page disappear.
+	- fixed 3078644 -- Odd clipping in frame
 
         * WebView.subproj/WebClipView.h: Add hasAdditionalClip and additionalClip methods.
         * WebView.subproj/WebClipView.m:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 5693289..a66512d 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,7 +1,6 @@
 2002-10-17  Darin Adler  <darin at apple.com>
 
-	A small change that eliminates a variety of strange clipping problems, including ones that
-	make large swathes of the page disappear.
+	- fixed 3078644 -- Odd clipping in frame
 
         * WebView.subproj/WebClipView.h: Add hasAdditionalClip and additionalClip methods.
         * WebView.subproj/WebClipView.m:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list