On Mon, Jan 5, 2009 at 8:30 AM, Mike Pinkerton <[email protected]> wrote: > > Awesome! > > Now that so much of our code is in the webkit tree, is there a > (public) wiki page describing the steps necessary to make changes to > anything within third_party/WebKit/WebCore? i.e, does everything have > to go upstream, are there any circumstances when forking is allowed on > a vendor branch, when should DEPS be rolled in this new world, etc? > Seems like things have changed so quickly over the last few months (in > a good way), it might be helpful to lay out the current state of > things for everyone to re-baseline their knowledge.
Currently our port is not upstream, it is just checked into our local copy of WebKit where they will soon be checked in upstream. So you can continue to change our port when you want, although you will have to roll webkit deps by updating src/DEPS to pull your change into Chrome. Once we check in upstream, all changes should be checked in upstream, and they will be pulled in the next day's WebKit merge. Brett --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
