summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Squash warningJohn Mark Bell2008-10-201-1/+1
* Update commentJohn Mark Bell2008-10-191-1/+8
* Fix parsing of combinators: the CSS 2.1 spec grammar contains inaccuracies --...John Mark Bell2008-10-191-11/+35
* Provide an internal mechanism for dumping stylesheets to a file handle.John Mark Bell2008-10-192-0/+175
* Finish selector list parsingJohn Mark Bell2008-10-193-77/+415
* More work on selector list parsingJohn Mark Bell2008-10-181-18/+99
* Modify CSS2.1 frontend test driver to use the public stylesheet API.John Mark Bell2008-09-251-1/+1
* Implement css_stylesheet_append_data and css_stylesheet_data_doneJohn Mark Bell2008-09-251-10/+6
* Create a parser instance for a stylesheet. Also create a level-specific front...John Mark Bell2008-09-252-2/+40
* Mechanism for the client to select the language level.John Mark Bell2008-09-251-2/+3
* Add API to get/set a stylesheet's disabled stateJohn Mark Bell2008-09-251-0/+36
* Implement most of stylesheet's public APIJohn Mark Bell2008-09-251-19/+77
* Public stylesheet API & stubbed out implementations.John Mark Bell2008-09-252-0/+140
* Implement a bunch of css_stylesheet_*John Mark Bell2008-09-202-24/+107
* More API munging. Also stub out implementations of new APIs.John Mark Bell2008-09-133-1/+190
* Some idle API poking.John Mark Bell2008-09-121-7/+27
* Minor changes.John Mark Bell2008-09-051-2/+0
* Turn internal representation outline into a header file.John Mark Bell2008-08-082-0/+139
* Flag hideous todo thanks to CSSOMJohn Mark Bell2008-08-051-0/+3
* s/handleSelector/handleSelectorList/John Mark Bell2008-08-051-3/+3
* Disable @media and @page -- I'd rather focus on non-nested blocks in the firs...John Mark Bell2008-08-051-0/+7
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-053-83/+97
* Something approximating @importJohn Mark Bell2008-08-041-4/+29
* Beginnings of a mechanism to intern known strings and compare pointers effect...John Mark Bell2008-08-043-13/+61
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-043-89/+140
* Handle @charsetJohn Mark Bell2008-08-041-1/+24
* Stub out at-rule handlingJohn Mark Bell2008-08-042-1/+47
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-043-49/+159
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-013-49/+58
* More stub.John Mark Bell2008-08-011-3/+140
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-015-10/+128
* Allow silencing of parser test driver.John Mark Bell2008-08-011-1/+2
* Silence debugJohn Mark Bell2008-08-011-1/+1
* EOF isn't a parse errorJohn Mark Bell2008-08-011-2/+0
* Fix handling of empty strings.John Mark Bell2008-08-011-28/+16
* Fix at-rule processing.John Mark Bell2008-07-311-7/+5
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-311-6/+141
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-311-69/+195
* Generate and emit eventsJohn Mark Bell2008-07-302-0/+110
* Implement error recovery for malformed declarations.John Mark Bell2008-07-301-12/+176
* Implement the first-stage parser.John Mark Bell2008-07-303-0/+1765
* Correctly process unterminated strings.John Mark Bell2008-06-262-26/+37
* Pedantic linewrappingJohn Mark Bell2008-05-201-2/+8
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-031-2/+4
* Add spaceJohn Mark Bell2008-05-011-1/+1
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-0112-0/+2745