summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add a few more tests.Michael Drake2011-09-031-0/+1782
| | | | svn path=/trunk/libcss/; revision=12706
* Fix cursor URL dump.Michael Drake2011-09-031-1/+1
| | | | svn path=/trunk/libcss/; revision=12705
* Add a few tests.Michael Drake2011-05-261-0/+33
| | | | svn path=/trunk/libcss/; revision=12446
* Fix a bunch of warnings.Michael Drake2011-05-261-35/+109
| | | | svn path=/trunk/libcss/; revision=12445
* Fix warning.Michael Drake2011-05-261-1/+2
| | | | svn path=/trunk/libcss/; revision=12444
* Add structure versioning for client inputJohn Mark Bell2011-03-134-0/+6
| | | | svn path=/trunk/libcss/; revision=12007
* Fix selection testsJohn Mark Bell2011-03-121-12/+370
| | | | svn path=/trunk/libcss/; revision=12000
* Fix caption-side dumpJohn Mark Bell2011-03-121-3/+3
| | | | svn path=/trunk/libcss/; revision=11998
* Make dump_computed do inheritsDaniel Silverstone2011-03-121-11/+241
| | | | svn path=/trunk/libcss/; revision=11995
* Fix universal selector matchingJohn Mark Bell2011-03-121-1/+5
| | | | svn path=/trunk/libcss/; revision=11980
* CSS3 NamespacesJohn Mark Bell2011-03-123-71/+73
| | | | svn path=/trunk/libcss/; revision=11972
* Hide the CSS computed style itself. Only expose a few simple structures ↵Daniel Silverstone2011-03-121-3/+0
| | | | | | which we can keep sane. All property accessors are thus hidden behind a link symbol for ABI safety svn path=/trunk/libcss/; revision=11969
* Initialise font callback pointersJohn Mark Bell2011-02-034-0/+8
| | | | svn path=/trunk/libcss/; revision=11607
* Fix node_count_siblings() to compare the correct node names when necessaryJohn Mark Bell2011-01-311-2/+3
| | | | svn path=/trunk/libcss/; revision=11562
* CSS3 SelectorsJohn Mark Bell2011-01-316-27/+882
| | | | svn path=/trunk/libcss/; revision=11557
* Add support for opacity propertyJohn Mark Bell2011-01-294-0/+87
| | | | svn path=/trunk/libcss/; revision=11527
* Centralise handling of transparent colours.John Mark Bell2011-01-298-116/+322
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Provide hook for system colour name -> RGB conversionJohn Mark Bell2011-01-294-21/+72
| | | | svn path=/trunk/libcss/; revision=11522
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-266-25/+25
| | | | svn path=/trunk/libcss/; revision=11492
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to ↵Daniel Silverstone2011-01-261-2/+2
| | | | | | css__parser_parse_chunk svn path=/trunk/libcss/; revision=11491
* Use css_fixed for fixed-point arithmetic. Simplify HSL->RGB conversion a little.John Mark Bell2011-01-211-1/+17
| | | | | | Add test data for white and black svn path=/trunk/libcss/; revision=11437
* Add transparent keyword to colour value parsingVincent Sanders2011-01-211-0/+8
| | | | svn path=/trunk/libcss/; revision=11436
* improve accuracy of lightness and saturationVincent Sanders2011-01-211-1/+1
| | | | svn path=/trunk/libcss/; revision=11434
* mostly working integer implementationVincent Sanders2011-01-211-0/+114
| | | | svn path=/trunk/libcss/; revision=11431
* add hsl colour supportVincent Sanders2011-01-212-0/+11
| | | | svn path=/trunk/libcss/; revision=11429
* Add a few more selection tests.Michael Drake2011-01-201-156/+632
| | | | svn path=/trunk/libcss/; revision=11426
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-208-53/+53
| | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-1916-74/+586
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Add a few more selection tests.Michael Drake2011-01-191-0/+508
| | | | svn path=/trunk/libcss/; revision=11387
* Simultaneously select styles for base + pseudo elements.John Mark Bell2011-01-051-8/+7
| | | | svn path=/trunk/libcss/; revision=11211
* Slightly more selection test coverage.Michael Drake2010-12-301-0/+76
| | | | svn path=/trunk/libcss/; revision=11173
* Provide notification hook for imported stylesheets, to enable clients to ↵John Mark Bell2010-12-054-6/+7
| | | | | | parallelise their processing svn path=/trunk/libcss/; revision=10999
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-0/+16
| | | | svn path=/trunk/libcss/; revision=10993
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-0412-210/+210
| | | | svn path=/trunk/libcss/; revision=10987
* Remove Aliases file.Michael Drake2010-12-041-302/+0
| | | | svn path=/trunk/libcss/; revision=10986
* Remove Aliases file nonsenseJohn Mark Bell2010-12-049-36/+36
| | | | svn path=/trunk/libcss/; revision=10983
* Remove use of lwc_initialise and also parserutils.h includes. r=vinceDaniel Silverstone2010-12-049-77/+0
| | | | svn path=/trunk/libcss/; revision=10964
* Remove initialisation of libparserutils from testsDaniel Silverstone2010-12-048-39/+0
| | | | svn path=/trunk/libcss/; revision=10962
* Remove libcss_initialise/finalise.John Mark Bell2010-12-0411-47/+25
| | | | | | Fix testsuite to compile (it passes, too) svn path=/trunk/libcss/; revision=10955
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-281-0/+8
| | | | svn path=/trunk/libcss/; revision=10856
* Ownership of imported stylesheets is retained by the client.John Mark Bell2010-04-112-0/+4
| | | | svn path=/trunk/libcss/; revision=10367
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-284-102/+192
| | | | svn path=/trunk/libcss/; revision=10168
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-276-81/+62
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-124-29/+36
| | | | | | | | | They are properties of the context in which the stylesheet is used. Therefore, for top-level sheets, this information must be provided at selection time. For child sheets, the origin is inherited from their parent and the applicable media types are specified on the linking mechanism. svn path=/trunk/libcss/; revision=9802
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-225-141/+42
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-215-0/+143
| | | | svn path=/trunk/libcss/; revision=9378
* s/opcode/opcode_t/John Mark Bell2009-08-031-1/+1
| | | | svn path=/trunk/libcss/; revision=9020
* More rigorous handling of EOF.John Mark Bell2009-07-311-0/+119
| | | | | | Expand test data for this. svn path=/trunk/libcss/; revision=8931
* Regression test for quotes bytecode execution in cascade_quotes.John Mark Bell2009-07-301-0/+85
| | | | svn path=/trunk/libcss/; revision=8913
* Change selector hash to segregate:John Mark Bell2009-07-291-0/+63
| | | | | | | | | | | | | 1) element selectors 2) universal selectors with class names 3) universal selectors with ids 4) universal selectors Only bother looking for matching selectors in 2 & 3 if the node being selected for has class names or an id, respectively. In theory, this should speed up style selection somewhat. svn path=/trunk/libcss/; revision=8882