summaryrefslogtreecommitdiff
path: root/src/treebuilder/treebuilder.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-836/+2
* Add a stubbed "in foreign content" state for the treebuilder.Andrew Sidwell2008-06-231-0/+1
* Update the treebuilder so it's closer to current spec (I'm sure I've missed s...Andrew Sidwell2008-06-231-25/+62
* Implement "in body" insertion mode.John Mark Bell2008-04-071-431/+370
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-211-10/+12
* 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-111-0/+175
* More treebuilder (8.2.4.8)John Mark Bell2008-03-111-108/+255
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-111-1/+805
* Beginnings of a tree builder.John Mark Bell2008-03-071-0/+196