summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for writing-mode. Update selection tests to handle writing-mode.Michael Drake2013-09-103-0/+208
* Fix test data for border shorthand property.Michael Drake2013-09-101-0/+40
* Add a couple of letter spacing tests.Michael Drake2013-06-191-0/+184
* Don't use the nonportable alloca() during tests.Anthony J. Bentley2013-04-272-2/+6
* Initialise variables used in lwc out params.John-Mark Bell2012-07-191-8/+8
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix error reportingJohn Mark Bell2012-05-081-5/+5
* Add parsing of CSS3 Multi-column layout module shorthand properties. (column...Michael Drake2012-02-031-0/+638
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-284-1/+1289
* Add some tests.Michael Drake2012-01-283-0/+22
* Fix \!important for opacity property.Michael Drake2012-01-271-0/+24
* Fix test build.Michael Drake2012-01-262-4/+4
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-043-4/+303
* Add a few more tests.Michael Drake2011-09-031-0/+1782
* Fix cursor URL dump.Michael Drake2011-09-031-1/+1
* Add a few tests.Michael Drake2011-05-261-0/+33
* Fix a bunch of warnings.Michael Drake2011-05-261-35/+109
* Fix warning.Michael Drake2011-05-261-1/+2
* Add structure versioning for client inputJohn Mark Bell2011-03-134-0/+6
* Fix selection testsJohn Mark Bell2011-03-121-12/+370
* Fix caption-side dumpJohn Mark Bell2011-03-121-3/+3
* Make dump_computed do inheritsDaniel Silverstone2011-03-121-11/+241
* Fix universal selector matchingJohn Mark Bell2011-03-121-1/+5
* CSS3 NamespacesJohn Mark Bell2011-03-123-71/+73
* 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-034-0/+8
* Fix node_count_siblings() to compare the correct node names when necessaryJohn Mark Bell2011-01-311-2/+3
* CSS3 SelectorsJohn Mark Bell2011-01-316-27/+882
* Add support for opacity propertyJohn Mark Bell2011-01-294-0/+87
* Centralise handling of transparent colours.John Mark Bell2011-01-298-116/+322
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-294-21/+72
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-266-25/+25
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...Daniel Silverstone2011-01-261-2/+2
* Use css_fixed for fixed-point arithmetic. Simplify HSL->RGB conversion a little.John Mark Bell2011-01-211-1/+17
* Add transparent keyword to colour value parsingVincent Sanders2011-01-211-0/+8
* improve accuracy of lightness and saturationVincent Sanders2011-01-211-1/+1
* mostly working integer implementationVincent Sanders2011-01-211-0/+114
* add hsl colour supportVincent Sanders2011-01-212-0/+11
* Add a few more selection tests.Michael Drake2011-01-201-156/+632
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-208-53/+53
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-1916-74/+586
* Add a few more selection tests.Michael Drake2011-01-191-0/+508
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-8/+7
* Slightly more selection test coverage.Michael Drake2010-12-301-0/+76
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-054-6/+7
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-0/+16
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-0412-210/+210
* Remove Aliases file.Michael Drake2010-12-041-302/+0
* Remove Aliases file nonsenseJohn Mark Bell2010-12-049-36/+36
* Remove use of lwc_initialise and also parserutils.h includes. r=vinceDaniel Silverstone2010-12-049-77/+0