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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Divorce css_string from whatever gets stored in lpu hashes.
John Mark Bell
2008-12-01
1
-3
/
+3
*
More modifications to allow numerous iterations for profiling.
John Mark Bell
2008-11-30
3
-73
/
+88
*
Modify to allow a configurable number of iterations for profiling.
John Mark Bell
2008-11-30
1
-27
/
+43
*
Use parserutils_hash instead of parserutils_dict.
John Mark Bell
2008-11-30
1
-3
/
+3
*
css_string is now the same as a parserutils_dict_entry. This allows us to use...
John Mark Bell
2008-11-27
4
-25
/
+31
*
Fix rounding when fractional part is close to 1.
John Mark Bell
2008-11-24
1
-0
/
+6
*
Fix number parsing and make test code automatically determine correctness.
John Mark Bell
2008-11-24
2
-12
/
+102
*
Some kind of testsuite for number parsing.
John Mark Bell
2008-11-23
5
-1
/
+177
*
Port css21 frontend to new object API
John Mark Bell
2008-11-09
1
-3
/
+2
*
Port libcss to new lpu API.
John Mark Bell
2008-11-09
3
-13
/
+10
*
Support signs on numbers, percentages, and dimensions
John Mark Bell
2008-10-27
2
-0
/
+49
*
Provide an internal mechanism for dumping stylesheets to a file handle.
John Mark Bell
2008-10-19
1
-1
/
+3
*
Modify CSS2.1 frontend test driver to use the public stylesheet API.
John Mark Bell
2008-09-25
1
-21
/
+9
*
Fix compilation of test drivers on 64bit platforms.
John Mark Bell
2008-09-05
3
-17
/
+28
*
Dependency tracking
John Mark Bell
2008-09-05
1
-1
/
+19
*
Fix testutils line reader
John Mark Bell
2008-09-05
1
-1
/
+1
*
Minor changes.
John Mark Bell
2008-09-05
1
-1
/
+14
*
Add test case for broken comment in rule on haiku-os site.
Michael Drake
2008-08-28
2
-0
/
+32
*
Make selector token vector be associated with the ruleset, rather than having...
John Mark Bell
2008-08-05
1
-1
/
+1
*
Change API of event callback to return css_error (this is more useful than bool)
John Mark Bell
2008-08-04
1
-3
/
+3
*
Only intern strings when we get a token from the lexer. Strings in tokens tha...
John Mark Bell
2008-08-01
2
-2
/
+2
*
Stub out a CSS 2.1 stage 2 parser.
John Mark Bell
2008-08-01
4
-4
/
+96
*
Allow silencing of parser test driver.
John Mark Bell
2008-08-01
1
-0
/
+6
*
Fix handling of empty strings.
John Mark Bell
2008-08-01
3
-0
/
+7
*
Fix at-rule processing.
John Mark Bell
2008-07-31
2
-1
/
+9
*
Something approximating recovery from malformed at-rules.
John Mark Bell
2008-07-31
1
-0
/
+1
*
Improve recovery from malformed declarations
John Mark Bell
2008-07-31
1
-0
/
+3
*
Generate and emit events
John Mark Bell
2008-07-30
1
-0
/
+38
*
Implement error recovery for malformed declarations.
John Mark Bell
2008-07-30
2
-0
/
+9
*
Implement the first-stage parser.
John Mark Bell
2008-07-30
5
-1
/
+92
*
Whoops. Missed this when adding the invalid string stuff.
John Mark Bell
2008-07-15
1
-0
/
+3
*
Correctly process unterminated strings.
John Mark Bell
2008-06-26
2
-1
/
+89
*
A more complex test, taken from the CSS3 syntax module
John Mark Bell
2008-05-05
2
-0
/
+30
*
Match expected token data with that output by the lexer.
John Mark Bell
2008-05-05
2
-4
/
+59
*
Fix testdriver to accept # in input
John Mark Bell
2008-05-03
2
-5
/
+624
*
Testdriver for automated lexer tests. This needs a little more work to verify...
John Mark Bell
2008-05-01
6
-1
/
+302
*
Import beginnings of a CSS parsing library.
John Mark Bell
2008-05-01
15
-0
/
+54007