Remove AbstractStep._run_script and move script names to ports.py
Created attachment 87974 [details] Patch
Comment on attachment 87974 [details] Patch Sigh. Well, this is a good thing to do, but there are two troubles I should point outin this patch. 1. ports.py should die. class methods aren't long-term scaleable. We have a port.py over in layout_tests which we eventually want to merge it with/replace it with. Second, run_and_throw_if_fail also is deprecated and should die. :) That said, this is a great change to get rid of a fixme! I'm glad to see you workign on webkitpy!
Comment on attachment 87974 [details] Patch Clearing flags on attachment: 87974 Committed r82771: <http://trac.webkit.org/changeset/82771>
All reviewed patches have been landed. Closing bug.