[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ddkilzer at apple.com ddkilzer at apple.com
Thu Apr 8 01:10:48 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 5b9ca4f253c01367c7081a4e9eccd985e9a3c4da
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 16 15:20:29 2010 +0000

    Added back removed properties to iExploder input files
    
    While the update-iexploder-cssproperties script works great to
    add new properties, it has the side-effect of removing old
    properties that once were parsed.
    
    * iExploder/htdocs/cssproperties.in: Added back removed
    properties into their own section.
    * iExploder/htdocs/htmlattrs.in: Ditto.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53360 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 7060e69..15be1e3 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2010-01-16  David Kilzer  <ddkilzer at apple.com>
+
+        Added back removed properties to iExploder input files
+
+        While the update-iexploder-cssproperties script works great to
+        add new properties, it has the side-effect of removing old
+        properties that once were parsed.
+
+        * iExploder/htdocs/cssproperties.in: Added back removed
+        properties into their own section.
+        * iExploder/htdocs/htmlattrs.in: Ditto.
+
 2010-01-16  Holger Hans Peter Freyther  <zecke at selfish.org>
 
         Reviewed by David Kilzer.
diff --git a/WebKitTools/iExploder/htdocs/cssproperties.in b/WebKitTools/iExploder/htdocs/cssproperties.in
index 1e021bb..52ccdbe 100644
--- a/WebKitTools/iExploder/htdocs/cssproperties.in
+++ b/WebKitTools/iExploder/htdocs/cssproperties.in
@@ -260,6 +260,22 @@ column-span
 column-width
 column-width-policy
 
+# Removed from WebKit between r44660 and r53119
+-webkit-border-bottom-left-radius
+-webkit-border-bottom-right-radius
+-webkit-border-top-left-radius
+-webkit-border-top-right-radius
+
+# Removed from WebKit between r24523 and r44660
+-webkit-dashboard-region
+scrollbar-3dlight-color
+scrollbar-arrow-color
+scrollbar-darkshadow-color
+scrollbar-face-color
+scrollbar-highlight-color
+scrollbar-shadow-color
+scrollbar-track-color
+
 # All of the following are from khtml's cssproperties.in as of 19oct2004, but are no longer in WebKit
 -khtml-border-horizontal-spacing
 -khtml-border-vertical-spacing
diff --git a/WebKitTools/iExploder/htdocs/htmlattrs.in b/WebKitTools/iExploder/htdocs/htmlattrs.in
index 936e88f..2238427 100644
--- a/WebKitTools/iExploder/htdocs/htmlattrs.in
+++ b/WebKitTools/iExploder/htdocs/htmlattrs.in
@@ -268,6 +268,14 @@ vspace
 width
 wrap
 
+# Removed from WebKit between r14011 and r53119
+left
+pagex
+pagey
+plain
+pluginpage
+pluginspage
+
 # was in khtml in 2004, but is no longer in WebCore
 accept-charset
 html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list