Re: [webkit-dev] WinLauncher Fail to launch

2012-11-24 Thread Rakesh Sadhu
Hi , ChatKo, I commented that part as well, and following code fails and i get CFNetwork.dll not found error(as message box) HMODULE module = ::LoadLibraryW(exePath); if (!module) return fatalError(programName, L::LoadLibraryW failed.); Brent, I am not sure that if wincairo

Re: [webkit-dev] WinLauncher Fail to launch

2012-11-24 Thread Chris Hatko
Rakesh, for win cairo the command is: Tools/Scripts/build-webkit --wincairo A nice guide using new compilers is here: http://blog.ashodnakashian.com/2012/01/building-webkit-on-windows-7-with-vs2010/ (there is also a VS2008 and VS2012 post) Chris On Sat, Nov 24, 2012 at 5:59 AM, Rakesh Sadhu

[webkit-dev] Github vs. git.webkit.org

2012-11-24 Thread Gergely Kis
Hi, It looks like that the github mirror and git.webkit.org still has different SHA ids for commits. Is this final, or is the plan still to switch to the git.webkit.org SHA ids? For our MIPS staging repository we created a new mirror on github from git.webkit.org, and now we were asked by the

Re: [webkit-dev] Github vs. git.webkit.org

2012-11-24 Thread Eric Seidel
This has come up in the past. I believe the current recommended path is to use the github.com SHAs and just live in a github-only world. https://lists.webkit.org/pipermail/webkit-dev/2012-March/020002.html has some discussion. https://trac.webkit.org/wiki/UsingGitHub I am not aware of any plan

Re: [webkit-dev] Github vs. git.webkit.org

2012-11-24 Thread Eric Seidel
Yes, I remember that thread now, and you're correct: https://lists.webkit.org/pipermail/webkit-dev/2012-April/020494.html One answer is to take your mirror and make it the main mirror on GitHub instead of Tor's. On Sat, Nov 24, 2012 at 3:53 PM, Gergely Kis gerg...@homejinni.com wrote: Hi,

Re: [webkit-dev] Github vs. git.webkit.org

2012-11-24 Thread Adam Barth
On Sat, Nov 24, 2012 at 1:53 PM, Gergely Kis gerg...@homejinni.com wrote: Yes, I saw that thread, but I got confused by this other thread: https://lists.webkit.org/pipermail/webkit-dev/2012-April/020339.html Here most of the participants seemed to agree that moving the 2 repositories to use