summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-224-33/+39
| | | | svn path=/trunk/netsurf/; revision=13548
* Enable User CSS file.Michael Drake2012-03-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=13507
* Bypass full type sniffer if only images are acceptableJohn Mark Bell2012-02-083-3/+25
| | | | svn path=/trunk/netsurf/; revision=13436
* Prevent use after free in cookie updateJohn Mark Bell2012-01-021-1/+2
| | | | svn path=/trunk/netsurf/; revision=13365
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-9/+9
| | | | svn path=/trunk/netsurf/; revision=13354
* Sync with specJohn Mark Bell2011-12-231-7/+7
| | | | svn path=/trunk/netsurf/; revision=13329
* Fix bogus cache validation decisionJohn Mark Bell2011-12-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13261
* Fix bug #3454606: prevent double free of retrieval context when downloadingJohn Mark Bell2011-12-081-11/+21
| | | | svn path=/trunk/netsurf/; revision=13260
* Fix bug #3452421: retain hlcache retrieval context when reporting errors & ↵John Mark Bell2011-12-061-9/+7
| | | | | | rely on clients correctly releasing handles to clean up. svn path=/trunk/netsurf/; revision=13250
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-045-9/+39
| | | | svn path=/trunk/netsurf/; revision=13236
* Currently untested (and unused) "drop file on content" handling, and HTML ↵Michael Drake2011-12-013-0/+17
| | | | | | implementation. svn path=/trunk/netsurf/; revision=13214
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars ↵Michael Drake2011-11-293-1/+18
| | | | | | and iframes. svn path=/trunk/netsurf/; revision=13200
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-272-3/+3
| | | | svn path=/trunk/netsurf/; revision=13183
* return;John Mark Bell2011-11-277-5/+40
| | | | | | Fix bug #3442642: allow scheme-specific fetchers to have a say in whether an URL can be fetched. svn path=/trunk/netsurf/; revision=13182
* Fix cookie expirationJohn Mark Bell2011-11-221-11/+9
| | | | svn path=/trunk/netsurf/; revision=13161
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-088-263/+339
| | | | svn path=/trunk/netsurf/; revision=13137
* Hack around curl complaining about junk gzip streamsJohn Mark Bell2011-11-051-2/+10
| | | | svn path=/trunk/netsurf/; revision=13129
* Include utils.h for NOF_ELEMENTSJohn Mark Bell2011-10-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=13082
* Fix "about:".Michael Drake2011-10-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=13054
* Fix handling of URLs without an authorityJohn Mark Bell2011-10-141-17/+21
| | | | svn path=/trunk/netsurf/; revision=13053
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-121-2/+22
| | | | | | | remove snprintf buffer overflow possibility fix the about:imagecache fetcher to contain the output formatting and use summary information formatting svn path=/trunk/netsurf/; revision=13039
* fix possible buffer overflowVincent Sanders2011-10-111-0/+6
| | | | svn path=/trunk/netsurf/; revision=13032
* If the about handler fails to intern its strings, return the error, cleaning ↵Daniel Silverstone2011-10-111-0/+6
| | | | | | up first svn path=/trunk/netsurf/; revision=13031
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-101-1/+86
| | | | svn path=/trunk/netsurf/; revision=13030
* make about fetcher use lwc_strings for url lookupsVincent Sanders2011-10-101-13/+32
| | | | svn path=/trunk/netsurf/; revision=13029
* prevent odd curl non completion behaviourVincent Sanders2011-10-092-5/+17
| | | | svn path=/trunk/netsurf/; revision=13024
* Sort out hiccough in hlcache finalisation debugDaniel Silverstone2011-10-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=13017
* Use malloc, memcpy instead of strdup since we have the length.Michael Drake2011-10-081-2/+3
| | | | svn path=/trunk/netsurf/; revision=13006
* 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
* metadata links stored in contentsVincent Sanders2011-10-073-5/+121
| | | | | | browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977
* initial favicon supportVincent Sanders2011-10-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=12975
* Avoid making a new nsurl to remove fragment if there is no fragment.Michael Drake2011-10-051-5/+10
| | | | svn path=/trunk/netsurf/; revision=12958
* Build resource: map at start timeJohn Mark Bell2011-10-052-20/+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-037-58/+18
| | | | svn path=/trunk/netsurf/; revision=12926
* Optimise fetch item selection when fetching many items from same host.Michael Drake2011-10-021-0/+10
| | | | svn path=/trunk/netsurf/; revision=12920
* Store host as lwc_string in curl fetcher and obtain it via nsurl. Clean up ↵Michael Drake2011-10-011-29/+25
| | | | | | cached hosts on exit. svn path=/trunk/netsurf/; revision=12918
* Keep url as nsurl.Michael Drake2011-10-011-15/+14
| | | | svn path=/trunk/netsurf/; revision=12917
* Convert nsurl to string for log.Michael Drake2011-10-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=12916
* Convert fetchers to nsurl.Michael Drake2011-09-297-32/+30
| | | | svn path=/trunk/netsurf/; revision=12910
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-283-15/+20
| | | | svn path=/trunk/netsurf/; revision=12905
* Port llcache to nsurl.Michael Drake2011-09-283-154/+130
| | | | svn path=/trunk/netsurf/; revision=12904
* fetch_can_fetch can take const nsurl.Michael Drake2011-09-272-2/+2
| | | | svn path=/trunk/netsurf/; revision=12902
* Port fetch layer to nsurl. Remove unused fetch_get_referer function.Michael Drake2011-09-273-101/+123
| | | | svn path=/trunk/netsurf/; revision=12899
* Reflect differences between draft-abarth-mime-sniff-06 and ↵John Mark Bell2011-09-272-12/+81
| | | | | | | | draft-ietf-websec-mime-sniff-03 (and thus, http://mimesniff.spec.whatwg.org) In summary: audio/x-wave becomes audio/wave and we add sniffing for mp4 video svn path=/trunk/netsurf/; revision=12897
* Document fetch_add_fetcher.Michael Drake2011-09-261-0/+12
| | | | svn path=/trunk/netsurf/; revision=12892
* Fetchers register with an lwc_string, rather than a string.Michael Drake2011-09-267-55/+119
| | | | svn path=/trunk/netsurf/; revision=12891
* Disable fetch debug loops when not debugging.Michael Drake2011-09-261-5/+3
| | | | svn path=/trunk/netsurf/; revision=12890
* Remember to free host, now it's not kept for anything.Michael Drake2011-09-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=12886