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


The following commit has been merged in the debian/unstable branch:
commit 5aea3e006a9aae2054f1f7dd4d32e653ffdbf98b
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 17 21:05:04 2002 +0000

    	- fixed 3078245 -- REGRESSION: lightgrey displays as black, used
    	to display as white, should display light gray
    
            * kwq/KWQColor.mm: (getNamedColors): For every color with the name
    	"gray" in it, also include the version spelled "grey" as other
    	browsers seem to.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2360 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index bded03c..b2477b4 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,12 @@
+2002-10-17  Darin Adler  <darin at apple.com>
+
+	- fixed 3078245 -- REGRESSION: lightgrey displays as black, used
+	to display as white, should display light gray
+
+        * kwq/KWQColor.mm: (getNamedColors): For every color with the name
+	"gray" in it, also include the version spelled "grey" as other
+	browsers seem to.
+
 2002-10-17  David Hyatt  <hyatt at apple.com>
 
 	Make navigator.product dynamic based off user agent (i.e.,
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index bded03c..b2477b4 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,12 @@
+2002-10-17  Darin Adler  <darin at apple.com>
+
+	- fixed 3078245 -- REGRESSION: lightgrey displays as black, used
+	to display as white, should display light gray
+
+        * kwq/KWQColor.mm: (getNamedColors): For every color with the name
+	"gray" in it, also include the version spelled "grey" as other
+	browsers seem to.
+
 2002-10-17  David Hyatt  <hyatt at apple.com>
 
 	Make navigator.product dynamic based off user agent (i.e.,
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index bded03c..b2477b4 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2002-10-17  Darin Adler  <darin at apple.com>
+
+	- fixed 3078245 -- REGRESSION: lightgrey displays as black, used
+	to display as white, should display light gray
+
+        * kwq/KWQColor.mm: (getNamedColors): For every color with the name
+	"gray" in it, also include the version spelled "grey" as other
+	browsers seem to.
+
 2002-10-17  David Hyatt  <hyatt at apple.com>
 
 	Make navigator.product dynamic based off user agent (i.e.,
diff --git a/WebCore/kwq/KWQColor.mm b/WebCore/kwq/KWQColor.mm
index b285d75..55cef4c 100644
--- a/WebCore/kwq/KWQColor.mm
+++ b/WebCore/kwq/KWQColor.mm
@@ -74,6 +74,7 @@ static NSDictionary *getNamedColors()
         @"#008b8b", @"darkcyan",
         @"#b8860b", @"darkgoldenrod",
         @"#a9a9a9", @"darkgray",
+        @"#a9a9a9", @"darkgrey",
         @"#006400", @"darkgreen",
         @"#bdb76b", @"darkkhaki",
         @"#8b008b", @"darkmagenta",
@@ -85,11 +86,13 @@ static NSDictionary *getNamedColors()
         @"#8fbc8f", @"darkseagreen",
         @"#483d8b", @"darkslateblue",
         @"#2f4f4f", @"darkslategray",
+        @"#2f4f4f", @"darkslategrey",
         @"#00ced1", @"darkturquoise",
         @"#9400d3", @"darkviolet",
         @"#ff1493", @"deeppink",
         @"#00bfff", @"deepskyblue",
         @"#696969", @"dimgray",
+        @"#696969", @"dimgrey",
         @"#1e90ff", @"dodgerblue",
         @"#b22222", @"firebrick",
         @"#fffaf0", @"floralwhite",
@@ -100,6 +103,7 @@ static NSDictionary *getNamedColors()
         @"#ffd700", @"gold",
         @"#daa520", @"goldenrod",
         @"#808080", @"gray",
+        @"#808080", @"grey",
         @"#008000", @"green",
         @"#adff2f", @"greenyellow",
         @"#f0fff0", @"honeydew",
@@ -117,6 +121,7 @@ static NSDictionary *getNamedColors()
         @"#e0ffff", @"lightcyan",
         @"#fafad2", @"lightgoldenrodyellow",
         @"#d3d3d3", @"lightgray",
+        @"#d3d3d3", @"lightgrey",
         @"#90ee90", @"lightgreen",
         @"#ffb6c1", @"lightpink",
         @"#ffa07a", @"lightsalmon",
@@ -124,6 +129,7 @@ static NSDictionary *getNamedColors()
         @"#87cefa", @"lightskyblue",
         @"#8470ff", @"lightslateblue",
         @"#778899", @"lightslategray",
+        @"#778899", @"lightslategrey",
         @"#b0c4de", @"lightsteelblue",
         @"#ffffe0", @"lightyellow",
         @"#00ff00", @"lime",
@@ -176,6 +182,7 @@ static NSDictionary *getNamedColors()
         @"#87ceeb", @"skyblue",
         @"#6a5acd", @"slateblue",
         @"#708090", @"slategray",
+        @"#708090", @"slategrey",
         @"#fffafa", @"snow",
         @"#00ff7f", @"springgreen",
         @"#4682b4", @"steelblue",

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list