summaryrefslogtreecommitdiff
path: root/content/fetchers/resource.c
Commit message (Collapse)AuthorAgeFilesLines
* Add arrow image to resource icons.Michael Drake2013-08-121-0/+1
|
* Add icons to resource space.Michael Drake2013-05-311-1/+4
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Downgrade TLS version support if it turns out the server can't cope with ↵John-Mark Bell2013-01-041-0/+1
| | | | TLSv1.1.
* Add about:welcome handler and enable resource:welcome.html.Michael Drake2012-07-211-0/+1
|
* Enable User CSS file.Michael Drake2012-03-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=13507
* return;John Mark Bell2011-11-271-0/+6
| | | | | | Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. svn path=/trunk/netsurf/; revision=13182
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-13/+20
| | | | svn path=/trunk/netsurf/; revision=13137
* make resource fetcher cope with missing resources gracefullyVincent Sanders2011-10-071-11/+9
| | | | svn path=/trunk/netsurf/; revision=12994
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=12982
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=12981
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+82
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=12926
* Convert fetchers to nsurl.Michael Drake2011-09-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=12910
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-4/+14
| | | | svn path=/trunk/netsurf/; revision=12891
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-231-4/+5
| | | | svn path=/trunk/netsurf/; revision=11775
* add resource handlingVincent Sanders2011-02-231-0/+277
move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772