summaryrefslogtreecommitdiff
path: root/src/treebuilder/after_after_body.c
Commit message (Collapse)AuthorAgeFilesLines
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-8/+9
| | | | svn path=/trunk/hubbub/; revision=7082
* Switch to using hubbub_error for reprocessing state from just a bool, to ↵Andrew Sidwell2008-08-101-6/+6
| | | | | | allow for encoding change info to be returned more easily. svn path=/trunk/hubbub/; revision=4989
* Fixes to "after after body", "after after frameset", and "in frameset" so ↵Andrew Sidwell2008-07-111-1/+7
| | | | | | that the newly added tests pass. svn path=/trunk/hubbub/; revision=4624
* Fix up "after body" and "after after body" modes.Andrew Sidwell2008-07-111-0/+3
| | | | svn path=/trunk/hubbub/; revision=4583
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ↵Andrew Sidwell2008-07-091-1/+1
| | | | | | makes all the tests "pass". svn path=/trunk/hubbub/; revision=4545
* Fix an assertion.Andrew Sidwell2008-07-031-1/+1
| | | | svn path=/trunk/hubbub/; revision=4503
* Add my spangly new email address to all the files that didn't have it before.Andrew Sidwell2008-06-301-1/+1
| | | | svn path=/trunk/hubbub/; revision=4481
* Add the "after after body" insertion mode.Andrew Sidwell2008-06-301-0/+61
svn path=/trunk/hubbub/; revision=4477