summaryrefslogtreecommitdiff
path: root/content
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12094
* set hidden flag for more about: pagesVincent Sanders2011-03-171-6/+6
| | | | svn path=/trunk/netsurf/; revision=12093
* Less bloated "license" spelling handler.Michael Drake2011-03-171-12/+1
| | | | svn path=/trunk/netsurf/; revision=12092
* Retabify about.c since I had previously moosed itDaniel Silverstone2011-03-171-39/+39
| | | | svn path=/trunk/netsurf/; revision=12091
* Skip duplicates on about:about.Michael Drake2011-03-171-8/+14
| | | | svn path=/trunk/netsurf/; revision=12090
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-172-2/+2
| | | | svn path=/trunk/netsurf/; revision=12089
* implement about:aboutVincent Sanders2011-03-171-2/+77
| | | | svn path=/trunk/netsurf/; revision=12085
* Improve options outputVincent Sanders2011-03-171-10/+7
| | | | | | improve options:config styling svn path=/trunk/netsurf/; revision=12084
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
| | | | svn path=/trunk/netsurf/; revision=12083
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+12
| | | | svn path=/trunk/netsurf/; revision=12076
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-152-0/+16
| | | | | | | add interface to clone a high level cache handle make generic printing core call new hlcache interface svn path=/trunk/netsurf/; revision=12068
* Move schedule.h to utils/John Mark Bell2011-03-132-2/+2
| | | | svn path=/trunk/netsurf/; revision=12039
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-132-3/+12
| | | | svn path=/trunk/netsurf/; revision=12036
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-135-45/+53
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* Add hostname and pathDaniel Silverstone2011-03-131-0/+8
| | | | svn path=/trunk/netsurf/; revision=12023
* Slightly better out-of-svn build infoDaniel Silverstone2011-03-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=12022
* Initial testament functionalityDaniel Silverstone2011-03-131-0/+84
| | | | svn path=/trunk/netsurf/; revision=12020
* Move directory listing CSS to resource:internal.css.Michael Drake2011-03-131-21/+4
| | | | svn path=/trunk/netsurf/; revision=12017
* Instead of deleting the early scheduled poll, simply always add another poll ↵Daniel Silverstone2011-03-121-2/+4
| | | | | | if cURL thinks there might be work to do later svn path=/trunk/netsurf/; revision=12003
* Make about:config a bit nicer, if resource: is implemented on your front end.Michael Drake2011-03-121-6/+20
| | | | svn path=/trunk/netsurf/; revision=11999
* fix about:licence Vincent Sanders2011-03-121-0/+13
| | | | svn path=/trunk/netsurf/; revision=11996
* I hate this, but it helps to prevent stalling during early fetch stages with ↵Daniel Silverstone2011-03-121-2/+12
| | | | | | curl svn path=/trunk/netsurf/; revision=11986
* Stop pretending to support anything other than HTTP(s)John Mark Bell2011-03-121-2/+4
| | | | svn path=/trunk/netsurf/; revision=11966
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-102-5/+4
| | | | svn path=/trunk/netsurf/; revision=11964
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-062-3/+3
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-053-1/+27
| | | | | | image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-033-1/+5
| | | | svn path=/trunk/netsurf/; revision=11898
* Protect against object being cleaned while waiting for a query responseJohn Mark Bell2011-03-031-3/+15
| | | | svn path=/trunk/netsurf/; revision=11894
* Pass content msg redraw coords as ints.Michael Drake2011-03-021-3/+3
| | | | svn path=/trunk/netsurf/; revision=11893
* Purge CONTENT_STATUS_TYPE_UNKNOWNJohn Mark Bell2011-02-283-10/+4
| | | | svn path=/trunk/netsurf/; revision=11861
* Remove bogus assertions: content handlers which spawn fetches may not ↵John Mark Bell2011-02-281-7/+0
| | | | | | transition out of the LOADING state until after the fetches have completed. svn path=/trunk/netsurf/; revision=11860
* Unlock the content when transitioning into the READY state.John Mark Bell2011-02-281-5/+18
| | | | svn path=/trunk/netsurf/; revision=11859
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-8/+2
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850
* Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm ↵John Mark Bell2011-02-251-15/+13
| | | | | | specified in the header svn path=/trunk/netsurf/; revision=11793
* Make no-cache a tristate. In the case of a forced reload, we want to ↵John Mark Bell2011-02-241-6/+21
| | | | | | revalidate once only. svn path=/trunk/netsurf/; revision=11791
* Revert the functional change from r11789: the no-cache directive forces us ↵John Mark Bell2011-02-241-1/+0
| | | | | | to revalidate a cached object, not reject it entirely. svn path=/trunk/netsurf/; revision=11790
* Ensure cache hits after a forced reload -- don't even attempt to reuse ↵John Mark Bell2011-02-241-3/+6
| | | | | | objects with the no_cache flag set (as they'll never be considered fresh, thus requiring a round trip to the server every time they're used). Instead, we'll fetch a new object, which will be considered fresh for caching purposes. svn path=/trunk/netsurf/; revision=11789
* Use cache control data invalidation function everywhere we want the cache ↵John Mark Bell2011-02-241-14/+14
| | | | | | | | | control data reset. Fix cache control data invalidation to reset the age and max_age fields to INVALID_AGE. Fix cache control data reset on encountering an HTTP response line to occur before we fill in the response time, rather than after it. svn path=/trunk/netsurf/; revision=11783
* Improve commentary.John Mark Bell2011-02-231-2/+6
| | | | | | Stop leaking object_scheme in error cases. svn path=/trunk/netsurf/; revision=11778
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-234-22/+32
| | | | svn path=/trunk/netsurf/; revision=11775
* add resource handlingVincent Sanders2011-02-235-45/+341
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Squash warningsJohn Mark Bell2011-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=11745
* Add module namespace to options_snoptionf()Michael Drake2011-02-201-2/+3
| | | | svn path=/trunk/netsurf/; revision=11739
* add options display to about: schemeVincent Sanders2011-02-201-0/+116
| | | | svn path=/trunk/netsurf/; revision=11733
* Fix bug #3184972: cope with server sending a 304 in response to an ↵John Mark Bell2011-02-171-17/+28
| | | | | | unconditional request. svn path=/trunk/netsurf/; revision=11710
* Add missing includeJohn Mark Bell2011-02-151-0/+1
| | | | svn path=/trunk/netsurf/; revision=11694
* add about: fetcher Vincent Sanders2011-02-159-6/+350
| | | | | | rename fetchers to be more sensible svn path=/trunk/netsurf/; revision=11692
* ConstifyJohn Mark Bell2011-02-142-6/+6
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-132-33/+21
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Better documentation of content_redrawMichael Drake2011-02-111-2/+13
| | | | svn path=/trunk/netsurf/; revision=11645