summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove initialisation of libparserutils from testsDaniel Silverstone2010-12-048-39/+0
* Remove libcss_initialise/finalise.John Mark Bell2010-12-0411-47/+25
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-281-0/+8
* Ownership of imported stylesheets is retained by the client.John Mark Bell2010-04-112-0/+4
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-284-102/+192
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-276-81/+62
* Origin and media are not properties of the stylesheet. John Mark Bell2010-01-124-29/+36
* It turns out that using magic values for text-align is simpler than having an...John Mark Bell2009-08-225-141/+42
* -libcss-alignJohn Mark Bell2009-08-215-0/+143
* s/opcode/opcode_t/John Mark Bell2009-08-031-1/+1
* More rigorous handling of EOF.John Mark Bell2009-07-311-0/+119
* Regression test for quotes bytecode execution in cascade_quotes.John Mark Bell2009-07-301-0/+85
* 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
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-152-2/+2
* Compute absolute values for all length properties.John Mark Bell2009-07-041-25/+25
* Add callback to make client compute the font size.John Mark Bell2009-07-041-1/+66
* Move quotes property into common style block.John Mark Bell2009-07-042-4/+3
* Query client for initial values of color, font-family, quotes, and voice-fami...John Mark Bell2009-07-043-15/+37
* Make all URIs absoluteJohn Mark Bell2009-07-014-6/+56
* Fix test data:John Mark Bell2009-06-301-6/+24
* Update testdata.Michael Drake2009-06-301-0/+1
* s/background-image/list-style-image/John Mark Bell2009-06-301-2/+2
* More test data changes.Michael Drake2009-06-301-4/+23
* Fix tests.Michael Drake2009-06-301-27/+25
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-1/+15
* Fix tests.Michael Drake2009-06-301-0/+12
* Delete unset color and border color because they'll be inherit.Michael Drake2009-06-301-15/+0
* Fix test.Michael Drake2009-06-301-5/+5
* Enable selector tests. Update tests.Michael Drake2009-06-302-20/+233
* Finish dumping of computed stylesJohn Mark Bell2009-06-301-42/+960