summaryrefslogtreecommitdiff
path: root/src/parse/parse.h
Commit message (Expand)AuthorAgeFilesLines
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-7/+7
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...Daniel Silverstone2011-01-261-1/+1
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-3/+3
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-2/+2
* Support for parsing inline stylesJohn Mark Bell2009-06-261-0/+3
* A bunch of c89.John Mark Bell2009-04-151-2/+2
* Quirks mode parsingJohn Mark Bell2009-02-151-0/+1
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-5/+3
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-1/+1
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-011-1/+1
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-2/+2
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-1/+3
* Port libcss to new lpu API.John Mark Bell2008-11-091-3/+3
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-051-1/+0
* Beginnings of a mechanism to intern known strings and compare pointers effect...John Mark Bell2008-08-041-0/+3
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-041-1/+1
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-2/+3
* Generate and emit eventsJohn Mark Bell2008-07-301-0/+28
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+45