summaryrefslogtreecommitdiff
path: root/src/treebuilder
Commit message (Expand)AuthorAgeFilesLines
* Only call script complete callback if scripting is enabledVincent Sanders2012-07-051-1/+2
* Add Script complete callbackVincent Sanders2012-07-053-1/+18
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix handling of xmlns attributes on foreign content root elementsJohn Mark Bell2011-10-271-2/+3
* Fix build with GCC 4.6John Mark Bell2011-07-2616-173/+57
* Hand off comparison to utility string comparisons.John Mark Bell2009-07-121-1/+2
* Fix string comparisons.John Mark Bell2009-07-121-15/+4
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-201-48/+48
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Lose trailing commas.John Mark Bell2009-04-153-3/+3
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-152-262/+278
* Manually merge r7070 into trunkJohn Mark Bell2009-04-1524-788/+1338
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-043-3/+5
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-44/+2
* Fix typoJohn Mark Bell2009-03-111-1/+1
* Fix form association. It kinda helps to associate the form-related object, ra...John Mark Bell2009-03-101-3/+2
* Sync treebuilder with specJohn Mark Bell2009-03-1019-563/+528
* Fix bug 2673645John Mark Bell2009-03-091-2/+5
* Actually associate textareas with formsJohn Mark Bell2009-02-201-7/+10
* Convert UTF-16 meta charsets to UTF-8, given we'll have auto-detected them as...John Mark Bell2009-01-231-26/+31
* And another one. Now warning free. Huzzah.John Mark Bell2009-01-081-0/+1
* Add documentation from a couple of missing parametersJohn Mark Bell2009-01-081-2/+4
* And some moreJohn Mark Bell2009-01-082-3/+3
* Squash more doxygen warnings. Don't use html tags in comments, folks.John Mark Bell2009-01-081-25/+23
* Make doxygen produce API documentation. I guess it helps if you enable the ri...John Mark Bell2009-01-081-1/+1
* Use doxygen to create API documentation.John Mark Bell2009-01-084-13/+31
* C89François Revel2008-11-307-46/+58
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-092-19/+29
* Fixup dubious charsetsJohn Mark Bell2008-10-141-0/+4
* Ensure we unref collect node if it still exists when we come to destroy the t...John Mark Bell2008-09-181-0/+6
* Lose redundant todosJohn Mark Bell2008-09-082-5/+0
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-073-0/+11
* Fix for spurious attributes on implied tbody and colgroup by takkaria.Michael Drake2008-09-061-1/+5
* Refactor the generic rcdata mode so it's more like the script collection mode...Andrew Sidwell2008-08-154-39/+32
* Get make test running again.Andrew Sidwell2008-08-151-1/+2
* Fix script collection now that pointers can change between calls.Andrew Sidwell2008-08-131-34/+30
* - Add N_ELEMENTS() macro globally rather than using sizeof(x) / sizeof(x[0])...Andrew Sidwell2008-08-112-60/+60
* Remove reminders to support UTF-16, since we don't need to anymore.Andrew Sidwell2008-08-115-9/+1
* Bring the treebuilder up-to-date with spec.Andrew Sidwell2008-08-111-6/+4
* Move one step closer to getting encoding changes working.Andrew Sidwell2008-08-111-6/+12
* Make the encoding change callback send the textual name rather than the miben...Andrew Sidwell2008-08-101-2/+6
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-101-5/+67
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-105-25/+6
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-1026-209/+211
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-108-30/+8
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-092-3/+6
* Remove some commented-out code that doesn't reflect the spec's intention. Fi...Andrew Sidwell2008-08-091-11/+3
* Remove "spec up to date" lines in source.Andrew Sidwell2008-08-094-8/+1
* Make scripting enable flag configurableJohn Mark Bell2008-08-045-4/+13
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-3116-197/+115