netsurf/css
Michael Drake 278451463f Rewrite hints handling to be more efficient.
Now we only look for hints that are actually possible for the
given element.  This new way of doing things is made possible
by the new LibCSS API for hints.

This also makes use of the LibDOM HTMLElement tag type to avoid
lots of massive if-else-if ladders of dom_string_caseless_isequal
calls.
2016-02-05 10:49:58 +00:00
..
css.c Rewrite hints handling to be more efficient. 2016-02-05 10:49:58 +00:00
css.h Use custom fetcher for inline CSS 2013-02-27 03:11:10 +00:00
dump.c Handle overflow-x and overflow-y properties. 2014-06-01 18:36:22 +01:00
dump.h
hints.c Rewrite hints handling to be more efficient. 2016-02-05 10:49:58 +00:00
hints.h Change hints handling to use new libcss API. 2016-02-05 10:49:58 +00:00
internal.c Avoid a couple of strlen calls. 2011-10-08 12:26:10 +00:00
internal.h Interned string cleanup, phase 2: Create utils/corestrings and use it in css handler. 2012-07-22 15:48:55 +01:00
Makefile Split out presentational hints handling. 2016-02-05 10:49:58 +00:00
select.c Split out presentational hints handling. 2016-02-05 10:49:58 +00:00
select.h Split out presentational hints handling. 2016-02-05 10:49:58 +00:00
utils.c move options include 2013-05-28 14:16:10 +01:00
utils.h Doxygen fixes 2014-11-09 15:28:03 +00:00