Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Rakesh Sadhu
Hi All,My Webkit Launches now .I needed Safari and ITunes to be installed .I'd like to request Webkit.org that please add these requirements as well.My Winlauncher/Minibrowser launch was failing and after debugging i noticed it fails in reading registry and couldn't find certain packages

Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Brent Fulgham
Hi Rakesh, If you build the WinCairo port, you don't need iTunes or Safari to be installed. -Brent Sent from my iPhone On Nov 23, 2012, at 12:49 AM, Rakesh Sadhu rakeshsa...@hotmail.com wrote: Hi All, My Webkit Launches now . I needed Safari and ITunes to be installed . I'd like to

Re: [webkit-dev] WinLauncher Fail to launch

2012-11-23 Thread Chris Hatko
Depending on how long ago he pulled (i think this was fixed in later revisions), you may need to do the following: In /Tools/win/DllLaunchermain.cpp Comment out: //if (!modifyPath(programName)) // return 1; To not check for apple products. On Fri, Nov 23, 2012 at 12:16 PM, Brent Fulgham

Re: [webkit-dev] WebKit + OpenCL

2012-11-23 Thread Andreas Kling
Hi folks, Do we really think it's a good idea to add yet another implementation of filters? We already have generic, NEON-optimized and WTF::ParallelJobs (which includes generic, OpenMP and libdispatch backends) implementations of this code, and now we're adding OpenCL too. On the WebKit

Re: [webkit-dev] WebKit + OpenCL

2012-11-23 Thread Dirk Schulze
On Nov 23, 2012, at 2:43 PM, Andreas Kling akl...@apple.com wrote: Hi folks, Do we really think it's a good idea to add yet another implementation of filters? We already have generic, NEON-optimized and WTF::ParallelJobs (which includes generic, OpenMP and libdispatch backends)