[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

hyatt hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:25:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit a5387d3102f423bc2d02549a55800667f544c4fe
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 18 22:06:08 2003 +0000

    	Fix for 3176102, bad table cell regression.  I was adding in
    	random properties for cells. Eep.
    
    	Also patched table element to add in the inherit property using
    	CSS_VAL_INHERIT instead of the string "inherit" (faster).
    
            Reviewed by gramps
    
            * khtml/css/cssstyleselector.cpp:
            * khtml/html/html_tableimpl.cpp
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3663 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 8d8a7c9..cf9aafa 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -2,11 +2,15 @@
 
 	Fix for 3176102, bad table cell regression.  I was adding in
 	random properties for cells. Eep.
+
+	Also patched table element to add in the inherit property using
+	CSS_VAL_INHERIT instead of the string "inherit" (faster).
 	
         Reviewed by gramps
 
         * khtml/css/cssstyleselector.cpp:
-        
+        * khtml/html/html_tableimpl.cpp
+	
 2003-02-18  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3171795, dotted borders drawn incorrectly.  Picked this
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 8d8a7c9..cf9aafa 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -2,11 +2,15 @@
 
 	Fix for 3176102, bad table cell regression.  I was adding in
 	random properties for cells. Eep.
+
+	Also patched table element to add in the inherit property using
+	CSS_VAL_INHERIT instead of the string "inherit" (faster).
 	
         Reviewed by gramps
 
         * khtml/css/cssstyleselector.cpp:
-        
+        * khtml/html/html_tableimpl.cpp
+	
 2003-02-18  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3171795, dotted borders drawn incorrectly.  Picked this

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list