Updated WebKit Build

I have updated the Windows builds of the redistributable WebKit dll (Debug, Release).

I have also updated the set of build dependencies, in case you need them.

Updates with this release are:

  • Cairo updated from 1.8.4 to 1.8.6.

  • CFLite (CoreFoundation) updated to match Leopard 10.5.6

  • ICU updated from 3.6 to 4.0



For some reason, the Scrolling Bug is gone for Debug builds, but alas seems to occur in Release builds.

Comments

Unknown said…
Hi Brent, any chances of linking most of those libraries directly into webkit.dll? Total code size should be a lot smaller, from my expiriences it should be at least 1MiB.
Unknown said…
Hi Brent, why web-pages containing flash elements hit the cpu to 40-60%?
Also I noticed in the process details of the launcher.exe that page fault delta is always 3000-1000 if web page contains flash.
Unknown said…
Hi Brent,
Downloaded the release build and it is looking good. I have some confusion. Can you give me some clues on how you could make this mixture of webkit+cairo+cflite.

Webkit+cairo: http://trac.webkit.org/wiki/BuildingCairoOnWindows

But not able to grasp on how you could link in cflite.

Your advice would be very helpful.
regards,
raja
kscraja@gmail.com
Unknown said…
Looks great! I'm considering using this in a project of mine, and it's actually perfect in the current state because I don't need full web browsing functionality. If something doesn't work, I can just modify my own HTML to work around any bugs.

Is there a chance of getting a native 64-bit build of this? Also, is the source code for the test application available? I wasn't able to find it anywhere.
bfulgham said…
The test application is called WinLauncher, and it lives in the WebKit source tree under WebKitTools/WinLauncher.

WebKit itself should be 64-bit clean, but as I do not have a 64-bit development environment, I have not been able to test this out.

Popular Posts