[webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Mikhail Naganov
Hello Chromium port maintainers, In order to figure out why my patch was failing to compile on the Chromium WebKit bot, I went a long way of compiling the port on my machine. And it was a tough experience! As for the instructions on on how to do the build, I could only refer to this page:

Re: [webkit-dev] New feature flag proposal: Joystick API

2011-08-25 Thread Scott Graham
Thanks Simon and Dimitri, I wasn't familiar with the procedure for attacking these sorts of things. I've started a discussion on public-webapps, which will hopefully help to clarify a sensible API. Please add your voice if you have the time and inclination:

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Dimitri Glazkov
On Thu, Aug 25, 2011 at 6:45 AM, Mikhail Naganov mnaga...@chromium.org wrote: Hello Chromium port maintainers, Back at you, Chromium port maintainer! :) In order to figure out why my patch was failing to compile on the Chromium WebKit bot, I went a long way of compiling the port on my

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Peter Kasting
The way I make this work is to set up a full Chromium checkout with a trunk (rather than DEPS-controlled) WebKit checkout. (There are some instructions for this in the Chromium developer pages.) Then I can use VS2008 to build and test whatever I want. And I use Cygwin. I don't know much about

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Evan Martin
On Thu, Aug 25, 2011 at 9:24 AM, Peter Kasting pkast...@chromium.org wrote: The way I make this work is to set up a full Chromium checkout with a trunk (rather than DEPS-controlled) WebKit checkout.  (There are some instructions for this in the Chromium developer pages.)  Then I can use VS2008

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Mikhail Naganov
I'm not sure we are on the same page. I'm talking about Chromium port of WebKit, where Chromium checkout is _inside_ WebKit's Source/WebKit/chromium, as opposed to when you have full WebKit checkout inside Chromium's third_party. Not sure the former configuration makes much sense for Chromium

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Peter Kasting
On Thu, Aug 25, 2011 at 10:07 AM, Mikhail Naganov mnaga...@chromium.orgwrote: I'm not sure we are on the same page. I'm talking about Chromium port of WebKit, where Chromium checkout is _inside_ WebKit's Source/WebKit/chromium, as opposed to when you have full WebKit checkout inside

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Dimitri Glazkov
On Thu, Aug 25, 2011 at 10:21 AM, Peter Kasting pkast...@chromium.org wrote: On Thu, Aug 25, 2011 at 10:07 AM, Mikhail Naganov mnaga...@chromium.org wrote: I'm not sure we are on the same page. I'm talking about Chromium port of WebKit, where Chromium checkout is _inside_ WebKit's

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Mikhail Naganov
To make things clear: my only intention for trying to build this port was due to my patch failed to compile in it. I'm not advocating towards using it for regular development. Perhaps, I would get the same compile issue when building Chromium on Windows, but, as I usually avoid using Windows, and

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Peter Kasting
On Thu, Aug 25, 2011 at 10:31 AM, Dimitri Glazkov dglaz...@chromium.orgwrote: FWIW, I use the former exclusively on Mac. Yes, please regard my comments as only applying to Windows. PK ___ webkit-dev mailing list webkit-dev@lists.webkit.org