On Mon, 21 Jul 2014 19:58:01 +0530, Rupinder Singh wrote: > Intel on this will be greatly appreciated: > > http://wiki.netsurf-browser.org/LibHubbub
I'm not really qualified to respond to this, so take anything I say with a bucket of salt, but I think: #3 (slowdown due to strndup) might be solved by using libwapcaplet, as that's the sort of thing it was designed for - although I suspect that'll mean changing hubbub to use lwc_strings throughout, which isn't a quick job (and there may be good reasons for not doing this). #7 (auto-detect document encoding) sounds like something which should be handled by libparserutils, although AFAIK it doesn't have the ability to do it currently. Chris