summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Commit the relevant header files for r4354-r4356.Andrew Sidwell2008-06-161-1/+9
* Update the testsuite to match the tokeniser. Also, import new html5lib tests...Andrew Sidwell2008-06-1613-76/+3306
* Update the tokeniser to the 2008-06-09 version of the spec. There are still ...Andrew Sidwell2008-06-161-95/+1072
* Add the current entity list from the HTML5 spec.Andrew Sidwell2008-06-161-259/+2137
* Add a doxygen configuration file.Andrew Sidwell2008-06-151-0/+1356
* Mark "coverage" and "profile" targets as phonyJohn Mark Bell2008-06-081-1/+2
* Add a "coverage" target (like libcss) which runs lcov for nice-looking covera...Andrew Sidwell2008-06-083-2/+35
* Add a script that fetches the current HTML5 entity list and parses it into a ...Andrew Sidwell2008-05-153-0/+26
* Whoops. Missed the makefile for src/treebuilderJohn Mark Bell2008-04-071-43/+36
* Rework buildsystem so that it no longer calls make recursively and rebuilds t...John Mark Bell2008-04-0712-367/+421
* Implement "in body" insertion mode.John Mark Bell2008-04-0711-458/+2597
* Fix recalculation of used document buffer length after resizing when the last...John Mark Bell2008-04-075-23/+106
* Drop usage of inline as it's invalidJohn Mark Bell2008-03-234-28/+28
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-218-100/+142
* Fix off-by-one in detecting when element stack needs enlargingJohn Mark Bell2008-03-141-1/+1
* More treebuilder (8.2.4.11 & 8.2.4.12)John Mark Bell2008-03-141-37/+262
* More treebuilder (8.2.4.10)John Mark Bell2008-03-141-8/+497
* More treebuilder (8.2.4.9)John Mark Bell2008-03-121-113/+242
* More treebuilder (really 8.2.4.8 this time)John Mark Bell2008-03-114-0/+201
* More treebuilder (8.2.4.8)John Mark Bell2008-03-118-113/+596
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-116-6/+829
* Test page that breaks libxmlJohn Mark Bell2008-03-102-0/+70
* Beginnings of a tree builder.John Mark Bell2008-03-078-11/+468
* Improve error handlingJohn Mark Bell2008-03-051-10/+20
* Add testcase of page with initial close tagJohn Mark Bell2008-03-053-1/+13
* Warning fixesJohn Mark Bell2007-07-102-1/+3
* Silence cast alignment warningsJohn Mark Bell2007-06-242-13/+15
* Add UTF-16 input stream.John Mark Bell2007-06-2412-4/+1689
* Fix broken guard macroJohn Mark Bell2007-06-241-1/+1
* Remove large testdata (and set svn:ignore on it)John Mark Bell2007-06-232-41272/+1
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-2381-0/+56908