summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Now, since we have the support for retriving attributes from context, the for...Rupinder Singh Khokhar2014-08-011-0/+5
* Added support to get attribute names & values from the context. This slows do...Rupinder Singh Khokhar2014-08-011-5/+13
* fixed handlers of table related and select related elementsRupinder Singh Khokhar2014-08-011-1/+3
* 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-7/+7
* fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...Rupinder Singh Khokhar2014-08-011-1/+6
* Fixed The adoption agency & related thingsRupinder Singh Khokhar2014-08-011-1/+1
* Random rumblings-- unclean commitRupinder Singh Khokhar2014-08-011-3/+3
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-3/+0
* Add Script complete callbackVincent Sanders2012-07-051-0/+1
* Lose trailing commas.John Mark Bell2009-04-151-1/+1
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-151-2/+0
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-15/+22
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-041-1/+1
* Sync treebuilder with specJohn Mark Bell2009-03-101-12/+14
* Use doxygen to create API documentation.John Mark Bell2009-01-081-4/+16
* Refactor the generic rcdata mode so it's more like the script collection mode...Andrew Sidwell2008-08-151-1/+0
* Remove reminders to support UTF-16, since we don't need to anymore.Andrew Sidwell2008-08-111-0/+1
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-1/+1
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-091-1/+2
* Make scripting enable flag configurableJohn Mark Bell2008-08-041-0/+2
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-11/+10
* Make tree2 perform reference counting.John Mark Bell2008-07-151-1/+1
* HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTS...Andrew Sidwell2008-07-111-1/+1
* Add element names to treebuilder.c, change scoping rules, and more SVG support.Andrew Sidwell2008-07-111-2/+3
* Get SVG support up-to-spec.Andrew Sidwell2008-07-111-0/+2
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-111-1/+6
* Significantly refactor the "in foreign content" mode. Still doesn't work, bu...Andrew Sidwell2008-07-111-1/+0
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-111-1/+1
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-101-0/+3
* Make element_type_from_name() available everywhere when debugging.Andrew Sidwell2008-07-101-0/+3
* Implement the "in table" insertion mode, at least partially. (The adoption a...Andrew Sidwell2008-07-031-4/+15
* Add "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-301-1/+6
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-261-2/+4
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-261-0/+3
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-261-4/+0
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+3
* Add a utility current_node() function which returns the current node.Andrew Sidwell2008-06-251-0/+1
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-27/+0
* 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-7/+9
* Implement "in body" insertion mode.John Mark Bell2008-04-071-0/+190