RESOLVED FIXED20053
.in files should use a custom format instead of XML
https://bugs.webkit.org/show_bug.cgi?id=20053
Summary .in files should use a custom format instead of XML
Julien Chaffraix
Reported 2008-07-16 05:33:32 PDT
As discussed on webkit-dev (https://lists.webkit.org/pipermail/webkit-dev/2008-June/004189.html), we should use a format more simple than XML to store information in .in files. Patch will follow.
Attachments
First attempt: add a custom perl parser for the format (39.06 KB, patch)
2008-07-16 05:43 PDT, Julien Chaffraix
eric: review+
Julien Chaffraix
Comment 1 2008-07-16 05:43:30 PDT
Created attachment 22306 [details] First attempt: add a custom perl parser for the format
Eric Seidel (no email)
Comment 2 2008-07-22 09:43:50 PDT
Comment on attachment 22306 [details] First attempt: add a custom perl parser for the format Looks fine. Certainly a nicer format than before. Parser looks like perl, bleh. But looks like nice-ish perl.
Julien Chaffraix
Comment 3 2008-07-24 01:45:48 PDT
Landed in r35322.
Note You need to log in before you can comment on or make changes to this bug.