summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat image/jpg as JPEG content for Royal Mail captcha.Michael Drake2008-09-161-0/+1
* Add libpng support. Default to off.Daniel Silverstone2008-09-151-3/+17
* Constify content_type_name & content_status_nameJohn Tytgat2008-07-301-2/+2
* Performance improvements: rather than calling content_clean() every poll, we ...Rob Kendrick2008-07-071-2/+3
* Move struct cache_data from fetch to content as it is no longer needed by fet...James Bursa2008-06-031-14/+9
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-2/+9
* Make content_reset actually do what it's meant to (i.e. reset the appropriate...John Mark Bell2008-02-271-0/+7
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-0/+1
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-281-0/+1
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Move window scaling from platform-specific code to desktop/browser.c. Modify ...James Bursa2007-08-071-1/+2
* Fix crash when building error page -- fetch will be NULL, so fetch_get_refere...John Mark Bell2007-08-061-1/+2
* Change ArtWorks file MIME type to "image/x-artworks".Michael Drake2007-07-211-6/+3
* Add SVG content name to content_type_name array.John Mark Bell2007-07-211-0/+3
* Add incremental parsing of SVG data to librsvg content handler.Rob Kendrick2007-07-191-1/+1
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-181-1/+8