On Tue, Mar 31, 2009 at 6:37 PM, Daniel Silverstone <dsilvers@netsurf-browser.org> wrote:
On Tue, 2009-03-31 at 10:15 +0000, netsurf@semichrome.net wrote:
> +our %special = (
> +     # Some of the type are not defined now!
> +     boolean => "int ",

bool please :-) We do use stdbool in NetSurf projects



> +     DOMString => "dom_string *",

Out of interest, should we be porting libdom to libwapcaplet to allow
for faster node name comparison etc when we start to need to apply
libcss to libdom? I believe hubbub will be migrating to libwapcaplet
too.

Yes, I intend to use libwapcaplet in libDOM in string. There is many places should use fast string compasion such as the tagName of Nodes. Maybe there will be some combination of dom_string and libwapcaplet string later. :)

Regards!
Bo