Changeset 55772 in webkit


Ignore:
Timestamp:
Mar 10, 2010 1:41:18 AM (14 years ago)
Author:
zecke@webkit.org
Message:

[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.

Location:
trunk/WebKitTools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r55763 r55772  
     12010-03-10  Holger Hans Peter Freyther  <zecke@selfish.org>
     2
     3        Rubber-stamped by Simon Hausmann.
     4
     5        [iExploder] Add new CSS Properties and HTML Attributes
     6
     7        The update-iexploder-cssproperties script was used to update
     8        the various input files. The autobuffer HTML Attribute was removed
     9        from WebKit and I manually added it back to the htmlattrs.in like
     10        we have done it for other attributes in the past.
     11
     12        * iExploder/htdocs/cssproperties.in:
     13        * iExploder/htdocs/htmlattrs.in:
     14        * iExploder/htdocs/htmltags.in:
     15
    1162010-03-09  Fumitoshi Ukai  <ukai@chromium.org>
    217
  • trunk/WebKitTools/iExploder/htdocs/cssproperties.in

    r53360 r55772  
    1 # From WebKit svn r53119 (WebCore/css/CSSPropertyNames.in)
     1# From WebKit svn r55658 (WebCore/css/CSSPropertyNames.in)
    22-webkit-animation
    33-webkit-animation-delay
    44-webkit-animation-direction
    55-webkit-animation-duration
     6-webkit-animation-fill-mode
    67-webkit-animation-iteration-count
    78-webkit-animation-name
  • trunk/WebKitTools/iExploder/htdocs/htmlattrs.in

    r53360 r55772  
    1 # From WebKit svn r53119 (WebCore/html/HTMLAttributeNames.in)
     1# From WebKit svn r55658 (WebCore/html/HTMLAttributeNames.in)
    22abbr
    33accept
     
    2020aria-flowto
    2121aria-grabbed
     22aria-haspopup
    2223aria-hidden
    2324aria-label
     
    3839aria-valuenow
    3940aria-valuetext
    40 autobuffer
    4141autocomplete
    4242autofocus
     
    8484enctype
    8585end
     86event
    8687expanded
    8788face
     
    199200onsuspend
    200201ontimeupdate
     202ontouchcancel
    201203ontouchend
    202204ontouchmove
     
    217219poster
    218220precision
     221preload
    219222primary
    220223profile
     
    269272wrap
    270273
     274# Removed from WebKit between r53119 and r56558
     275autobuffer
     276
    271277# Removed from WebKit between r14011 and r53119
    272278left
  • trunk/WebKitTools/iExploder/htdocs/htmltags.in

    r53358 r55772  
    1 # From WebKit svn r53119 (WebCore/html/HTMLTagNames.in)
     1# From WebKit svn r55658 (WebCore/html/HTMLTagNames.in)
    22a
    33abbr
Note: See TracChangeset for help on using the changeset viewer.