RESOLVED FIXED 4300
There are too many SVG specific scripts
https://bugs.webkit.org/show_bug.cgi?id=4300
Summary There are too many SVG specific scripts
Eric Seidel (no email)
Reported 2005-08-06 11:06:30 PDT
There are too many SVG-specific scripts. build-drawtest build-dumpkcanvastree build-svg2png build-webcore-svg run-drawtest run-webkit-tests-svg Of those, build-svg2png I plan to remove shortly. I would like to combine the new DumpKCanvasTree and svg2png, and at the same time add pixel dump capabilities to DumpRenderTree. (http:// bugzilla.opendarwin.org/show_bug.cgi?id=4299) run-webkit-tests-svg could conceivably be rolled into run-webkit-tests with an --svg option. Eventually both build-dumpkcanvastree and build-webcore-svg will be removed, if svg gets rolled into main-line webkit and can be built and tested through the normal scripts. Perhaps we should change all the svg scripts to have an svg- prefix?
Attachments
adds --svg support to run-webkit-tests, removes run-webkit-tests-svg (13.61 KB, patch)
2005-08-07 16:26 PDT, Eric Seidel (no email)
darin: review+
Eric Seidel (no email)
Comment 1 2005-08-07 16:26:16 PDT
Created attachment 3269 [details] adds --svg support to run-webkit-tests, removes run-webkit-tests-svg
Darin Adler
Comment 2 2005-08-07 18:03:15 PDT
Comment on attachment 3269 [details] adds --svg support to run-webkit-tests, removes run-webkit-tests-svg I'd prefer that arguments be parsed using Getopt::Long instead of a home grown mechanism, but that can be done later. Looks good. r=me
Note You need to log in before you can comment on or make changes to this bug.