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: chromium-discuss@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss