summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_head_noscript.c
Commit message (Collapse)AuthorAgeFilesLines
* small fix to 'in_head_noscript' moderupindersingh/libhubbubRupinder Singh Khokhar2014-08-011-1/+2
|
* 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-4/+4
| | | | svn path=/trunk/hubbub/; revision=7082
* Get make test running again.Andrew Sidwell2008-08-151-1/+2
| | | | svn path=/trunk/hubbub/; revision=5125
* Switch to using hubbub_error for reprocessing state from just a bool, to ↵Andrew Sidwell2008-08-101-10/+10
| | | | | | 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-3/+3
| | | | | | 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 namespace awareness right through the code, in preparation for handling ↵Andrew Sidwell2008-06-261-1/+2
| | | | | | foreign content properly. svn path=/trunk/hubbub/; revision=4457
* Make everything that is meant to have processing equivalent to "in head" use ↵Andrew Sidwell2008-06-241-27/+6
| | | | | | the same code. svn path=/trunk/hubbub/; revision=4434
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ↵Andrew Sidwell2008-06-231-0/+121
get extremely long. svn path=/trunk/hubbub/; revision=4429