summaryrefslogtreecommitdiff
path: root/src/parse/language.c
Commit message (Expand)AuthorAgeFilesLines
* Fixup for insensitive hash utilisation.Michael Drake2013-12-021-4/+10
* Ensure that element/class/id names in selector details always get their casel...Michael Drake2013-12-021-0/+18
* Early return after processing @namespace.John-Mark Bell2013-04-291-0/+3
* Cleanup: Remove unused UNUSED()Daniel Silverstone2012-07-191-2/+0
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-041-6/+36
* Extend lifetime of property stringsJohn Mark Bell2011-10-061-9/+1
* Tidy upJohn Mark Bell2011-10-061-1/+0
* Avoid interning propstrings table for every stylesheet, style tag and style a...Michael Drake2011-10-061-14/+6
* CSS3 NamespacesJohn Mark Bell2011-03-121-35/+299
* Pedantic whitespace insertionJohn Mark Bell2011-01-311-0/+1
* C89.François Revel2011-01-311-1/+2
* CSS3 SelectorsJohn Mark Bell2011-01-311-75/+401
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-55/+55
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-2/+2
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-6/+13
* Hack around platform headers doing the likes of typedef float FLOAT;John Mark Bell2010-12-291-2/+3
* Provide notification hook for imported stylesheets, to enable clients to para...John Mark Bell2010-12-051-0/+12
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-37/+39
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-69/+38
* If, after parsing the media list, we've ended up with no media whatsoever, th...John Mark Bell2009-07-271-1/+6
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-271-30/+117
* Change mechanism for handling case sensitivity of element names. Now has anot...John Mark Bell2009-07-171-4/+1
* Hacky avoidance of element name case insensitivity. The correct solution is f...John Mark Bell2009-07-161-1/+4
* It probably helps to remember that @import also contains URL data.John Mark Bell2009-07-011-1/+19
* Less pointless inliningJohn Mark Bell2009-06-271-21/+21
* Support for parsing inline stylesJohn Mark Bell2009-06-261-4/+7
* Nested block support.John Mark Bell2009-06-261-75/+207
* Any declaration with non-whitespace tokens unconsumed after parsing the prope...John Mark Bell2009-06-251-1/+11
* Centralise !important handling.John Mark Bell2009-06-181-0/+14
* Lose redundant assignmentJohn Mark Bell2009-05-271-1/+1
* More refactoring groundwork. This actually compiles and passes the testsuite.John Mark Bell2009-05-261-62/+0
* Groundwork for property parser refactoring.John Mark Bell2009-05-261-2/+1
* Pedantic line wrappingJohn Mark Bell2009-05-261-1/+2
* A bunch of c89.John Mark Bell2009-04-151-6/+7
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-7/+16
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-37/+2
* Parse media type list in @import ruleJohn Mark Bell2009-02-141-6/+50
* I guess it helps if you actually flag that you've had a valid statement, so @...John Mark Bell2009-02-141-0/+6
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-2/+2
* Assert that we've got a style once the property handler's returned CSS_OK.John Mark Bell2009-02-141-9/+7
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-2/+22
* Simplify API of css_stylesheet_selector_create -- it's always used to create ...John Mark Bell2009-01-251-4/+2
* Make @import actually create a rule and attempt some kind of fetch logic.John Mark Bell2009-01-141-1/+61
* Create charset rule objects.John Mark Bell2009-01-141-2/+28
* Given that we're going to be copying selector details, anyway, it seems point...John Mark Bell2008-12-011-19/+13
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-011-17/+17
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-1/+1
* Tidy things up somewhat.John Mark Bell2008-11-281-0/+1002