summaryrefslogtreecommitdiff
path: root/src/treebuilder/treebuilder.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC 4.6John Mark Bell2011-07-261-28/+8
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-201-48/+48
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-146/+252
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-041-1/+2
* 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-101-134/+114
* Actually associate textareas with formsJohn Mark Bell2009-02-201-7/+10
* And another one. Now warning free. Huzzah.John Mark Bell2009-01-081-0/+1
* C89François Revel2008-11-301-5/+12
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-091-16/+26
* 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-081-3/+0
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-071-0/+1
* Refactor the generic rcdata mode so it's more like the script collection mode...Andrew Sidwell2008-08-151-2/+0
* - Add N_ELEMENTS() macro globally rather than using sizeof(x) / sizeof(x[0])...Andrew Sidwell2008-08-111-58/+60
* Remove reminders to support UTF-16, since we don't need to anymore.Andrew Sidwell2008-08-111-3/+0
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-29/+29
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-091-2/+4
* Make scripting enable flag configurableJohn Mark Bell2008-08-041-0/+4
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-83/+32
* Make tree2 perform reference counting.John Mark Bell2008-07-151-29/+57
* Clean up the naming of a hack in the treebuilder.Andrew Sidwell2008-07-121-25/+26
* Fix the "reset the insertion mode" steps.Andrew Sidwell2008-07-111-0/+6
* Add element names to treebuilder.c, change scoping rules, and more SVG support.Andrew Sidwell2008-07-111-2/+15
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-111-70/+3
* Significantly refactor the "in foreign content" mode. Still doesn't work, bu...Andrew Sidwell2008-07-111-12/+0
* Turn on basic MathML support.Andrew Sidwell2008-07-111-1/+2
* - Refactor out a case-insensitive hubbub_string compare functionAndrew Sidwell2008-07-111-9/+13
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-111-2/+0
* - Fix html5lib test. (also committed upstream)Andrew Sidwell2008-07-111-0/+1
* Fix whitespace processing.Andrew Sidwell2008-07-111-9/+12
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-111-23/+43
* Fix whitespace processing.Andrew Sidwell2008-07-111-1/+1
* Get in-table fostering working for comments and text too.Andrew Sidwell2008-07-101-27/+40
* When handling things as "in body" in the "Anything else" section of the "in t...Andrew Sidwell2008-07-101-7/+12
* Push elements onto the stack properly even if they are foster parented in tab...Andrew Sidwell2008-07-101-7/+7
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-101-29/+36
* Make element_type_from_name() available everywhere when debugging.Andrew Sidwell2008-07-101-1/+0
* - Fix process_character_expect_whitespace()'s idea of whitespace to match cu...Andrew Sidwell2008-07-091-4/+10
* Big testing hack to print the various insertion modes the treebuilder goes th...Andrew Sidwell2008-07-091-23/+38
* Fix processing of characters in after headJohn Mark Bell2008-07-081-2/+1
* A bunch of fixes to table handlingJohn Mark Bell2008-07-071-0/+3
* Get all the treebuilder actually linking together nicely.Andrew Sidwell2008-07-031-1/+39
* Add "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-301-4/+2
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-261-11/+18
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-261-1/+70
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-261-60/+1
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+36
* Add a utility current_node() function which returns the current node.Andrew Sidwell2008-06-251-0/+14
* Update the list of implied end tags.Andrew Sidwell2008-06-241-5/+7