Re: [webkit-dev] [GTK]Scroll d eficiency

2009-04-16 Thread Frank Thomsen
Hi, I had the same problem as both Xiong and Brent, but none of their fixes seemed to work for me. But commenting out a few lines of code in the following method did the trick for me. I hope it will work for you too, even though it is a quick-and-dirty fix: void WebView::repaint(const WebCore:

Re: [webkit-dev] Fw: not enough space error???

2009-04-08 Thread Frank Thomsen
I just checked out r42317 and the problem persists. Can you give me info on the error report or patch number? Thanks, Frank From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Ben Murdoch Sent: 2. april 2009 20:20 To: Sverrir Á. Berg Cc: Aman; web

[webkit-dev] WebKit crashes when using custom scrollbars

2009-04-02 Thread Frank Thomsen
Hi all I have a problem with the Cairo-based windows port and custom scrollbars: when the application closes an exception is thrown in the line if (!m_data->hasAnimations()) in the method void AnimationController::cancelAnimations(RenderObject* renderer) { if (!m_data->hasAnimation

Re: [webkit-dev] Cairo-build on Windows fails

2009-03-17 Thread Frank Thomsen
IN32 #include typedef SOCKET curl_socket_t; #define CURL_SOCKET_BAD INVALID_SOCKET #else And that does the trick. Once again, thank you. Regards, Frank From: Brent Fulgham [mailto:bfulg...@gmail.com] Sent: 16. marts 2009 19:08 To: Frank Thomsen Cc: Mital Vora; webkit-dev@lists.webkit.org Subject: Re

Re: [webkit-dev] Cairo-build on Windows fails

2009-03-16 Thread Frank Thomsen
] Sent: 13. marts 2009 16:58 To: Frank Thomsen Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Cairo-build on Windows fails try cleaning the solution and building it again.. remove the WebKitBuild directory completely. Regeards, Mital Vora. On Fri, Mar 13, 2009 at 6:00 PM

Re: [webkit-dev] Cairo-build on Windows fails

2009-03-13 Thread Frank Thomsen
problem. Regards Frank From: Mital Vora [mailto:mital.d.v...@gmail.com] Sent: 13. marts 2009 12:55 To: Frank Thomsen Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Cairo-build on Windows fails cairo build is not fully checked in to the ToT u need to apply the latest patch attached in the

[webkit-dev] Cairo-build on Windows fails

2009-03-13 Thread Frank Thomsen
Hi I am trying to build the Cairo port on a windows machine (building in Visual Studio) but it fails with the following error message (amongst others): error C2146: syntax error : missing ';' before identifier 'curl_socket_t' C:\cygwin\home\fth\webkit\requirements\include\curl\cu

[webkit-dev] webFrame->loadRequest(...) fails with acces violation exception

2009-03-05 Thread Frank Thomsen
Hi everyone After uninstalling Safari and starting to explicitly loading the webkit.dll file I get a weird error when loading a URL request. Incidentally I get the same error the exact same place when I try to run the WinLauncher.exe application (which is part of the Windows port of WebKit). (

[webkit-dev] The best way to send mouse events..?

2009-02-27 Thread Frank Thomsen
Hi I have webkit hosted in a hidden window, and I render it in a memory DC by sending it WM_PRINTCLIENT messages. But how do I send for example mouse events to it? I have tried with PostMessage but apparently windows tries to focus on the control receiving the event regardless of the control be

Re: [webkit-dev] WM_PRINTCLIENT and when to send it

2009-02-25 Thread Frank Thomsen
:) Regards, Frank From: Adam Roben [mailto:aro...@apple.com] Sent: 24. februar 2009 16:45 To: Frank Thomsen Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] WM_PRINTCLIENT and when to send it On Feb 24, 2009, at 4:44 AM, Frank Thomsen wrote: Hi I have hosted webkit in a hidden window

[webkit-dev] WM_PRINTCLIENT and when to send it

2009-02-24 Thread Frank Thomsen
Hi I have hosted webkit in a hidden window (on a Windows platform), and I need to find out when it is necessary to send a WM_PRINTCLIENT to it. The problem is that at the moment I force Webkit to render every 30 ms, which is far from optimal. Isn't there some way for me to get an event when it

Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-22 Thread Frank Thomsen
information missing in the "official" guidelines, I'm sorry to say. I would advice someone to rewrite it :) Regards Frank From: Mital Vora [mailto:mital.d.v...@gmail.com] Sent: 22. februar 2009 04:01 To: Frank Thomsen Cc: Saumya; webkit-dev@lists.webkit.org Subject: Re: [web

Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-21 Thread Frank Thomsen
Hi I ran into the exact same problem (amongst a lot of others); The guideline on webkit.org it far from helpful. So I dug through the net and found the following two pages. Hopefully they can be of some assistance. Pay close(!) attention to the first - a lot of good hints! http://www.masonchan

[webkit-dev] Blocking resource loading

2009-02-20 Thread Frank Thomsen
d the method willSendRequest and figured that I could block the loading of a resource by return E_FAIL (or something else other than S_OK) but it doesn't work. So please, what am I missing here? Best regards Frank Thomsen ___ webkit-dev mailing list

[webkit-dev] Build problems

2009-01-29 Thread Frank Thomsen
Hi I am trying to build the source for webkit on my windows XP but it keeps failing. I have corrected some errors, but the current is rather persistent: Apparently the first project to fail is JavaScriptCore with the following result (from buildlog.html): (a-lot-of-irrelevant-stuff) Compiling.

[webkit-dev] Problems with the binaries

2009-01-27 Thread Frank Thomsen
Hi there I'm rather new to this so please excuse me if this is somewhat of a rhetoric question: I have been trying to build the source on my Windows XP with VS2005 for the past couple of days but I keep running into all kinds of trouble. So I decided to try just with the binaries. But alas, the