summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Beginnings of a bytecode format.John Mark Bell2008-10-211-0/+318
* Style information for selector rulesets can be shared between the individual ...John Mark Bell2008-10-201-2/+1
* Fix stupid.John Mark Bell2008-10-201-4/+8
* 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-193-1/+178
* 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-253-22/+18
* 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