Bug 20053

Summary: .in files should use a custom format instead of XML
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
First attempt: add a custom perl parser for the format eric: review+

Description Julien Chaffraix 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.
Comment 1 Julien Chaffraix 2008-07-16 05:43:30 PDT
Created attachment 22306 [details]
First attempt: add a custom perl parser for the format
Comment 2 Eric Seidel (no email) 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.
Comment 3 Julien Chaffraix 2008-07-24 01:45:48 PDT
Landed in r35322.