[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
zecke at webkit.org
zecke at webkit.org
Wed Mar 17 18:31:00 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 779a68bbaee694c4d94f726f922e2545b0032e81
Author: zecke at webkit.org <zecke at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Mar 10 09:41:18 2010 +0000
[iExploder] Add new CSS Properties and HTML Attributes
The update-iexploder-cssproperties script was used to update
the various input files. The autobuffer HTML Attribute was removed
from WebKit and I manually added it back to the htmlattrs.in like
we have done it for other attributes in the past.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55772 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 34f14f2..bca4baf 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,18 @@
+2010-03-10 Holger Hans Peter Freyther <zecke at selfish.org>
+
+ Rubber-stamped by Simon Hausmann.
+
+ [iExploder] Add new CSS Properties and HTML Attributes
+
+ The update-iexploder-cssproperties script was used to update
+ the various input files. The autobuffer HTML Attribute was removed
+ from WebKit and I manually added it back to the htmlattrs.in like
+ we have done it for other attributes in the past.
+
+ * iExploder/htdocs/cssproperties.in:
+ * iExploder/htdocs/htmlattrs.in:
+ * iExploder/htdocs/htmltags.in:
+
2010-03-09 Fumitoshi Ukai <ukai at chromium.org>
Unreviewed.
diff --git a/WebKitTools/iExploder/htdocs/cssproperties.in b/WebKitTools/iExploder/htdocs/cssproperties.in
index 52ccdbe..fc2ee50 100644
--- a/WebKitTools/iExploder/htdocs/cssproperties.in
+++ b/WebKitTools/iExploder/htdocs/cssproperties.in
@@ -1,8 +1,9 @@
-# From WebKit svn r53119 (WebCore/css/CSSPropertyNames.in)
+# From WebKit svn r55658 (WebCore/css/CSSPropertyNames.in)
-webkit-animation
-webkit-animation-delay
-webkit-animation-direction
-webkit-animation-duration
+-webkit-animation-fill-mode
-webkit-animation-iteration-count
-webkit-animation-name
-webkit-animation-play-state
diff --git a/WebKitTools/iExploder/htdocs/htmlattrs.in b/WebKitTools/iExploder/htdocs/htmlattrs.in
index 2238427..56b4050 100644
--- a/WebKitTools/iExploder/htdocs/htmlattrs.in
+++ b/WebKitTools/iExploder/htdocs/htmlattrs.in
@@ -1,4 +1,4 @@
-# From WebKit svn r53119 (WebCore/html/HTMLAttributeNames.in)
+# From WebKit svn r55658 (WebCore/html/HTMLAttributeNames.in)
abbr
accept
accept_charset
@@ -19,6 +19,7 @@ aria-dropeffect
aria-expanded
aria-flowto
aria-grabbed
+aria-haspopup
aria-hidden
aria-label
aria-labeledby
@@ -37,7 +38,6 @@ aria-valuemax
aria-valuemin
aria-valuenow
aria-valuetext
-autobuffer
autocomplete
autofocus
autoplay
@@ -83,6 +83,7 @@ disabled
draggable
enctype
end
+event
expanded
face
focused
@@ -198,6 +199,7 @@ onstorage
onsubmit
onsuspend
ontimeupdate
+ontouchcancel
ontouchend
ontouchmove
ontouchstart
@@ -216,6 +218,7 @@ playcount
pluginurl
poster
precision
+preload
primary
profile
progress
@@ -268,6 +271,9 @@ vspace
width
wrap
+# Removed from WebKit between r53119 and r56558
+autobuffer
+
# Removed from WebKit between r14011 and r53119
left
pagex
diff --git a/WebKitTools/iExploder/htdocs/htmltags.in b/WebKitTools/iExploder/htdocs/htmltags.in
index b47dd9c..f01d2a7 100644
--- a/WebKitTools/iExploder/htdocs/htmltags.in
+++ b/WebKitTools/iExploder/htdocs/htmltags.in
@@ -1,4 +1,4 @@
-# From WebKit svn r53119 (WebCore/html/HTMLTagNames.in)
+# From WebKit svn r55658 (WebCore/html/HTMLTagNames.in)
a
abbr
acronym
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list