summaryrefslogtreecommitdiff
path: root/src/treebuilder
Commit message (Expand)AuthorAgeFilesLines
* treebuilder: Fix debug build variant with new element_type_to_name().Michael Drake2021-05-273-19/+27
* treebuilder: Add global table option to allow reuse of wordlist.Michael Drake2021-05-271-0/+1
* treebuilder: Return to running gperf at build time.Michael Drake2021-05-275-728/+45
* treebuilder: Include generated element type lookup source.Michael Drake2021-05-242-7/+706
* Treebuilder: Allow element_type_from_name to be inlined.Michael Drake2021-05-153-26/+26
* Treebuilder: Massively optimise element type from name with gperf.Michael Drake2021-05-155-161/+194
* Treebuilder: Add some new element names.Michael Drake2020-05-223-15/+28
* Treebuilder: Reorganise name_type_map[] src to be easier to change.Michael Drake2020-05-221-48/+96
* treebuilder: Add some asserts to hopefully quieten scan-buildDaniel Silverstone2020-02-211-4/+10
* strncasecmp definition is in strings.h which was not being includedVincent Sanders2014-09-041-0/+1
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-144-42/+25
* Only call script complete callback if scripting is enabledVincent Sanders2012-07-051-1/+2
* Add Script complete callbackVincent Sanders2012-07-053-1/+18
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix handling of xmlns attributes on foreign content root elementsJohn Mark Bell2011-10-271-2/+3
* Fix build with GCC 4.6John Mark Bell2011-07-2616-173/+57
* Hand off comparison to utility string comparisons.John Mark Bell2009-07-121-1/+2
* Fix string comparisons.John Mark Bell2009-07-121-15/+4
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-201-48/+48
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Lose trailing commas.John Mark Bell2009-04-153-3/+3
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-152-262/+278
* Manually merge r7070 into trunkJohn Mark Bell2009-04-1524-788/+1338
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-043-3/+5
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-44/+2
* Fix typoJohn Mark Bell2009-03-111-1/+1
* Fix form association. It kinda helps to associate the form-related object, ra...John Mark Bell2009-03-101-3/+2
* Sync treebuilder with specJohn Mark Bell2009-03-1019-563/+528
* Fix bug 2673645John Mark Bell2009-03-091-2/+5
* Actually associate textareas with formsJohn Mark Bell2009-02-201-7/+10
* Convert UTF-16 meta charsets to UTF-8, given we'll have auto-detected them as...John Mark Bell2009-01-231-26/+31
* And another one. Now warning free. Huzzah.John Mark Bell2009-01-081-0/+1
* Add documentation from a couple of missing parametersJohn Mark Bell2009-01-081-2/+4
* And some moreJohn Mark Bell2009-01-082-3/+3
* Squash more doxygen warnings. Don't use html tags in comments, folks.John Mark Bell2009-01-081-25/+23
* Make doxygen produce API documentation. I guess it helps if you enable the ri...John Mark Bell2009-01-081-1/+1
* Use doxygen to create API documentation.John Mark Bell2009-01-084-13/+31
* C89François Revel2008-11-307-46/+58
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-092-19/+29
* Fixup dubious charsetsJohn Mark Bell2008-10-141-0/+4
* Ensure we unref collect node if it still exists when we come to destroy the t...John Mark Bell2008-09-181-0/+6
* Lose redundant todosJohn Mark Bell2008-09-082-5/+0
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-073-0/+11
* Fix for spurious attributes on implied tbody and colgroup by takkaria.Michael Drake2008-09-061-1/+5
* Refactor the generic rcdata mode so it's more like the script collection mode...Andrew Sidwell2008-08-154-39/+32
* Get make test running again.Andrew Sidwell2008-08-151-1/+2
* Fix script collection now that pointers can change between calls.Andrew Sidwell2008-08-131-34/+30
* - Add N_ELEMENTS() macro globally rather than using sizeof(x) / sizeof(x[0])...Andrew Sidwell2008-08-112-60/+60
* Remove reminders to support UTF-16, since we don't need to anymore.Andrew Sidwell2008-08-115-9/+1
* Bring the treebuilder up-to-date with spec.Andrew Sidwell2008-08-111-6/+4