summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-253-3/+41
* Mechanism for the client to select the language level.John Mark Bell2008-09-253-10/+23
* Add API to get/set a stylesheet's disabled stateJohn Mark Bell2008-09-252-2/+39
* Implement most of stylesheet's public APIJohn Mark Bell2008-09-252-19/+79
* Public stylesheet API & stubbed out implementations.John Mark Bell2008-09-257-8/+193
* 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
* OS X friendly install invocationJohn Mark Bell2008-09-101-3/+3
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-6/+6
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-8/+8
* Fix compilation of test drivers on 64bit platforms.John Mark Bell2008-09-053-17/+28
* Dependency trackingJohn Mark Bell2008-09-054-5/+64
* Fix testutils line readerJohn Mark Bell2008-09-051-1/+1
* Minor changes.John Mark Bell2008-09-052-3/+14
* Make export target usefulJohn Mark Bell2008-09-051-4/+3
* Add test case for broken comment in rule on haiku-os site.Michael Drake2008-08-282-0/+32
* Turn internal representation outline into a header file.John Mark Bell2008-08-082-0/+139
* Provide a way of modelling the likes of a[hello="foo"][bar="baz"] { ... }John Mark Bell2008-08-071-2/+4
* Sketch out the internal representation of a stylesheetJohn Mark Bell2008-08-071-0/+96
* 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-054-84/+98
* 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-044-52/+162
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-015-51/+60
* More stub.John Mark Bell2008-08-011-3/+140
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-019-14/+224
* Allow silencing of parser test driver.John Mark Bell2008-08-012-1/+8
* 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-014-28/+23
* Fix at-rule processing.John Mark Bell2008-07-313-8/+14
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-312-6/+142
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-312-69/+198
* Generate and emit eventsJohn Mark Bell2008-07-303-0/+148
* Implement error recovery for malformed declarations.John Mark Bell2008-07-303-12/+185
* Implement the first-stage parser.John Mark Bell2008-07-3011-2/+2070
* Whoops. Missed this when adding the invalid string stuff.John Mark Bell2008-07-151-0/+3
* Update lexer documentationJohn Mark Bell2008-06-262-0/+2
* Correctly process unterminated strings.John Mark Bell2008-06-264-27/+126
* Pedantic linewrappingJohn Mark Bell2008-05-201-2/+8
* A more complex test, taken from the CSS3 syntax moduleJohn Mark Bell2008-05-052-0/+30
* Match expected token data with that output by the lexer.John Mark Bell2008-05-052-4/+59