summaryrefslogtreecommitdiff
path: root/test/select-auto.c
Commit message (Expand)AuthorAgeFilesLines
* Add structure versioning for client inputJohn Mark Bell2011-03-131-0/+3
* Fix universal selector matchingJohn Mark Bell2011-03-121-1/+5
* CSS3 NamespacesJohn Mark Bell2011-03-121-39/+41
* Hide the CSS computed style itself. Only expose a few simple structures whic...Daniel Silverstone2011-03-121-3/+0
* Initialise font callback pointersJohn Mark Bell2011-02-031-0/+2
* Fix node_count_siblings() to compare the correct node names when necessaryJohn Mark Bell2011-01-311-2/+3
* CSS3 SelectorsJohn Mark Bell2011-01-311-4/+280
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-291-3/+16
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-21/+21
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-0/+5
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-8/+7
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-051-1/+1
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-041-1/+1
* Remove Aliases file nonsenseJohn Mark Bell2010-12-041-3/+3
* 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
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-87/+124
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-43/+40
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-121-17/+26
* Change selector hash to segregate:John Mark Bell2009-07-291-0/+63
* Remove pointless parameterJohn Mark Bell2009-07-211-4/+2
* Missed this from previous commitJohn Mark Bell2009-07-171-0/+17
* Add a flag to the font size computation callback to indicate that the resulta...John Mark Bell2009-07-161-2/+4
* Add callback to make client compute the font size.John Mark Bell2009-07-041-1/+66
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-041-1/+29
* Make all URIs absoluteJohn Mark Bell2009-07-011-1/+13
* Support for parsing inline stylesJohn Mark Bell2009-06-261-3/+4
* More c89ismsJohn Mark Bell2009-04-151-4/+5
* Implement set_*_from_hintJohn Mark Bell2009-03-231-1/+1
* Completely change the approach used for presentational hints.John Mark Bell2009-03-231-3/+19
* Fix test harness to actually stand a chance of working.John Mark Bell2009-03-221-3/+7
* Initialise variables.John Mark Bell2009-03-021-1/+1
* Quirks mode parsingJohn Mark Bell2009-02-151-26/+36
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-138/+149
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-2/+1
* Pseudo classes are now matched by callbacks to the client. This is far saner,...John Mark Bell2009-02-141-46/+106
* Handle :first-child within libcssJohn Mark Bell2009-02-141-5/+15
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-5/+5
* Beginnings of a computed style dump routine.John Mark Bell2009-02-131-3/+11
* Test driver for selection engine testsJohn Mark Bell2009-02-121-0/+952