summaryrefslogtreecommitdiff
path: root/content/content_factory.c
Commit message (Collapse)AuthorAgeFilesLines
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-0/+3
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-3/+11
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Sniff content types where appropriate.John Mark Bell2011-09-041-20/+21
| | | | | | We never sniff for CSS, nor for non-page artefacts (e.g. treeview icons) svn path=/trunk/netsurf/; revision=12707
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12704
* Refactor http utilitiesJohn Mark Bell2011-07-081-35/+11
| | | | svn path=/trunk/netsurf/; revision=12595
* Clean up after content factoryJohn Mark Bell2011-05-161-0/+18
| | | | svn path=/trunk/netsurf/; revision=12415
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+195
svn path=/trunk/netsurf/; revision=12283