summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for non-selector rule types (currently only charset rules)John Mark Bell2009-01-141-41/+91
* Create charset rule objects.John Mark Bell2009-01-143-3/+58
* More selector tests.John Mark Bell2009-01-131-0/+181
* Make the automated parser test harness compare selectorsJohn Mark Bell2009-01-133-1/+295
* Point in the direction of the bytecode documentation before someone complains...John Mark Bell2009-01-121-1/+2
* Document testdata formatJohn Mark Bell2009-01-121-0/+48
* Testcase for colour specifiers. Should cover most things.John Mark Bell2009-01-121-0/+19
* Just the one iteration -- I'm fed up of waiting for this to finish.John Mark Bell2009-01-121-1/+1
* Just the one iteration, thanks. Also, no spam.John Mark Bell2009-01-121-1/+5
* Something approximating the beginnings of an automated test harness for the p...John Mark Bell2009-01-125-2/+327
* Complete bytecode dumping code.John Mark Bell2009-01-123-60/+1689
* Slightly more obvious logic. This code still sucks.John Mark Bell2009-01-121-15/+15
* Lose a todo. I don't think we want to have the lexer split up dimensions into...John Mark Bell2009-01-121-1/+0
* When parsing colours, it helps to remember that percentages aren't necessaril...John Mark Bell2009-01-121-17/+13
* Parse units. This is the only place where we actually have to perform string ...John Mark Bell2009-01-121-8/+86
* Fix testcase.John Mark Bell2009-01-121-1/+1
* Make rgb() parsing work.John Mark Bell2009-01-121-1/+32
* Make integer parsing more robustJohn Mark Bell2009-01-122-45/+30
* Beginnings of a colour specifier parser.John Mark Bell2009-01-114-50/+111
* Document the grammar of colour specifiersJohn Mark Bell2009-01-101-0/+7
* text-decorationJohn Mark Bell2009-01-102-7/+65
* quotesJohn Mark Bell2009-01-101-5/+136
* play-duringJohn Mark Bell2009-01-102-6/+74
* voice-familyJohn Mark Bell2009-01-103-7/+312
* Squash memory leaksJohn Mark Bell2009-01-101-4/+19
* Yet more font-family. This should now be complete.John Mark Bell2009-01-101-7/+73
* Fix buffer overflows. Remind me to refactor this code -- it's ugly.John Mark Bell2009-01-101-4/+6
* Port to modified parserutils API.John Mark Bell2009-01-061-222/+242
* A little more work on font-family.John Mark Bell2008-12-052-32/+85
* Beginnings of font-familyJohn Mark Bell2008-12-042-6/+193
* Clarify font-familyJohn Mark Bell2008-12-042-6/+12
* cursorJohn Mark Bell2008-12-042-6/+264
* counter-resetJohn Mark Bell2008-12-041-5/+163
* counter-incrementJohn Mark Bell2008-12-043-15/+169
* Factor out common part of content parser.John Mark Bell2008-12-031-435/+311
* Finish contentJohn Mark Bell2008-12-031-1/+238
* Factor out parsing of the value part of list-style-type.John Mark Bell2008-12-031-36/+68
* Changes to the encoding of content in bytecode to better match the spec.John Mark Bell2008-12-034-12/+285
* Something approximating clipJohn Mark Bell2008-12-024-17/+138
* Rather less memory corruption.John Mark Bell2008-12-021-8/+8
* border-spacingJohn Mark Bell2008-12-021-5/+90
* Fix up azimuth to cater for !important after property value.John Mark Bell2008-12-012-13/+157
* Finish azimuthJohn Mark Bell2008-12-012-2/+72
* The advantage of interning strings is that you don't have to store their leng...John Mark Bell2008-12-013-30/+20
* Given that we're going to be copying selector details, anyway, it seems point...John Mark Bell2008-12-013-64/+26
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-019-463/+437
* Simplify decision as to whether to intern token data by inserting markers int...John Mark Bell2008-12-012-29/+23
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-015-16/+19
* More modifications to allow numerous iterations for profiling.John Mark Bell2008-11-303-73/+88
* Modify to allow a configurable number of iterations for profiling.John Mark Bell2008-11-301-27/+43