[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
ddkilzer at apple.com
ddkilzer at apple.com
Wed Jan 20 22:26:34 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit b7d7de20a239f67c8efeffc1affcafb560279ab9
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