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


The following commit has been merged in the debian/unstable branch:
commit 87ca63974d0598939cef3543480b75e780654a5c
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 25 16:03:00 2002 +0000

    	Fix error with the color "indigo".
    
            * kwq/KWQColor.mm: (getNamedColors): There were some spaces in our
    	color table so we wouldn't handle indianred or indigo.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2164 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 5643ea7..cdb2506 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-09-25  Darin Adler  <darin at apple.com>
+
+	Fix error with the color "indigo".
+
+        * kwq/KWQColor.mm: (getNamedColors): There were some spaces in our
+	color table so we wouldn't handle indianred or indigo.
+
 2002-09-25  Maciej Stachowiak  <mjs at apple.com>
 
 	- fixed 2854536 - New cookie policy: "accept cookies only from the
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 5643ea7..cdb2506 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-09-25  Darin Adler  <darin at apple.com>
+
+	Fix error with the color "indigo".
+
+        * kwq/KWQColor.mm: (getNamedColors): There were some spaces in our
+	color table so we wouldn't handle indianred or indigo.
+
 2002-09-25  Maciej Stachowiak  <mjs at apple.com>
 
 	- fixed 2854536 - New cookie policy: "accept cookies only from the
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 5643ea7..cdb2506 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-09-25  Darin Adler  <darin at apple.com>
+
+	Fix error with the color "indigo".
+
+        * kwq/KWQColor.mm: (getNamedColors): There were some spaces in our
+	color table so we wouldn't handle indianred or indigo.
+
 2002-09-25  Maciej Stachowiak  <mjs at apple.com>
 
 	- fixed 2854536 - New cookie policy: "accept cookies only from the
diff --git a/WebCore/kwq/KWQColor.mm b/WebCore/kwq/KWQColor.mm
index 4d11f40..9449b6f 100644
--- a/WebCore/kwq/KWQColor.mm
+++ b/WebCore/kwq/KWQColor.mm
@@ -104,8 +104,8 @@ static NSDictionary *getNamedColors()
         @"#adff2f", @"greenyellow",
         @"#f0fff0", @"honeydew",
         @"#ff69b4", @"hotpink",
-        @"#cd5c5c", @"indianred ",
-        @"#4b0082", @"indigo ",
+        @"#cd5c5c", @"indianred",
+        @"#4b0082", @"indigo",
         @"#fffff0", @"ivory",
         @"#f0e68c", @"khaki",
         @"#e6e6fa", @"lavender",

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list