summaryrefslogtreecommitdiff
path: root/test/parse-auto.c
Commit message (Expand)AuthorAgeFilesLines
* Add structure versioning for client inputJohn Mark Bell2011-03-131-0/+1
* CSS3 NamespacesJohn Mark Bell2011-03-121-16/+16
* Initialise font callback pointersJohn Mark Bell2011-02-031-0/+2
* CSS3 SelectorsJohn Mark Bell2011-01-311-14/+67
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-291-8/+21
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-1/+1
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-5/+5
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-37/+98
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-051-2/+2
* Remove Aliases file nonsenseJohn Mark Bell2010-12-041-4/+4
* Remove use of lwc_initialise and also parserutils.h includes. r=vinceDaniel Silverstone2010-12-041-19/+0
* Remove initialisation of libparserutils from testsDaniel Silverstone2010-12-041-4/+0
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-2/+3
* Ownership of imported stylesheets is retained by the client.John Mark Bell2010-04-111-0/+2
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-9/+36
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-9/+6
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-121-5/+5
* Make all URIs absoluteJohn Mark Bell2009-07-011-2/+14
* Support for parsing inline stylesJohn Mark Bell2009-06-261-3/+3
* More c89ismsJohn Mark Bell2009-04-151-9/+12
* Most of the interned string lifetimes are at least no shorter than we think t...Daniel Silverstone2009-02-151-1/+1
* Quirks mode parsingJohn Mark Bell2009-02-151-10/+15
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-22/+27
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-9/+35
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-1/+2
* Squash warningsJohn Mark Bell2009-01-201-3/+3
* Dump unexpected bytecodeJohn Mark Bell2009-01-161-0/+6
* Support pointers in the expected bytecode.John Mark Bell2009-01-141-9/+99
* @import tests and support in the test harness.John Mark Bell2009-01-141-4/+9
* Add support for non-selector rule types (currently only charset rules)John Mark Bell2009-01-141-41/+91
* Make the automated parser test harness compare selectorsJohn Mark Bell2009-01-131-1/+154
* Something approximating the beginnings of an automated test harness for the p...John Mark Bell2009-01-121-0/+297