Re: [webkit-dev] Flash not loading

2009-04-17 Thread xMac
Mugdha Jain wrote: Hi there, I am working on an independent application to play flash files for Mac, Flash player version 10. I am using Webkit code as a reference, and it has been really helpful in getting things working so far. Unfortunately at this point I am stuck with the

Re: [webkit-dev] make webkit-1.1.3...

2009-04-17 Thread Ariya Hidayat
how many time are u make the webkit-1.1.3 ?? I always need 3.5 hour for making that !! the almost time is at the processing of the JIT.cpp !! I don't know why I need take 3.5 hour just for on file !! the other files just take some minutes !! JIT.cpp works fine for me, it is very

Re: [webkit-dev] embedding WebKit in MFC application

2009-04-17 Thread LOUAZE Tony Ext VIACCESS-DOS
Hi Brent, Thank you for your interesting post, I was desperate to not find Windows app using Webkit on Internet. I'm trying your sample MFC app, but I have some trouble : HRESULT hr = CoCreateInstance(CLSID_WebView, 0, CLSCTX_ALL, IID_IWebView, (void**)m_WebView); Returns an error :( What

[webkit-dev] Any problem to use ThreadableLoader to load scripts in nested workers, instead of CachedResource?

2009-04-17 Thread Jian Li
To make script loading in nested worker work, I plan to change the use of CachedResource machinery to ThreadableLoader, as in bug 25215 ( https://bugs.webkit.org/show_bug.cgi?id=25215). Can anyone who is an expert on loading design advise if this switch has any problem or not? Thanks a lot, Jian