[webkit-dev] Build errors for WebKit on Win XP with Visual Studio 2005

2007-10-28 Thread Wave Zhang
I am a new comer and try to build the latest WebKit by using WebKit/WebKitTools/Scripts/build-webkit inside cygwin console. I installed Viusal Studio 2005, but I got a lot of errors regarding C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h. Also, I have some problems of finding "Java

[webkit-dev] scrollbar callbacks

2007-10-28 Thread zaheer ahmad
hi, Iam using the gtk port of webkit and have a need to draw the scrollbar in the native (outside the webkit page), and to do this i would need to know the page size as its getting loaded. Are there any signals emitted for the same (could not find with the current impl) that can be used? Are there

Re: [webkit-dev] Scroll in Webkit

2007-10-28 Thread Mark Rowe
Naiem, On 29/10/2007, at 15:52, Naiem Shaik wrote: I have cross compiled the Webkit+Gtk port onto a linux box. There is no mouse in the development environment. When a page is launched, scrollbar is displayed as display window is set to 400x300. But the page cannot be scrolled, as there is no m

Re: [webkit-dev] Scroll in Webkit

2007-10-28 Thread Adam Roben
Sounds like you should file a bug at http://bugs.webkit.org/ saying that this doesn't work. -Adam Naiem Shaik wrote: No, it does not work. Arrow keys do not scroll the page. On 10/29/07, Adam Roben <[EMAIL PROTECTED]> wrote: Naiem Shaik wrote: Hi All, I have cross compiled the Webk

Re: [webkit-dev] Scroll in Webkit

2007-10-28 Thread Naiem Shaik
No, it does not work. Arrow keys do not scroll the page. On 10/29/07, Adam Roben <[EMAIL PROTECTED]> wrote: > Naiem Shaik wrote: > > Hi All, > > > > I have cross compiled the Webkit+Gtk port onto a linux box. > > There is no mouse in the development environment. > > When a page is launched, scroll

Re: [webkit-dev] Scroll in Webkit

2007-10-28 Thread Adam Roben
Naiem Shaik wrote: Hi All, I have cross compiled the Webkit+Gtk port onto a linux box. There is no mouse in the development environment. When a page is launched, scrollbar is displayed as display window is set to 400x300. But the page cannot be scrolled, as there is no mouse to drag the scrollba

[webkit-dev] Scroll in Webkit

2007-10-28 Thread Naiem Shaik
Hi All, I have cross compiled the Webkit+Gtk port onto a linux box. There is no mouse in the development environment. When a page is launched, scrollbar is displayed as display window is set to 400x300. But the page cannot be scrolled, as there is no mouse to drag the scrollbar. Is there any work

[webkit-dev] please don't add new code using DeprecatedXXX classes, especially in platform specific code

2007-10-28 Thread Darin Adler
Hi folks. I've noticed some new code going in using some of the Deprecated- prefix classes, such as DeprecatedString. While in some cases this could be unavoidable, in general it's a step backwards for the project. We're working as hard as we can to eliminate these classes entirely, and