http://www.youtube.com/watch?v=JFzC_Gx76E8 might help you; it's a discussion of the chromium webkit api.
On Thu, Dec 10, 2009 at 12:51 AM, SSO <[email protected]> wrote: > Hello everyone: > > I am trying to make a web-spider based on webkit that grabs page > screen shots, and I found the > chrome source code version is better encapsulated that the original > one. But I still found it hard > for me to understand the programming interfaces. > > The functions that I need are: > Parse a C-style html string into DOM, and: > Paint it onto bitmap, plus, > Locate the boundary boxes of all clickable-link areas. > > That is, I shall write a function like: > pair< bmpScreenShot, vetLinkRects > = parseDOM( string htmltxt ); > > > After tracing the test_shell project I found it heavy and big for me > to modify, and is there a front interface > for the webkit module in the chrome code? > > -- > Chromium Discussion mailing list: [email protected] > View archives, change email options, or unsubscribe: > http://groups.google.com/group/chromium-discuss > -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
