summaryrefslogtreecommitdiff
path: root/content/fetchers/resource.c
Commit message (Expand)AuthorAgeFilesLines
* Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-041-0/+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
* return;John Mark Bell2011-11-271-0/+6
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-081-13/+20
* make resource fetcher cope with missing resources gracefullyVincent Sanders2011-10-071-11/+9
* use resource:favicon.ico instead of resource:favicon.pngVincent Sanders2011-10-071-1/+1
* fix favicon default selection for non http(s) urlsVincent Sanders2011-10-071-0/+1
* Build resource: map at start timeJohn Mark Bell2011-10-051-18/+82
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-0/+1
* Convert fetchers to nsurl.Michael Drake2011-09-291-3/+3
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-261-4/+14
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-231-4/+5
* add resource handlingVincent Sanders2011-02-231-0/+277