[webkit-dev] error when building javascriptcore without inspector

2014-09-18 Thread Gmail
There are some errors with TypeSet when building javascriptcore with ENABLE_INSPECTOR=0. Could anyone please fix this? ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] CFNetwork

2008-12-14 Thread Gmail
Hi, Currently I'm debugging WebKit on Windows. I'm wondering how the CFNetwork library is working together with WebKit? In the ResourceHandleCFNet.cpp, all CALLBACKs are registered as following: CFURLConnectionClient client_V1 = {1, this, 0, 0, 0, willSendRequest, didReceiveResponse,

[webkit-dev] Porting WebKit

2008-12-11 Thread Gmail
Hi all Has anyone ever ported WebKit to Windows Mobile? I'm pretty new to the WebKit. Can someone share some experiences on porting WebKit in general? I'm wondering if WebKit has some collection of abstract classes or interfaces that should be implemented on a platform particularly while

[webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Gmail (bahaazaid)
Hi, I want to use WebKit in my application on windows, I think it's much better than Gecko specially in my problem domain. I want to build its Cairo port on windows because I want to use %100 open source code in my project. I followed the instructions in the WebKit wiki

Re: [webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Gmail (bahaazaid)
To: Gmail (bahaazaid) Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Building WebKit on windows using Cairo Hi Bahaa, I said earlier that I would update the wiki with updated build instructions, but I haven't yet had time. Sorry. In the meantime, try this: -follow current wiki