summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-132-33/+21
* Better documentation of content_redrawMichael Drake2011-02-111-2/+13
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-7/+11
* Minor fix for path defaulting: retain rightmost / iff it's the first characte...John Mark Bell2011-01-291-4/+8
* A little more debug to help us spot how many users of locked contents there a...Daniel Silverstone2011-01-201-3/+5
* Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animat...Daniel Silverstone2011-01-071-1/+2
* Revert r10650/1. We no longer require noisy fetch/cache logging.John Mark Bell2011-01-063-7/+4
* Add some assert()s.Michael Drake2010-12-291-0/+2
* Make fetch.c use new RING_COUNTBYLWCHOSTDaniel Silverstone2010-12-201-4/+15
* User may have no handle if it was the target of an iterator when the handle w...John Mark Bell2010-12-161-1/+1
* Ensure that we clean up after the client even if they report an error from th...John Mark Bell2010-12-151-16/+24
* Make llcache_object_user objects distinct from llcache_handles.John Mark Bell2010-12-151-32/+112
* Always invalidate next/prev pointersJohn Mark Bell2010-12-131-2/+0
* Revert r11047-11050: if we remove a user from an object while it's the iterat...John Mark Bell2010-12-131-12/+7
* Take 2: make callers of llcache_object_user_destroy invalidate next/prev poin...John Mark Bell2010-12-131-2/+7
* Revert last changeJohn Mark Bell2010-12-131-7/+4
* Remove bogus assertionsJohn Mark Bell2010-12-131-4/+7
* We cannot invalidate a user's next/prev pointers when removing it from an obj...John Mark Bell2010-12-131-5/+5
* Fix assertion: user->next may be NULL, so there's no point asserting that it ...John Mark Bell2010-12-131-2/+1
* Fix assertion to compare, and not assignJohn Mark Bell2010-12-131-1/+1
* Make llcache_object_notify_users robust to the object's user list changing un...John Mark Bell2010-12-121-3/+34
* Brain fix on last night's IPv6 modificationsRob Kendrick2010-12-051-1/+1
* Make urldb_add_url IPv6-awareRob Kendrick2010-12-041-6/+7
* Fix compilationChris Young2010-10-311-1/+1
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-303-0/+23
* Fix cleanup of hlcache_retrieval_ctx_ringJohn Mark Bell2010-10-281-1/+2