summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_frameset.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with GCC 4.6John Mark Bell2011-07-261-3/+1
| | | | svn path=/trunk/hubbub/; revision=12628
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-11/+15
| | | | svn path=/trunk/hubbub/; revision=7082
* Sync treebuilder with specJohn Mark Bell2009-03-101-2/+2
| | | | svn path=/trunk/hubbub/; revision=6764
* 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
* Fixes to "after after body", "after after frameset", and "in frameset" so ↵Andrew Sidwell2008-07-111-2/+8
| | | | | | that the newly added tests pass. svn path=/trunk/hubbub/; revision=4624
* Fix processing of end tags "in frameset".Andrew Sidwell2008-07-111-2/+0
| | | | svn path=/trunk/hubbub/; revision=4612
* 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 process_character_expect_whitespace()'s idea of whitespace to match ↵Andrew Sidwell2008-07-091-2/+4
| | | | | | | | | | current spec. - Add a few more asserts (they can't hurt). - Fix infinite loop "in frameset" - Make the "after body" mode behave properly wrt character data svn path=/trunk/hubbub/; revision=4543
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-031-0/+4
| | | | svn path=/trunk/hubbub/; revision=4502
* 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 "in frameset" tree construction mode.Andrew Sidwell2008-06-301-0/+92
svn path=/trunk/hubbub/; revision=4478