summaryrefslogtreecommitdiff
path: root/render/parser_binding.h
Commit message (Collapse)AuthorAgeFilesLines
* remove parser binding layerVincent Sanders2012-07-131-63/+0
|
* alter usage of libdom hubbub bindingVincent Sanders2012-07-061-1/+2
|
* Port box construction to libdomJohn Mark Bell2012-03-241-13/+0
| | | | svn path=/trunk/netsurf/; revision=13608
* initial move to libdomVincent Sanders2012-03-231-6/+4
| | | | svn path=/trunk/netsurf/; revision=13573
* Improve performance of style selectionJohn Mark Bell2011-10-081-0/+6
| | | | svn path=/trunk/netsurf/; revision=13000
* Restartable box tree constructor. Yield between elements.John Mark Bell2011-09-291-0/+10
| | | | svn path=/trunk/netsurf/; revision=12912
* 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