The post is just a learning refence for studying WebKit, so there is not much discussion about how to utilize the WebKit or how to use WebKit and so on.

I guess you can find more in other arcitles.
According to my experience, you may first go through the overall code structure of the WebKit quickly to get a basic understanding of the WebKit. Then you can study the major components of WebKit step by step such as JavaScript engine, DOM, rendering, html, frame loader and so on. Moreover, when you study each specific topic, you also need read the related spec as well, such as ECMA Script Spec, DOM Spec, CSS Spec, HTML 4 Spec and so on. It can help you understand how those components are implemented. For example, the comments in JavaScriptCore will indicate which section in ECMA spec is implemented. And I think Android Browser is a quite good application for you to study further about the Activity, Service, Contenet Provider, Broadcast and other key Android features.
Hope it will be helpful to you.