Friday, October 28, 2011

How to implement an attribute in WebKit


In a previous article, I explained how to build a custom WebKit for MacOSX.
In this article, I will explain how to implement a custom attribute in WebKit.
Please keep in mind that these articles reflect the current state of my explorations in the WebKit code so do not hesitate to share your thoughts and/or correct me if I'm wrong somewhere.

Thursday, October 20, 2011

Building a Custom WebKit for your MacOSX Application

I recently ran into the issue of how to build WebKit in order to include it in a MacOSX project.
Even though it might look hard at first glance, it is actually a quite simple and straightforward process.
Let's have a look at how you can do it.