[chromium-dev] Re: Creating a Custom View

2009-07-15 Thread Kruncher
Thanks for your fast reply! When you made your changes, did you start with a new project, or did you edit the Chromium browser itself? I was considering just modifying the browser. My concern was that if I wanted to update the Chromium trunk, I would need to redo my various changes to the

[chromium-dev] Re: Creating a Custom View

2009-07-15 Thread PhistucK
SVN usually manages to merge the changes you have made with the changes from trunk, unless they have changed that same bit of code you have and then, it says there is a conflict and lets you look at the differences. I modified things in the actual Chromium source, not in a new project. There was

[chromium-dev] Re: Creating a Custom View

2009-07-15 Thread Kruncher
I wasn't aware that SVN manages changes within the content of a file. I am relatively new to open source code, and have only ever used SVN to download the Chromium trunk. I also did not realize that it was possible to upload changes back to the Google servers. I will have to read up on how SVN

[chromium-dev] Re: Creating a Custom View

2009-07-15 Thread PhistucK
dev.chromium.org has a lot of info (Getting around the source code is an example).But in your case, you want it to start up without switches, you just want it to be your version from the beginning with no special attention (besides compiling). You cannot exactly 'upload the changes back to the