Re: [webkit-dev] Compile error under VC2005

2007-08-04 Thread OYO
Hi, While linking WebKit, compiler complaints that JavaScriptCore.lib was created with an older compiler. But I found that JavaScriptCore.lib is just created ...~ Anybody know anything wrong in my compile option, thx? $ ./build-webkit Checking mod-date of WebKitSupportLibrary.zip... Current We

Re: [webkit-dev] Determine whether all resources have been successfully loaded

2007-08-04 Thread Plessl Christian
Hi Darin Thanks a lot for your insightful reply. You are perfectly right, in general there is no specific point in time when a web page can be considered as fully loaded, since new loads can be triggered by JavaScript etc. For my specific application that converts HTML pages to PDF I will

[webkit-dev] JavaScript fuzzer for security testing

2007-08-04 Thread Boyd Waters
Everyone saw the post about the JavaScript fuzzing tool released by Mozilla developers this week: http://blog.mozilla.com/security/2007/08/02/javascript-fuzzer-available/ http://www.squarefree.com/2007/08/02/introducing-jsfunfuzz/ http://www.squarefree.com/2007/08/02/fuzzing-for-correctness/ H

Re: [webkit-dev] JavaScript fuzzer for security testing

2007-08-04 Thread Maciej Stachowiak
On Aug 4, 2007, at 6:26 PM, Boyd Waters wrote: Everyone saw the post about the JavaScript fuzzing tool released by Mozilla developers this week: http://blog.mozilla.com/security/2007/08/02/javascript-fuzzer-available/ http://www.squarefree.com/2007/08/02/introducing-jsfunfuzz/ http://www.squ

Re: [webkit-dev] Determine whether all resources have been successfully loaded

2007-08-04 Thread Darin Adler
On Aug 4, 2007, at 4:36 AM, Plessl Christian wrote: What is the simplest way to check this? Will downloading the nightly webkit build and setting the DYLD_FRAMEWORK_PATH to / Applications/WebKit.app/Contents/Resources/ work? Yes, that should work. -- Darin _