Hello again,
it's been a long time since I blogged last time. University really demands me, nowadays.
All exams are done since ~ 25 days, and well that means, hacking hacking hacking.
I'm at Rob Buis's place since last Monday and it has been a very productive & relaxing
week. We're hacking on Unity/WebKit (as you may have guessed), combined with a nice
ICECream setup (Hacking fun looks like this!).
Hot news are probably that we've started merging back the Qt platform stuff from Unity into
WebKit. I've created the bugs 10463, 10464, 10465, 10466, 10467, 10470 to keep track of the
needed changes in WebKit, seperated in several categories:
* WTF (Web Template Framework) changes
* KCanvas Qt device
* Qt platform hooks
* Qt platform code
* CMake build files
* General build fixes for Linux
The platform hooks, the cmake build files & wtf changes & kcanvas qt device & general build fixes are
already landed in WebKit SVN. The others are waiting for review by Darin/Maciej. Hopefully we'll get them in soon (tm).
The impatient may already try WebKit on Linux: (5 Steps Guide)
#1 Get latest WebKit from SVN (beware this is a lot of stuff!)
cd /your/directory
svn co svn://anonsvn.opensource.apple.com/svn/webkit/trunk
#2 Prepare the WebKit build
mv trunk WebKit
mkdir WebKit-Build
#3 Get patches from my website
cd WebKit/
wget http://ktown.kde.org/~wildfox/ktown/WebKit-PatchFlood/platform-qt-unreso...
patch -p0 Bug 10467 - platform-qt.diff
Have fun, Niko

Web Template Framework?
I was thinking that WTF means something different!