summaryrefslogtreecommitdiff
path: root/src/treebuilder/treebuilder.c
Commit message (Expand)AuthorAgeFilesLines
* appending to formatting list makes use of comparing the attributes. Since we ...Rupinder Singh Khokhar2014-08-011-2/+31
* Now, since we have the support for retriving attributes from context, the for...Rupinder Singh Khokhar2014-08-011-0/+68
* Small fix to handle rp/rt start tag in bodyRupinder Singh Khokhar2014-08-011-0/+2
* Added support to get attribute names & values from the context. This slows do...Rupinder Singh Khokhar2014-08-011-6/+75
* fixed handlers of table related and select related elementsRupinder Singh Khokhar2014-08-011-0/+43
* added provision to get quirks mode of document from treebuilder, assuming tre...Rupinder Singh Khokhar2014-08-011-0/+1
* Fixed enumerator entries & name-type mapping. Also fixed the option/optgroup ...Rupinder Singh Khokhar2014-08-011-12/+26
* fixed content model switch at a place. Also added another step to handle xmp ...Rupinder Singh Khokhar2014-08-011-1/+1
* fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...Rupinder Singh Khokhar2014-08-011-10/+20
* Fixed The adoption agency & related thingsRupinder Singh Khokhar2014-08-011-2/+31
* Random rumblings-- unclean commitRupinder Singh Khokhar2014-08-011-5/+15
* 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