summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-068-715/+411
* Various changes to about: content markup. Added me to LibNSFB bit.Michael Drake2011-03-181-18/+22
* Fix comment.Michael Drake2011-03-171-1/+1
* set hidden flag for more about: pagesVincent Sanders2011-03-171-6/+6
* Less bloated "license" spelling handler.Michael Drake2011-03-171-12/+1
* Retabify about.c since I had previously moosed itDaniel Silverstone2011-03-171-39/+39
* Skip duplicates on about:about.Michael Drake2011-03-171-8/+14
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-172-2/+2
* implement about:aboutVincent Sanders2011-03-171-2/+77
* Improve options outputVincent Sanders2011-03-171-10/+7
* make resource header documentation more explicitVincent Sanders2011-03-171-3/+18
* Add about:license --> about:licence redirect.Michael Drake2011-03-161-0/+12
* Stop gtk printing from exploding if its unable to initialise the jobVincent Sanders2011-03-152-0/+16
* Move schedule.h to utils/John Mark Bell2011-03-132-2/+2
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-132-3/+12
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-135-45/+53
* Add hostname and pathDaniel Silverstone2011-03-131-0/+8
* Slightly better out-of-svn build infoDaniel Silverstone2011-03-131-0/+2
* Initial testament functionalityDaniel Silverstone2011-03-131-0/+84
* Move directory listing CSS to resource:internal.css.Michael Drake2011-03-131-21/+4
* Instead of deleting the early scheduled poll, simply always add another poll ...Daniel Silverstone2011-03-121-2/+4
* Make about:config a bit nicer, if resource: is implemented on your front end.Michael Drake2011-03-121-6/+20
* fix about:licence Vincent Sanders2011-03-121-0/+13
* I hate this, but it helps to prevent stalling during early fetch stages with ...Daniel Silverstone2011-03-121-2/+12
* Stop pretending to support anything other than HTTP(s)John Mark Bell2011-03-121-2/+4
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-102-5/+4
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-062-3/+3
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-053-1/+27
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-033-1/+5
* Protect against object being cleaned while waiting for a query responseJohn Mark Bell2011-03-031-3/+15
* Pass content msg redraw coords as ints.Michael Drake2011-03-021-3/+3
* Purge CONTENT_STATUS_TYPE_UNKNOWNJohn Mark Bell2011-02-283-10/+4
* Remove bogus assertions: content handlers which spawn fetches may not transit...John Mark Bell2011-02-281-7/+0
* Unlock the content when transitioning into the READY state.John Mark Bell2011-02-281-5/+18
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-8/+2
* Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm spe...John Mark Bell2011-02-251-15/+13
* Make no-cache a tristate. In the case of a forced reload, we want to revalida...John Mark Bell2011-02-241-6/+21
* Revert the functional change from r11789: the no-cache directive forces us to...John Mark Bell2011-02-241-1/+0
* Ensure cache hits after a forced reload -- don't even attempt to reuse object...John Mark Bell2011-02-241-3/+6
* Use cache control data invalidation function everywhere we want the cache con...John Mark Bell2011-02-241-14/+14
* Improve commentary.John Mark Bell2011-02-231-2/+6
* Fix backend fetcher poll loopsJohn Mark Bell2011-02-234-22/+32
* add resource handlingVincent Sanders2011-02-235-45/+341
* Squash warningsJohn Mark Bell2011-02-201-2/+2
* Add module namespace to options_snoptionf()Michael Drake2011-02-201-2/+3
* add options display to about: schemeVincent Sanders2011-02-201-0/+116
* Fix bug #3184972: cope with server sending a 304 in response to an unconditio...John Mark Bell2011-02-171-17/+28
* Add missing includeJohn Mark Bell2011-02-151-0/+1
* add about: fetcher Vincent Sanders2011-02-159-6/+350
* ConstifyJohn Mark Bell2011-02-142-6/+6