ext Tarandeep Singh wrote:
I am working on webkit (QT port) and trying to use it as a JavaScript+CSS aware HTML parser.
Has anyone worked on something similar and care to join me?

I am not sure of what you mean by "JavaScript+CSS aware HTML parser" but be careful to have something clean in order to have it integrated.

For example, Zoltan did a Javascript parser that perform better than the current one (https://bugs.webkit.org/show_bug.cgi?id=34019), but it was not integrated due to its structure.

Also, where can I get a high level architecture of webkit (control flow etc). After searching for some time on google, this is the best I could get on webkit architecture-

There is no such things. You can find some useful information on the Wiki, some interesting code path for example: http://trac.webkit.org/wiki/CodePaths

cheers,
Benjamin
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to