summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant parameter from content_open APIJohn Mark Bell2011-03-101-4/+3
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-2/+2
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-051-0/+18
* Purge CONTENT_STATUS_TYPE_UNKNOWNJohn Mark Bell2011-02-281-7/+2
* 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
* ConstifyJohn Mark Bell2011-02-141-4/+4
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-29/+18
* 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
* Fix compilationChris Young2010-10-311-1/+1
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+14
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+14
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-5/+0
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-24/+84
* Fix failed assertion in content_convert when process_data fails.John Mark Bell2010-04-181-2/+6
* Add accessor for quirksJohn Mark Bell2010-04-161-0/+18
* Remove fresh field from struct contentJohn Mark Bell2010-04-161-2/+0
* Make content_invalidate_reuse_data cause llcache to invalidate cache control ...John Mark Bell2010-04-161-3/+3
* remove incorrect low level cache releaseVincent Sanders2010-04-131-2/+0
* Release low-level cache handle when destroying contentsJohn Mark Bell2010-04-111-0/+4
* CSS contents may be sharedJohn Mark Bell2010-04-111-1/+1
* Ensure content can be shared when retrieving from cacheJohn Mark Bell2010-04-111-0/+11
* Ensure quirks mode matches when retrieving contents from cacheJohn Mark Bell2010-04-111-0/+16
* Merge jmb/kill-reentrancy. r=vinceJohn Mark Bell2010-04-111-1/+3
* Introduce content_set_ready.John Mark Bell2010-04-091-7/+14
* Abort and release llcache handle on failure to process data.John Mark Bell2010-04-081-0/+3
* Add function to test whether hlcache_handle's content is locked.Michael Drake2010-04-071-0/+17
* Add mime-type getter.Michael Drake2010-04-071-0/+19
* Make downloads work again.John Mark Bell2010-04-051-25/+0
* Most of a stop implementation.John Mark Bell2010-04-041-54/+154
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-2/+3
* Use mutator to modify content's title field.John Mark Bell2010-04-031-0/+14
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-7/+6
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-24/+22
* Remove fetchcache.[ch]Daniel Silverstone2010-03-281-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-511/+488
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-0/+3
* This optimisation was so simple that it was broken.John Mark Bell2009-11-221-1/+1
* svgtiny requires separate contentsJohn Mark Bell2009-10-081-1/+1
* Hack around cache issue. The entire cache layer needs a redesign asap.John Mark Bell2009-08-261-0/+27
* - content/urldb.c(auth_data): Removed;John Tytgat2009-08-041-0/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-4/+7
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-2/+3
* Comment content_redraw.Michael Drake2009-02-021-0/+19
* Revert r5478, I didn't notice content struct had a mime_type field.François Revel2008-10-031-17/+0
* Add a function to tell the mime type for a content type.François Revel2008-10-031-0/+17
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-4/+4