summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Refactor out a case-insensitive hubbub_string compare functionAndrew Sidwell2008-07-113-44/+23
* Export a hubbub_doctype type to create_doctype() directly, rather than passin...Andrew Sidwell2008-07-114-27/+23
* Fix an html5lib testcase (also committed upstream).Andrew Sidwell2008-07-111-1/+1
* Provide an strndup implementation for those platforms that don't have it (yay...John Mark Bell2008-07-111-0/+25
* Comment out SIGCHLD handler -- it's unnecessary afaicsJohn Mark Bell2008-07-111-1/+1
* Cast values to int to avoid warnings.John Mark Bell2008-07-112-3/+5
* Fix "in caption" handling.Andrew Sidwell2008-07-111-3/+5
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-112-11/+15
* - Fix html5lib test. (also committed upstream)Andrew Sidwell2008-07-112-1/+1
* Correctly ignore newline-only tokens in <pre> blocks.Andrew Sidwell2008-07-111-2/+3
* Fix <script> handling in "after head".Andrew Sidwell2008-07-111-0/+22
* Fix whitespace processing.Andrew Sidwell2008-07-111-9/+12
* Fix the test harness with multiline #data sections.Andrew Sidwell2008-07-111-4/+22
* Fix <isindex> processing.Andrew Sidwell2008-07-111-3/+14
* Implement the test harness' add_attribute() methodAndrew Sidwell2008-07-111-2/+26
* Fix up script and rcdata collection modes.Andrew Sidwell2008-07-112-24/+29
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-114-45/+55
* Sort out the harness' DOCTYPE prettyprinting and up in the input line length ...Andrew Sidwell2008-07-111-9/+25
* Fix whitespace processing.Andrew Sidwell2008-07-111-1/+1
* Fix up "after body" and "after after body" modes.Andrew Sidwell2008-07-112-1/+4
* Get the test harness concatenating adjacent text nodes.Andrew Sidwell2008-07-111-13/+43
* Fix the FIXME -- OS X was clearly being stupid earlier. This works fine on re...John Mark Bell2008-07-101-5/+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-102-15/+13
* Push elements onto the stack properly even if they are foster parented in tab...Andrew Sidwell2008-07-101-7/+7
* Improved dependency tracking.John Mark Bell2008-07-103-10/+71
* 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-104-33/+45
* Use correct format specifierJohn Mark Bell2008-07-101-20/+20
* Remove some unintentionally committed debug code.Andrew Sidwell2008-07-101-3/+0
* Format comments properly in text output. In the test harness. Again.Andrew Sidwell2008-07-101-2/+5
* Make sure all start tags get their namespace set.Andrew Sidwell2008-07-101-0/+4
* Fix another bug in the test harness.Andrew Sidwell2008-07-101-3/+17
* Remove end-of-line whitespace around the adoption agency algorithm, so I don'...Andrew Sidwell2008-07-101-45/+47
* Fix the test harness' implementation of reparent_children().Andrew Sidwell2008-07-101-6/+27
* Make element_type_from_name() available everywhere when debugging.Andrew Sidwell2008-07-102-1/+3
* Make the testrunner not overwrite the root node in cases like "<!DOCTYPE html...Andrew Sidwell2008-07-091-16/+24
* Make the tree-construction testrunner ns-aware.Andrew Sidwell2008-07-091-11/+42
* Add an explict null namespace to hubbub_ns.Andrew Sidwell2008-07-092-0/+5
* Fix namespaces on manufactured elements.Andrew Sidwell2008-07-094-0/+4
* Get the tree-construction testrunner checking that tests actually pass.Andrew Sidwell2008-07-091-16/+73
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-0915-57/+16
* Make the test harness ignore #document-fragment sections instead of choking o...Andrew Sidwell2008-07-091-1/+4
* - Fix process_character_expect_whitespace()'s idea of whitespace to match cu...Andrew Sidwell2008-07-093-8/+50
* Further table fixes, and minor tidying.John Mark Bell2008-07-094-12/+10
* Remove invalid assertion -- </form> may occur in input data before any <form>...John Mark Bell2008-07-091-4/+4
* Fixes for in_cell and adoption agencyJohn Mark Bell2008-07-092-11/+13
* Big testing hack to print the various insertion modes the treebuilder goes th...Andrew Sidwell2008-07-091-23/+38
* Move debugging statement for ease of debugging.Andrew Sidwell2008-07-091-1/+1
* Fix handling of non-whitespace characters in table.John Mark Bell2008-07-082-5/+14