[webkit-dev] problem with multi perform

2007-12-17 Thread zaheer ahmad
hi all, Iam using gtk version of webkit which uses curl. iam facing a crash in curl when opening certain pages. the reason seems to be that curl is using the handle (i.e. write callbacks are invoked) even after its removed from the multihandle (code below). curl_multi_remove_handle(m_curlMultiHand

[webkit-dev] divide by zero in cairo_fill

2007-12-17 Thread zaheer ahmad
hi, iam working gtk port of webkit and when opening certain pages (www.ndtv.com, www.cricinfo.com) i see a random crash due to a divide by zero in cairo. The backtrace looks like following Iam using 26699 and this issue could be fixed in later version. search in webkit bug list does not give any m

[webkit-dev] Re: opening local file returns failed read with gtk/curl

2007-12-17 Thread Alp Toker
zaheer ahmad wrote: hi, iam using gtk port of webkit (r26699). when i try to read a local file (file:///..) i get two response in downloadTimerCallback Zaheer, Can you test with WebKit SVN trunk and report bugs directly at http://bugs.webkit.org/, not the mailing list? There have been fixes

[webkit-dev] Re: Help with KJS bindings

2007-12-17 Thread Alp Toker
ankush tiwari wrote: Hi, I am trying to extend the Javascript engine to bind to my native C code. Not yet succeded. I have seen that there is testbindings.cpp file present in JavaScriptCore/bindings folder inside webkit. Would like to know how do we build and test this file as. On the lates

[webkit-dev] Build Webkit for wx

2007-12-17 Thread Rodrigo Melo
Hello folks, I'm facing some issues to build webkit for wx. The output shows some link libraries errors as shown below. ~/mydev/WebKitBuild/Release/libjscore.a(jscore_collector.o): In function `KJS::currentThreadStackBase()': ~/mydev/JavaScriptCore/kjs/collector.cpp:350: undefined reference to `p

Re: [webkit-dev] RE: webkit-dev Digest, Vol 31, Issue 10

2007-12-17 Thread Brent Fulgham
On Dec 16, 2007 4:44 PM, 정우철 <[EMAIL PROTECTED]> wrote: > Thank you for answer. > I have installed the Cygwin toolkit. > Source tree downloaded at C:\Documents and Settings\jjj0161\Webkit. > And put WebKitSupportLibrary.zip file to > C:\Documents and Settings\jjj0161\Webkit\. > Then build with Cyg

Re: [webkit-dev] Build Webkit for wx

2007-12-17 Thread Kevin Ollivier
Hi Rodrigo, On Dec 17, 2007, at 11:46 AM, Rodrigo Melo wrote: Hello folks, I'm facing some issues to build webkit for wx. The output shows some link libraries errors as shown below. ~/mydev/WebKitBuild/Release/libjscore.a(jscore_collector.o): In function `KJS::currentThreadStackBase()': ~

[webkit-dev] Re: webkit accessibility

2007-12-17 Thread David Harrison
[ adding webkit-dev ] Alexander, That page reads as more of a summary of the current state rather than any for of proposal. The code is the only documentation at this point. The central files are in http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/bridge/mac AXObjectCacheMac.m

[webkit-dev] Apollo Xcode projects in WebKit SVN

2007-12-17 Thread Mark Rowe
Hi, Back in May initial versions of Xcode projects to allow building the Apollo port of JavaScriptCore and WebCore were landed in Subversion. Over the six months since these changes were landed, no effort has been made to keep them up to date and no further effort has been made to bring