summaryrefslogtreecommitdiff
path: root/src/treebuilder
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make tree2 perform reference counting.John Mark Bell2008-07-156-49/+148
* Clean up the naming of a hack in the treebuilder.Andrew Sidwell2008-07-121-25/+26
* Fixes to "after after body", "after after frameset", and "in frameset" so tha...Andrew Sidwell2008-07-113-6/+28
* Fix the "reset the insertion mode" steps.Andrew Sidwell2008-07-111-0/+6
* HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTS...Andrew Sidwell2008-07-113-3/+3
* Add element names to treebuilder.c, change scoping rules, and more SVG support.Andrew Sidwell2008-07-113-6/+26
* Get SVG support up-to-spec.Andrew Sidwell2008-07-112-5/+77
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-114-73/+200
* Fix processing of end tags "in frameset".Andrew Sidwell2008-07-111-2/+0
* Reprocess tokens after breaking out of foreign content.Andrew Sidwell2008-07-111-0/+2