summaryrefslogtreecommitdiff
path: root/src/treebuilder/after_frameset.c
Commit message (Collapse)AuthorAgeFilesLines
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-4/+8
| | | | svn path=/trunk/hubbub/; revision=7082
* Simplify in_head.c; make sure return codes from handle_in_head() get ↵Andrew Sidwell2008-08-101-1/+1
| | | | | | propagated properly. svn path=/trunk/hubbub/; revision=4990
* Switch to using hubbub_error for reprocessing state from just a bool, to ↵Andrew Sidwell2008-08-101-3/+3
| | | | | | allow for encoding change info to be returned more easily. svn path=/trunk/hubbub/; revision=4989
* Remove process_in_head(), since it was identical in behaviour to ↵Andrew Sidwell2008-08-101-1/+1
| | | | | | handle_in_head(). Remove prototypes for functions no longer existent. svn path=/trunk/hubbub/; revision=4987
* 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
* 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
* Implement "after frameset" mode.Andrew Sidwell2008-06-301-0/+78
svn path=/trunk/hubbub/; revision=4479