Page 1 of 1

Maintaining Custom changes in Webkit, CEF

PostPosted: Mon Aug 11, 2014 5:41 am
by jake12
Hi all,
If we are making custom changes in webkit and in CEF, what is the best way to migrate it to the next newer CEF branch? Currently we create a patch from the existing webkit/CEF code base using svn diff and apply the patch on the newer codebase and manually resolve the failed hunks. Is there any better way to do this?
Thanks.

Re: Maintaining Custom changes in Webkit, CEF

PostPosted: Mon Aug 11, 2014 6:09 am
by magreenblatt
You can use a tool like patch that supports fuzzing to make the application of patch files easier.