summaryrefslogtreecommitdiff
path: root/test/css21.c
Commit message (Expand)AuthorAgeFilesLines
* Add structure versioning for client inputJohn Mark Bell2011-03-131-0/+1
* Initialise font callback pointersJohn Mark Bell2011-02-031-0/+2
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-291-7/+19
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-051-2/+3
* Remove Aliases file nonsenseJohn Mark Bell2010-12-041-5/+5
* Remove use of lwc_initialise and also parserutils.h includes. r=vinceDaniel Silverstone2010-12-041-4/+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
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-10/+5
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-121-5/+3
* Make all URIs absoluteJohn Mark Bell2009-07-011-2/+16
* Support for parsing inline stylesJohn Mark Bell2009-06-261-3/+3
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-4/+8
* Hacky increase to buffer size to stop overflow when dumping shorthand propert...John Mark Bell2009-06-191-3/+3
* Pretend we care about fread/fwrite succeedingJohn Mark Bell2009-04-171-3/+7
* More c89ismsJohn Mark Bell2009-04-151-9/+12
* Initialise variables.John Mark Bell2009-03-021-4/+6
* Quirks mode parsingJohn Mark Bell2009-02-151-5/+6
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-14/+15
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-3/+34
* Purge stylesheet dumping code from the library.John Mark Bell2009-01-191-1/+8
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-011-3/+3
* More modifications to allow numerous iterations for profiling.John Mark Bell2008-11-301-2/+2
* Modify to allow a configurable number of iterations for profiling.John Mark Bell2008-11-301-27/+43
* Port css21 frontend to new object APIJohn Mark Bell2008-11-091-3/+2
* Provide an internal mechanism for dumping stylesheets to a file handle.John Mark Bell2008-10-191-1/+3
* Modify CSS2.1 frontend test driver to use the public stylesheet API.John Mark Bell2008-09-251-21/+9
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-0/+90