Bug 14713 - Script to update iExploder cssproperties.in file based on CSSPropertyNames.in
Summary: Script to update iExploder cssproperties.in file based on CSSPropertyNames.in
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-22 08:46 PDT by David Kilzer (:ddkilzer)
Modified: 2007-07-22 15:28 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (7.47 KB, patch)
2007-07-22 08:48 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2007-07-22 08:46:33 PDT
I wrote a script to update WebKitTools/iExploder/htdocs/cssproperties.in based on WebCore/css/CSSPropertyNames.in.

The soon-to-be-attached patch also adds new CSS3 properties to cssproperties.in which haven't been implemented yet.
Comment 1 David Kilzer (:ddkilzer) 2007-07-22 08:48:45 PDT
Created attachment 15623 [details]
Patch v1

Proposed patch.
Comment 2 Darin Adler 2007-07-22 08:50:43 PDT
Comment on attachment 15623 [details]
Patch v1

I would have named the script update-iexploder-cssproperties.

The ".in" seems like an extension on the name of the script.

r=me
Comment 3 David Kilzer (:ddkilzer) 2007-07-22 15:28:13 PDT
Renamed script to update-iexploder-cssproperties.

Committed revision 24523.