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


The following commit has been merged in the debian/unstable branch:
commit 6cbd3b4a85466f82696c5723601f29bd88179916
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 25 21:57:03 2003 +0000

            * Plugins.subproj/WebBaseNetscapePluginView.m: Replace some tabs with spaces.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3454 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5f90b8e..c198e56 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-25  Darin Adler  <darin at apple.com>
+
+        * Plugins.subproj/WebBaseNetscapePluginView.m: Replace some tabs with spaces.
+
 2003-01-24  Richard Williamson   <rjw at apple.com>
 
         Cleaned up some stray comments.
diff --git a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
index 1ab7145..0ca5b76 100644
--- a/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
+++ b/WebKit/Plugins.subproj/WebBaseNetscapePluginView.m
@@ -147,18 +147,18 @@ typedef struct {
     NSRect visibleRectInWindow = [self convertRect:[self visibleRect] toView:nil];
     
     // flip Y coordinates to convert NSWindow coordinates to Carbon window coordinates
-	float borderViewHeight = [[self window] frame].size.height;
-
-	boundsInWindow.origin.y = borderViewHeight - NSMaxY( boundsInWindow );
-	visibleRectInWindow.origin.y = borderViewHeight - NSMaxY( visibleRectInWindow );
-	
-	// OK, we now have top-left based window-relative rectangles. Move them into port coordinates.
-	
-	PixMapHandle pix = GetPortPixMap( port );
-	boundsInWindow.origin.x += (**pix).bounds.left;
-	boundsInWindow.origin.y += (**pix).bounds.top;
-	visibleRectInWindow.origin.x += (**pix).bounds.left;
-	visibleRectInWindow.origin.y += (**pix).bounds.top;
+    float borderViewHeight = [[self window] frame].size.height;
+
+    boundsInWindow.origin.y = borderViewHeight - NSMaxY( boundsInWindow );
+    visibleRectInWindow.origin.y = borderViewHeight - NSMaxY( visibleRectInWindow );
+    
+    // OK, we now have top-left based window-relative rectangles. Move them into port coordinates.
+    
+    PixMapHandle pix = GetPortPixMap( port );
+    boundsInWindow.origin.x += (**pix).bounds.left;
+    boundsInWindow.origin.y += (**pix).bounds.top;
+    visibleRectInWindow.origin.x += (**pix).bounds.left;
+    visibleRectInWindow.origin.y += (**pix).bounds.top;
     
     // Set up NS_Port.
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list