summaryrefslogtreecommitdiff
path: root/src/treebuilder
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-013-45/+124
* Fixed some misplaced tags in in_body insertion mode. Also improved support fo...Rupinder Singh Khokhar2014-08-013-33/+55
* Small fix to handle rp/rt start tag in bodyRupinder Singh Khokhar2014-08-012-1/+26
* Added support to get attribute names & values from the context. This slows do...Rupinder Singh Khokhar2014-08-017-17/+161
* The foreign state is still bugy and fails some tests. It will be debugged aft...Rupinder Singh Khokhar2014-08-011-35/+75
* fixed handlers of table related and select related elementsRupinder Singh Khokhar2014-08-015-16/+90
* added provision to get quirks mode of document from treebuilder, assuming tre...Rupinder Singh Khokhar2014-08-015-6/+126
* 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-013-26/+48
* Fixing some steps in table insertion mode, handling input tagsRupinder Singh Khokhar2014-08-012-5/+32
* 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-013-1/+10
* fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...Rupinder Singh Khokhar2014-08-018-53/+69
* Fixed The adoption agency & related thingsRupinder Singh Khokhar2014-08-017-45/+105
* Random rumblings-- unclean commitRupinder Singh Khokhar2014-08-014-56/+86
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-144-42/+25
* Only call script complete callback if scripting is enabledVincent Sanders2012-07-051-1/+2
* Add Script complete callbackVincent Sanders2012-07-053-1/+18
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix handling of xmlns attributes on foreign content root elementsJohn Mark Bell2011-10-271-2/+3
* Fix build with GCC 4.6John Mark Bell2011-07-2616-173/+57
* Hand off comparison to utility string comparisons.John Mark Bell2009-07-121-1/+2
* Fix string comparisons.John Mark Bell2009-07-121-15/+4
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-201-48/+48
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Lose trailing commas.John Mark Bell2009-04-153-3/+3
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-152-262/+278
* Manually merge r7070 into trunkJohn Mark Bell2009-04-1524-788/+1338
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-043-3/+5
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-44/+2
* Fix typoJohn Mark Bell2009-03-111-1/+1
* 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-1019-563/+528
* Fix bug 2673645John Mark Bell2009-03-091-2/+5
* Actually associate textareas with formsJohn Mark Bell2009-02-201-7/+10
* Convert UTF-16 meta charsets to UTF-8, given we'll have auto-detected them as...John Mark Bell2009-01-231-26/+31
* And another one. Now warning free. Huzzah.John Mark Bell2009-01-081-0/+1
* Add documentation from a couple of missing parametersJohn Mark Bell2009-01-081-2/+4
* And some moreJohn Mark Bell2009-01-082-3/+3
* Squash more doxygen warnings. Don't use html tags in comments, folks.John Mark Bell2009-01-081-25/+23
* Make doxygen produce API documentation. I guess it helps if you enable the ri...John Mark Bell2009-01-081-1/+1
* Use doxygen to create API documentation.John Mark Bell2009-01-084-13/+31
* C89François Revel2008-11-307-46/+58
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-092-19/+29
* Fixup dubious charsetsJohn Mark Bell2008-10-141-0/+4
* 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-082-5/+0
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-073-0/+11
* Fix for spurious attributes on implied tbody and colgroup by takkaria.Michael Drake2008-09-061-1/+5