summaryrefslogtreecommitdiff
path: root/src/parse/important.c
Commit message (Collapse)AuthorAgeFilesLines
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-2/+2
| | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-139/+117
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-2/+1
| | | | | | | TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
* s/opcode/opcode_t/John Mark Bell2009-08-031-1/+1
| | | | svn path=/trunk/libcss/; revision=9020
* Don't intern lower-case versions of strings. Use ↵John Mark Bell2009-07-271-1/+4
| | | | | | lwc_context_string_caseless_isequal, instead. svn path=/trunk/libcss/; revision=8815
* Centralise !important handling.John Mark Bell2009-06-181-0/+415
Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856