index
:
libcss.git
dsilvers/calc
jmb/mq
lcneves/select-autogen
master
rjek/clang-warnings
tlsa/add-ci
tlsa/calc
tlsa/calc-wip
Cascading Style Sheets library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse
/
parse.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quirks mode parsing
John Mark Bell
2009-02-15
1
-0
/
+1
*
Port libcss to libwapcaplet.
Daniel Silverstone
2009-02-14
1
-5
/
+3
*
Drop css_error_handler and rename css_alloc to css_allocator_fn
Daniel Silverstone
2009-02-14
1
-1
/
+1
*
Retain pointer to dictionary entries so we don't have to rediscover it later.
John Mark Bell
2008-12-01
1
-1
/
+1
*
Use parserutils_hash instead of parserutils_dict.
John Mark Bell
2008-11-30
1
-2
/
+2
*
css_string is now the same as a parserutils_dict_entry. This allows us to use...
John Mark Bell
2008-11-27
1
-1
/
+3
*
Port libcss to new lpu API.
John Mark Bell
2008-11-09
1
-3
/
+3
*
Make selector token vector be associated with the ruleset, rather than having...
John Mark Bell
2008-08-05
1
-1
/
+0
*
Beginnings of a mechanism to intern known strings and compare pointers effect...
John Mark Bell
2008-08-04
1
-0
/
+3
*
Change API of event callback to return css_error (this is more useful than bool)
John Mark Bell
2008-08-04
1
-1
/
+1
*
Stub out a CSS 2.1 stage 2 parser.
John Mark Bell
2008-08-01
1
-2
/
+3
*
Generate and emit events
John Mark Bell
2008-07-30
1
-0
/
+28
*
Implement the first-stage parser.
John Mark Bell
2008-07-30
1
-0
/
+45