[webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Frederic Gos
Hi Peeps, I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts of ram. I keep getting an out of memory error from link.exe. I've set up a machine for this by following the instruction on http://webkit.org/

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Brent Fulgham
Hi Frederic, On Wed, May 26, 2010 at 5:17 AM, Frederic Gos frederic@gmail.com wrote: I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts of ram. I keep getting an out of memory error from link.exe.

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Ojan Vafai
On Wed, May 26, 2010 at 9:08 AM, Brent Fulgham bfulg...@gmail.com wrote: On Wed, May 26, 2010 at 5:17 AM, Frederic Gos frederic@gmail.com wrote: I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Darin Adler
On May 26, 2010, at 9:30 AM, Ojan Vafai wrote: Isn't this a development of WebKit question? It’s a “how to build WebKit” question, which is one of the main purposes of webkit-help. See the details on http://webkit.org/contact.html. I thought webkit-help was for web development questions

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Brent Fulgham
Ojan, On Wed, May 26, 2010 at 9:30 AM, Ojan Vafai o...@chromium.org wrote: Frederic, I think the problem you're hitting is a known issue with the Windows release build. Building debug should work (i.e. build-webkit --debug). I already responded to Frederic on webkit-help, but basically the

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Frederic Gos
Sorry guys, I actually wanted to write to the help list. I think I copied the address and forgot to change it. Anyway, thx for feedback. Its most helpfull. Ill try to build on a win764 tommorrow. I suspect it will work. :) thx Frederic On Wed, May 26, 2010 at 6:35 PM, Darin Adler

[webkit-dev] WebCore and reentrancy

2010-05-26 Thread Anders Bakken
Hi Is WebCore reentrant? E.g. Can I use two different WebViews and WebFrames in two separate threads assuming my own porting layer is reentrant? regards -- Anders Bakken This message, including attachments, is intended solely for the addressee indicated in this message and is strictly

Re: [webkit-dev] WebCore and reentrancy

2010-05-26 Thread Geoffrey Garen
Hi Anders. Currently, WebKit can only run on the main thread. Eventually, WebKit will be able to run on a dedicated secondary thread -- but still it won't be able to run on two threads. Geoff On May 26, 2010, at 10:46 AM, Anders Bakken wrote: Hi Is WebCore reentrant? E.g. Can I use two

Re: [webkit-dev] WebCore and reentrancy

2010-05-26 Thread Anders Bakken
On Wed, May 26, 2010 at 07:01:39PM +0100, Geoffrey Garen wrote: Hi Anders. Currently, WebKit can only run on the main thread. Eventually, WebKit will be able to run on a dedicated secondary thread -- but still it won't be able to run on two threads. Geoff Hi Geoff Thanks. Much

Re: [webkit-dev] WebCore and reentrancy

2010-05-26 Thread David Levin
On Wed, May 26, 2010 at 12:47 PM, Anders Bakken anders.bak...@myriadgroup.com wrote: On Wed, May 26, 2010 at 07:01:39PM +0100, Geoffrey Garen wrote: Hi Anders. Currently, WebKit can only run on the main thread. Eventually, WebKit will be able to run on a dedicated secondary thread

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Zoltan Horvath
Hey, first, the list for questions like this is webkit-help. Solution: in sub project settings, turn off incremental linking and setting compile optimizations to O0 will solve your problem. Regards, Zoltan On Wednesday 26 May 2010, at 14:17, Frederic Gos wrote: Hi Peeps, ... the build

[webkit-dev] MacroAssemblerCodeRef.h

2010-05-26 Thread Adam Barth
Mr. ggaren, http://build.webkit.org/results/GTK%20Linux%2032-bit%20Debug/r60245%20(6166)/fast/js/deep-recursion-test-stderr.txt ASSERTION FAILED: m_value (../../JavaScriptCore/assembler/MacroAssemblerCodeRef.h:105 JSC::ReturnAddressPtr::ReturnAddressPtr(void*)) Was the failure above caused by

Re: [webkit-dev] MacroAssemblerCodeRef.h

2010-05-26 Thread Geoffrey Garen
I'm looking into this. Could be. Geoff On May 26, 2010, at 4:14 PM, Adam Barth wrote: Mr. ggaren, http://build.webkit.org/results/GTK%20Linux%2032-bit%20Debug/r60245%20(6166)/fast/js/deep-recursion-test-stderr.txt ASSERTION FAILED: m_value

[webkit-dev] Alt text not shown when AutoLoadImages is turned off

2010-05-26 Thread Joe Mason
I've noticed that when AutoLoadImages is turned off, the area where an image would be is totally blank. I'd expect to see the alt or title text, and maybe a border. George Staikos tells me that WebKit's always done this, but he can't remember the rationale. Is this by design? If so, what's the

Re: [webkit-dev] MacroAssemblerCodeRef.h

2010-05-26 Thread Geoffrey Garen
Fixed. Geoff On May 26, 2010, at 4:25 PM, Geoffrey Garen wrote: I'm looking into this. Could be. Geoff On May 26, 2010, at 4:14 PM, Adam Barth wrote: Mr. ggaren, http://build.webkit.org/results/GTK%20Linux%2032-bit%20Debug/r60245%20(6166)/fast/js/deep-recursion-test-stderr.txt