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


The following commit has been merged in the debian/unstable branch:
commit 7db81e8df1022f5297ca8e1c126b805e002754cc
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 1 00:16:03 2003 +0000

    	Make sure width is initialized for monospace optimizations.
            Reviewed by Vicki.
    
            * WebCoreSupport.subproj/WebTextRenderer.m:
            (-[WebTextRenderer checkSelectionPoint:style:position:reversed:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4752 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 365b0e0..3cfefd1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2003-07-31  Richard Williamson   <rjw at apple.com>
 
+	Make sure width is initialized for monospace optimizations.
+        Reviewed by Vicki.
+
+        * WebCoreSupport.subproj/WebTextRenderer.m:
+        (-[WebTextRenderer checkSelectionPoint:style:position:reversed:]):
+
+2003-07-31  Richard Williamson   <rjw at apple.com>
+
 	Fixed 3359152.  SPI to get the background color for a frame.
 
         Reviewed by hyatt.
diff --git a/WebKit/WebCoreSupport.subproj/WebTextRenderer.m b/WebKit/WebCoreSupport.subproj/WebTextRenderer.m
index ef23172..8b8d0c8 100644
--- a/WebKit/WebCoreSupport.subproj/WebTextRenderer.m
+++ b/WebKit/WebCoreSupport.subproj/WebTextRenderer.m
@@ -1740,6 +1740,7 @@ static const char *joiningNames[] = {
 
     if ([font isFixedPitch] || [font _isFakeFixedPitch]){
         monospaceWidth = spaceWidth;
+        width = run->length * monospaceWidth;
     }
     else {
         if (run->length > LOCAL_WIDTH_BUF_SIZE)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list