Performance
I was recently asked about the performance of the Cairo-based Webkit. As a first cut I tried running SunSpider to see what would happen. Unfortunately, it identified a serious bug in the WebKit Cairo port, in that the font handling appears to be screwed up. Consider the following screenshot...
It appears that the build is not dealing with code elements properly.
Comments
Also can all those dependencies be built into one large webkit.dll
I believe the dependencies can be built into a single DLL, but I am currently using a few of the DLL's that ship with WebKit (e.g., zlib1.dll, libxml2.dll, and so forth).
I believe there are some who are working on building WebKit dependencies that are tightly focused on WebKit/Cairo and that take up less space.