summaryrefslogtreecommitdiff
path: root/src/treebuilder/treebuilder.c
Commit message (Expand)AuthorAgeFilesLines
* treebuilder: Fix debug build variant with new element_type_to_name().Michael Drake2021-05-271-19/+0
* Treebuilder: Allow element_type_from_name to be inlined.Michael Drake2021-05-151-23/+0
* Treebuilder: Massively optimise element type from name with gperf.Michael Drake2021-05-151-134/+6
* Treebuilder: Add some new element names.Michael Drake2020-05-221-0/+10
* Treebuilder: Reorganise name_type_map[] src to be easier to change.Michael Drake2020-05-221-48/+96
* treebuilder: Add some asserts to hopefully quieten scan-buildDaniel Silverstone2020-02-211-4/+10
* strncasecmp definition is in strings.h which was not being includedVincent Sanders2014-09-041-0/+1
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-26/+15
* Add Script complete callbackVincent Sanders2012-07-051-0/+16
* 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