summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-104-7/+74
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-105-25/+6
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-1027-209/+214
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-108-30/+8
* Propagate more return codes up the chain from the token emitter.Andrew Sidwell2008-08-091-55/+38
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-093-5/+10
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-093-229/+241
* Remove some commented-out code that doesn't reflect the spec's intention. Fi...Andrew Sidwell2008-08-091-11/+3
* Remove "spec up to date" lines in source.Andrew Sidwell2008-08-094-8/+1
* Bring encoding detection tests up-to-date with html5lib, fix Hubbub-specific ...Andrew Sidwell2008-08-091-51/+109
* Make scripting enable flag configurableJohn Mark Bell2008-08-046-4/+20
* Really fix handling of entities in attributesJohn Mark Bell2008-08-041-1/+1
* Fix previous commit.Andrew Sidwell2008-08-041-6/+14
* Fix bug in hubbub & html5lib tests relating to parsing entities ending withou...Andrew Sidwell2008-08-041-1/+1
* Micro-optimisationAndrew Sidwell2008-08-041-2/+1
* Rearrange emitting functions so they're all clumped together at the bottom of...Andrew Sidwell2008-08-041-162/+172
* Refactor tokeniser token-emitting bits to remove unnecessary conditionals.Andrew Sidwell2008-08-041-63/+62
* Fix buildsystem for cross compilationJohn Mark Bell2008-08-031-2/+2
* Change tokeniser->context.chars from a hubbub_string whose ptr part is never ...Andrew Sidwell2008-08-031-158/+155
* Remove some excessive indentation.Andrew Sidwell2008-08-031-27/+23
* Remove the now-unnecessary COLLECT_*NOBUF() macros, replace them with the sin...Andrew Sidwell2008-08-031-79/+68
* Remove tokeniser->to_buf, SWITCH(), and COLLECT_CHAR(), none of which are now...Andrew Sidwell2008-08-031-54/+26
* - Replace NDEBUG #ifdefs with #if 0s, to avoid slowing down Hubbub when prof...Andrew Sidwell2008-08-031-44/+22
* Stop pretending Hubbub has an internal encoding.Andrew Sidwell2008-08-021-2/+1
* Fix copy-and-paste error in previous commit.Andrew Sidwell2008-07-311-1/+1
* Handle CRs correctly everwhere.Andrew Sidwell2008-07-311-3/+123
* Handle NUL properly everywhere it should be.Andrew Sidwell2008-07-311-5/+12
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-3145-8136/+1862
* Make tree2 perform reference counting.John Mark Bell2008-07-156-49/+148
* Clean up the naming of a hack in the treebuilder.Andrew Sidwell2008-07-121-25/+26
* Fixes to "after after body", "after after frameset", and "in frameset" so tha...Andrew Sidwell2008-07-113-6/+28
* Fix the "reset the insertion mode" steps.Andrew Sidwell2008-07-111-0/+6
* HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTS...Andrew Sidwell2008-07-113-3/+3
* Add element names to treebuilder.c, change scoping rules, and more SVG support.Andrew Sidwell2008-07-113-6/+26
* Get SVG support up-to-spec.Andrew Sidwell2008-07-112-5/+77
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-114-73/+200
* Fix processing of end tags "in frameset".Andrew Sidwell2008-07-111-2/+0
* Reprocess tokens after breaking out of foreign content.Andrew Sidwell2008-07-111-0/+2
* Implement the "in scope" bit of "if is no element in scope that has a namespa...Andrew Sidwell2008-07-111-1/+13
* Add some comments and remember to switch back to in "in foreign content" afte...Andrew Sidwell2008-07-111-4/+15
* Significantly refactor the "in foreign content" mode. Still doesn't work, bu...Andrew Sidwell2008-07-113-74/+50
* Tune up the foreign element support a bit.Andrew Sidwell2008-07-112-4/+17
* Turn on basic MathML support.Andrew Sidwell2008-07-113-11/+31
* Fix an uninitialised namespace value.Andrew Sidwell2008-07-111-0/+1
* Commit hubbub_string_match_ci().Andrew Sidwell2008-07-112-0/+28
* - 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-111-3/+2
* Fix "in caption" handling.Andrew Sidwell2008-07-111-3/+5
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-111-2/+0
* - Fix html5lib test. (also committed upstream)Andrew Sidwell2008-07-111-0/+1