Re: [webkit-dev] building errors about "cmd.exe"

2009-05-17 Thread Adam Roben
sitan2...@sina.com wrote: Hi, there's some errors when I built webkit on Windows following instructions on "webkit.org". It seems to be something wrong with cmd.exe. I've read a lot of posts in this maillist, and found no solution for this kind of error. I post it again, hoping to move fur

Re: [webkit-dev] A webkit.dll demo?

2009-05-17 Thread Adam Roben
David Jones wrote: Now I have successfully built webkit, and get the webkit.dll. I'm gonna write a little routine which only provide a simple HTML page show job, much the same as : demoBrowser.load("http://x.com";); demoBrowser.show(); So, what are the required APIs of webkit.dll? Take a

Re: [webkit-dev] JSObjectCallAsFunctionCallback question

2009-05-17 Thread Xiong
Hi, Su Yes, this is the key point of the problem. In my program, many Object use the same staticFunc entry[Program Architecture]. So, in the getValue_cb callback function, we need do extra two things: 1.Get the Object name, here is "myObject"; [WE CAN NOW] 2.Get the propertyName of the method,

[webkit-dev] building errors about "cmd.exe"

2009-05-17 Thread sitan2006
   Hi, there's some errors when I built webkit on Windows following instructions on "webkit.org". It seems to be something wrong with cmd.exe. I've read a lot of posts in this maillist, and found no solution for this kind of error. I post it again, hoping to move further.   Attached is my error i

Re: [webkit-dev] KJS::JSObject question

2009-05-17 Thread Darin Adler
On May 15, 2009, at 7:35 AM, Jack Wootton wrote: 4. Create the context: JSGlobalContextRef context = JSGlobalContextCreate(globalObjectClass); You will only do this if you’re using JavaScript outside of a web page. If you want to do this in conjunction with WebKit you’ll need to get the c