I created a tiny tool that just fixes up Blink directory paths in patches so they match back up with WebKit. We could add class renames to this as well if we find it useful. Nominal use: cat blink.patch | fix-blink-patch | svn-apply
Hmm, I wonder if adding a "--blink" switch to svn-apply would be better: cat blink.patch | svn-apply --blink
Created attachment 227462 [details] Patch v1
(In reply to comment #1) > Hmm, I wonder if adding a "--blink" switch to svn-apply would be better: > > cat blink.patch | svn-apply --blink I think I want to hold off on this for now since svn-apply doesn't parse the patches itself--it calls parsePatch() in VCSUtils.pm, so there isn't a clear place to do it in svn-apply.
Comment on attachment 227462 [details] Patch v1 Clearing flags on attachment: 227462 Committed r166081: <http://trac.webkit.org/changeset/166081>
All reviewed patches have been landed. Closing bug.