summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
...
* fix theme commentVincent Sanders2012-06-201-2/+2
* add content handler for javascriptVincent Sanders2012-06-192-1/+10
* improve javascript supportVincent Sanders2012-06-101-7/+12
* Testament generation now supports gitDaniel Silverstone2012-06-041-8/+13
* Add support for sending DoNotTrack header.Chris Young2012-05-201-0/+4
* cleanup and reorganise low level cache source ready for extending with disc c...Vincent Sanders2012-04-281-1476/+1420
* Remove image cache status from user-facing listing.Michael Drake2012-04-131-12/+22
* More work on about:imagecache entry listing table.Michael Drake2012-04-121-21/+22
* Close paragraph tags and other minor imagecache page cleanups.Michael Drake2012-04-121-11/+13
* Make more readable and fix use double quotes for href attribute value.Michael Drake2012-04-121-3/+13
* Fix typo and unhide imagecache from about:aboutChris Young2012-04-071-1/+1
* about:imagecache gives URL links, and table is styled. This has revealed a b...Rob Kendrick2012-03-251-4/+5
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-224-33/+39
* Enable User CSS file.Michael Drake2012-03-061-0/+1
* Bypass full type sniffer if only images are acceptableJohn Mark Bell2012-02-083-3/+25
* Prevent use after free in cookie updateJohn Mark Bell2012-01-021-1/+2
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-9/+9
* Sync with specJohn Mark Bell2011-12-231-7/+7
* Fix bogus cache validation decisionJohn Mark Bell2011-12-081-1/+1
* Fix bug #3454606: prevent double free of retrieval context when downloadingJohn Mark Bell2011-12-081-11/+21
* Fix bug #3452421: retain hlcache retrieval context when reporting errors & re...John Mark Bell2011-12-061-9/+7
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-045-9/+39
* Currently untested (and unused) "drop file on content" handling, and HTML imp...Michael Drake2011-12-013-0/+17
* Pass scroll wheel action into contents. Handle scrolling of box scrollbars a...Michael Drake2011-11-293-1/+18
* Rename nsurl_enquire to nsurl_has_component.Michael Drake2011-11-272-3/+3
* return;John Mark Bell2011-11-277-5/+40
* Fix cookie expirationJohn Mark Bell2011-11-221-11/+9
* Clean up fetch callback API. Inject some long-needed type safety.John Mark Bell2011-11-088-263/+339
* Hack around curl complaining about junk gzip streamsJohn Mark Bell2011-11-051-2/+10
* Include utils.h for NOF_ELEMENTSJohn Mark Bell2011-10-271-0/+1
* Fix "about:".Michael Drake2011-10-151-1/+2
* Fix handling of URLs without an authorityJohn Mark Bell2011-10-141-17/+21
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-121-2/+22
* fix possible buffer overflowVincent Sanders2011-10-111-0/+6
* If the about handler fails to intern its strings, return the error, cleaning ...Daniel Silverstone2011-10-111-0/+6
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-101-1/+86
* make about fetcher use lwc_strings for url lookupsVincent Sanders2011-10-101-13/+32
* prevent odd curl non completion behaviourVincent Sanders2011-10-092-5/+17
* Sort out hiccough in hlcache finalisation debugDaniel Silverstone2011-10-091-1/+1
* Use malloc, memcpy instead of strdup since we have the length.Michael Drake2011-10-081-2/+3
* 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
* metadata links stored in contentsVincent Sanders2011-10-073-5/+121
* initial favicon supportVincent Sanders2011-10-061-1/+7
* Avoid making a new nsurl to remove fragment if there is no fragment.Michael Drake2011-10-051-5/+10
* Build resource: map at start timeJohn Mark Bell2011-10-052-20/+82
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-037-58/+18
* Optimise fetch item selection when fetching many items from same host.Michael Drake2011-10-021-0/+10
* Store host as lwc_string in curl fetcher and obtain it via nsurl. Clean up c...Michael Drake2011-10-011-29/+25