summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_body.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for template tag. However, the client currently doesn't support...Rupinder Singh Khokhar2014-08-011-29/+40
* Fixed a bug in cdata block tokenisation. Also fixed handling of br close tag ...Rupinder Singh Khokhar2014-08-011-1/+3
* Correctly handled NULL characters at some placesRupinder Singh Khokhar2014-08-011-0/+4
* This is perhaps the best way to treat an incoming script content_model_flag. ...Rupinder Singh Khokhar2014-08-011-3/+3
* Fixed dd/dt/li start tag handler once again. Also fixed resting of insertion ...Rupinder Singh Khokhar2014-08-011-5/+5
* Fixed some misplaced tags in in_body insertion mode. Also improved support fo...Rupinder Singh Khokhar2014-08-011-31/+50
* Small fix to handle rp/rt start tag in bodyRupinder Singh Khokhar2014-08-011-1/+24
* Added support to get attribute names & values from the context. This slows do...Rupinder Singh Khokhar2014-08-011-4/+49
* fixed handlers of table related and select related elementsRupinder Singh Khokhar2014-08-011-3/+3
* added provision to get quirks mode of document from treebuilder, assuming tre...Rupinder Singh Khokhar2014-08-011-1/+7
* fixed isindex and form start tag handlersRupinder Singh Khokhar2014-08-011-62/+70
* Fixed enumerator entries & name-type mapping. Also fixed the option/optgroup ...Rupinder Singh Khokhar2014-08-011-7/+15
* Fixing some steps in table insertion mode, handling input tagsRupinder Singh Khokhar2014-08-011-1/+21
* small fix to handle the param tag openRupinder Singh Khokhar2014-08-011-1/+4
* fixed content model switch at a place. Also added another step to handle xmp ...Rupinder Singh Khokhar2014-08-011-0/+5
* fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...Rupinder Singh Khokhar2014-08-011-31/+33
* Fixed The adoption agency & related thingsRupinder Singh Khokhar2014-08-011-32/+63
* Random rumblings-- unclean commitRupinder Singh Khokhar2014-08-011-43/+35
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-12/+10
* Fix build with GCC 4.6John Mark Bell2011-07-261-52/+19
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-151-260/+278
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-407/+720
* Sync treebuilder with specJohn Mark Bell2009-03-101-123/+254
* Fix bug 2673645John Mark Bell2009-03-091-2/+5
* Squash more doxygen warnings. Don't use html tags in comments, folks.John Mark Bell2009-01-081-25/+23
* Use doxygen to create API documentation.John Mark Bell2009-01-081-2/+5
* C89François Revel2008-11-301-27/+25
* Remove reminders to support UTF-16, since we don't need to anymore.Andrew Sidwell2008-08-111-4/+0
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-101-1/+1
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-10/+10
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-101-1/+1
* Remove some commented-out code that doesn't reflect the spec's intention. Fi...Andrew Sidwell2008-08-091-11/+3
* Make scripting enable flag configurableJohn Mark Bell2008-08-041-2/+3
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-40/+36
* Make tree2 perform reference counting.John Mark Bell2008-07-151-9/+76
* HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTS...Andrew Sidwell2008-07-111-1/+1
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-111-2/+7
* Tune up the foreign element support a bit.Andrew Sidwell2008-07-111-0/+2
* Turn on basic MathML support.Andrew Sidwell2008-07-111-4/+9
* Fix an uninitialised namespace value.Andrew Sidwell2008-07-111-0/+1
* Correctly ignore newline-only tokens in <pre> blocks.Andrew Sidwell2008-07-111-2/+3
* Fix <isindex> processing.Andrew Sidwell2008-07-111-3/+14
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-111-19/+9
* Reset current_table properly after shuffling the stack.Andrew Sidwell2008-07-101-0/+10
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-101-2/+2
* Make sure all start tags get their namespace set.Andrew Sidwell2008-07-101-0/+4
* Remove end-of-line whitespace around the adoption agency algorithm, so I don'...Andrew Sidwell2008-07-101-45/+47
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-39/+0
* Remove invalid assertion -- </form> may occur in input data before any <form>...John Mark Bell2008-07-091-4/+4