summaryrefslogtreecommitdiff
path: root/render/parser_binding.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+7
| | | | svn path=/trunk/netsurf/; revision=8752
* Hubbub is no longer optional.John Mark Bell2009-04-171-2/+0
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-0/+8
| | | | | | | | Please can we dispense with the libxml binding? It's causing much #ifdef mess. Fix encoding of <input type=image> names -- previously were output as raw utf-8, rather than in the submission charset. Actually bother to destroy forms in a document, and the controls associated with them. We still leak non form-associated controls, but that's too much effort to fix right now. svn path=/trunk/netsurf/; revision=6573
* Port to new hubbub parser APIJohn Mark Bell2008-11-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=5669
* Rework html parser bindings to have a common API and reside in separate ↵John Mark Bell2008-09-231-0/+48
files for ease of reading. Add error handling to hubbub binding. svn path=/trunk/netsurf/; revision=5404