index
:
libhubbub.git
chris/amiga-lib
master
rupindersingh/libhubbub
rupindersingh/test
HTML5 parser library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tokeniser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an explict null namespace to hubbub_ns.
Andrew Sidwell
2008-07-09
1
-0
/
+4
*
Add the basics of namespace support.
Andrew Sidwell
2008-06-26
1
-0
/
+1
*
Add CDATA tests and the infrastructure to support them.
Andrew Sidwell
2008-06-19
2
-0
/
+6
*
Fix assert()s, and only compile the preceding line when debugging to avoid wa...
Andrew Sidwell
2008-06-19
1
-4
/
+8
*
Use assert() instead of abort() or returning NULL in code that should not be ...
Andrew Sidwell
2008-06-19
1
-24
/
+10
*
Fix remaining issues with byte-by-byte tokenisation.
Andrew Sidwell
2008-06-19
1
-10
/
+17
*
Fix entity tokenisation when data is given one byte at a time.
Andrew Sidwell
2008-06-18
1
-7
/
+14
*
Fix remaining issues around passing the testsuite, and make sure all the toke...
Andrew Sidwell
2008-06-18
1
-142
/
+2
*
Get more tests passing.
Andrew Sidwell
2008-06-18
1
-7
/
+96
*
Fix tokenisation of attributes.
Andrew Sidwell
2008-06-17
1
-2
/
+2
*
Bring the "before attribute name" state in line with the spec; this with the ...
Andrew Sidwell
2008-06-17
1
-1
/
+1
*
Fix a problem with self-closing tags emitting bogus extra character tokens.
Andrew Sidwell
2008-06-17
1
-0
/
+1
*
Fix some doctype bugs.
Andrew Sidwell
2008-06-17
1
-3
/
+4
*
Fix up the comment states some more.
Andrew Sidwell
2008-06-17
1
-31
/
+39
*
Fix up the comment start dash state a bit; now on the third set of tests.
Andrew Sidwell
2008-06-17
1
-8
/
+4
*
Remove a stray printf().
Andrew Sidwell
2008-06-17
1
-2
/
+0
*
Fix entity consumption. This gets us to the second set of html5lib tests.
Andrew Sidwell
2008-06-17
1
-35
/
+54
*
Prevent an infinite loop; get entity matcher a tiny bit further towards compl...
Andrew Sidwell
2008-06-16
1
-0
/
+3
*
Remove dead code.
Andrew Sidwell
2008-06-16
1
-5
/
+0
*
Was a little too hasty in the previous commit-- the same thing was done earli...
Andrew Sidwell
2008-06-16
1
-2
/
+0
*
Ensure the "additional allowed character" in the "consume a character referen...
Andrew Sidwell
2008-06-16
1
-0
/
+1
*
- Move away from using inputstream_push_back() and instead use _rewind() for...
Andrew Sidwell
2008-06-16
1
-42
/
+25
*
Update the tokeniser to the 2008-06-15 draft.
Andrew Sidwell
2008-06-16
1
-19
/
+18
*
Update the tokeniser to the 2008-06-09 version of the spec. There are still ...
Andrew Sidwell
2008-06-16
1
-95
/
+1072
*
Add the current entity list from the HTML5 spec.
Andrew Sidwell
2008-06-16
1
-259
/
+2137
*
Rework buildsystem so that it no longer calls make recursively and rebuilds t...
John Mark Bell
2008-04-07
1
-43
/
+36
*
hubbub_strings may now be either an offset into the data buffer or a pointer ...
John Mark Bell
2008-03-21
1
-49
/
+64
*
Import hubbub -- an HTML parsing library.
John Mark Bell
2007-06-23
5
-0
/
+2794