summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_frameset.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC 4.6John Mark Bell2011-07-261-3/+1
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-11/+15
* Sync treebuilder with specJohn Mark Bell2009-03-101-2/+2
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-101-1/+1
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-3/+3
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-101-1/+1
* Fixes to "after after body", "after after frameset", and "in frameset" so tha...Andrew Sidwell2008-07-111-2/+8
* Fix processing of end tags "in frameset".Andrew Sidwell2008-07-111-2/+0
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-1/+1
* - Fix process_character_expect_whitespace()'s idea of whitespace to match cu...Andrew Sidwell2008-07-091-2/+4
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-031-0/+4
* Add my spangly new email address to all the files that didn't have it before.Andrew Sidwell2008-06-301-1/+1
* Implement "in frameset" tree construction mode.Andrew Sidwell2008-06-301-0/+92