Re: [webkit-dev] Building release on Windows Vista

2009-08-25 Thread Marc-Antoine Ruel
One workaround is to use a x64 OS to increase the available address space. On Fri, Aug 21, 2009 at 12:19 PM, Yong Liyong...@torchmobile.com wrote: I guess you've enabled link time optimization. The lib file is too big. The solution suggested by MS is to split the project. - Original

Re: [webkit-dev] Building a simple web crawler with webkit

2009-08-25 Thread Eric Seidel
No massive apologies required, but this is the wrong place. webkit-help is what you want. -eric On Tue, Aug 25, 2009 at 1:58 PM, Dan d...@dancryer.com wrote: Hi list, Massive apologies in advance for this being both the wrong place to ask, and a very vague question... but, does anyone have

Re: [webkit-dev] LayoutTest results choose from which folder?

2009-08-25 Thread Dirk Pranke
On Sun, Aug 23, 2009 at 12:23 PM, Dan Bernsteinm...@apple.com wrote: On Aug 23, 2009, at 11:28 AM, Dirk Pranke wrote: Hi Chris, In layout test results, we make the latest Mac OS X version the rule, and earlier versions the exception. Tiger will look for results in mac-tiger first, then in

Re: [webkit-dev] LayoutTest results choose from which folder?

2009-08-25 Thread Dan Bernstein
On Aug 25, 2009, at 4:38 PM, Dirk Pranke wrote: On Sun, Aug 23, 2009 at 12:23 PM, Dan Bernsteinm...@apple.com wrote: On Aug 23, 2009, at 11:28 AM, Dirk Pranke wrote: Hi Chris, In layout test results, we make the latest Mac OS X version the rule, and earlier versions the exception. Tiger

Re: [webkit-dev] Bugzilla Maintenance: Tue Aug 24, 6-7pm

2009-08-25 Thread William Siegrist
On Aug 24, 2009, at 11:16 AM, William Siegrist wrote: Bugzilla will be down for maintenance from 6pm to 7pm tomorrow evening. We are migrating the backend database to postgresql, so no user-visible changes should result. We will make announcements in irc as usual. The maintenance was

[webkit-dev] How to Adjust scrollPosition after Frame::setZoomFactor

2009-08-25 Thread Nitin Mahajan
HI! I am zooming the contents of a WebFrame by calling QWebFrame::setZoomFactor. However after the zooming operation the scrollPosition remains same as before zooming. Hence, I cannot see the same content in the viewport after zooming. Can somebody help me understand, how to determine the