summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Divorce css_string from whatever gets stored in lpu hashes.John Mark Bell2008-12-011-3/+3
* 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
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-3/+3
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-274-25/+31
* Fix rounding when fractional part is close to 1.John Mark Bell2008-11-241-0/+6
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-242-12/+102
* Some kind of testsuite for number parsing.John Mark Bell2008-11-235-1/+177
* Port css21 frontend to new object APIJohn Mark Bell2008-11-091-3/+2
* Port libcss to new lpu API.John Mark Bell2008-11-093-13/+10
* Support signs on numbers, percentages, and dimensionsJohn Mark Bell2008-10-272-0/+49
* Provide an internal mechanism for dumping stylesheets to a file handle.John Mark Bell2008-10-191-1/+3
* Modify CSS2.1 frontend test driver to use the public stylesheet API.John Mark Bell2008-09-251-21/+9
* Fix compilation of test drivers on 64bit platforms.John Mark Bell2008-09-053-17/+28
* Dependency trackingJohn Mark Bell2008-09-051-1/+19
* Fix testutils line readerJohn Mark Bell2008-09-051-1/+1
* Minor changes.John Mark Bell2008-09-051-1/+14
* Add test case for broken comment in rule on haiku-os site.Michael Drake2008-08-282-0/+32
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-051-1/+1
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-041-3/+3
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-012-2/+2
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-014-4/+96
* Allow silencing of parser test driver.John Mark Bell2008-08-011-0/+6
* Fix handling of empty strings.John Mark Bell2008-08-013-0/+7
* Fix at-rule processing.John Mark Bell2008-07-312-1/+9
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-311-0/+1
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-311-0/+3
* Generate and emit eventsJohn Mark Bell2008-07-301-0/+38
* Implement error recovery for malformed declarations.John Mark Bell2008-07-302-0/+9
* Implement the first-stage parser.John Mark Bell2008-07-305-1/+92
* Whoops. Missed this when adding the invalid string stuff.John Mark Bell2008-07-151-0/+3
* Correctly process unterminated strings.John Mark Bell2008-06-262-1/+89
* 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
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-032-5/+624
* Testdriver for automated lexer tests. This needs a little more work to verify...John Mark Bell2008-05-016-1/+302
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-0115-0/+54007