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


The following commit has been merged in the debian/unstable branch:
commit c34159b73d63c4d2b2701110a3014a5fce28661c
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 9 01:39:54 2002 +0000

            * kwq/KWQComboBox.mm: Bump fudge factor up one pixel. You could see
    	it was wrong with strings like "0".
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2608 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 84bdd3e..67a8e28 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+b2002-11-08  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQComboBox.mm: Bump fudge factor up one pixel. You could see
+	it was wrong with strings like "0".
+
 2002-11-08  Darin Adler  <darin at apple.com>
 
 	- fixed 3090452 -- REGRESSION: orbitz Box extends way over margins
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 84bdd3e..67a8e28 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+b2002-11-08  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQComboBox.mm: Bump fudge factor up one pixel. You could see
+	it was wrong with strings like "0".
+
 2002-11-08  Darin Adler  <darin at apple.com>
 
 	- fixed 3090452 -- REGRESSION: orbitz Box extends way over margins
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 84bdd3e..67a8e28 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+b2002-11-08  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQComboBox.mm: Bump fudge factor up one pixel. You could see
+	it was wrong with strings like "0".
+
 2002-11-08  Darin Adler  <darin at apple.com>
 
 	- fixed 3090452 -- REGRESSION: orbitz Box extends way over margins
diff --git a/WebCore/kwq/KWQComboBox.mm b/WebCore/kwq/KWQComboBox.mm
index 7e331fa..8235d5e 100644
--- a/WebCore/kwq/KWQComboBox.mm
+++ b/WebCore/kwq/KWQComboBox.mm
@@ -43,7 +43,7 @@
 // When we discovered we needed to measure text widths ourselves, I empirically
 // determined these widths. I don't know what exactly they correspond to in the
 // NSPopUpButtonCell code.
-#define WIDTH_NOT_INCLUDING_TEXT 30
+#define WIDTH_NOT_INCLUDING_TEXT 31
 #define MINIMUM_WIDTH 36
 
 @interface KWQComboBoxAdapter : NSObject

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list