summaryrefslogtreecommitdiff
path: root/content/fetchers/resource.h
Commit message (Collapse)AuthorAgeFilesLines
* update fetcher registration API to return an error code.Vincent Sanders2014-10-251-2/+5
| | | | | | | | By using an error code return we can gracefully handle fetcher registration faliures instead of just immediately aborting. The curl handler was also cleaned up and documentation improved as a side effect.
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-1/+1
|
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-13/+0
| | | | svn path=/trunk/netsurf/; revision=12926
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
| | | | svn path=/trunk/netsurf/; revision=12083
* add resource handlingVincent Sanders2011-02-231-0/+38
move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772