summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Expand)AuthorAgeFilesLines
* Excise the llcache query pathway.Daniel Silverstone2019-08-051-10/+3
* Migrate SSL certificate storage to the browser windowDaniel Silverstone2019-08-051-0/+3
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-051-2/+2
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-051-3/+5
* Migrate query dispatch up from llcache to hlcacheDaniel Silverstone2019-08-031-0/+7
* make content close check the content status itselfVincent Sanders2019-07-101-39/+64
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-10/+4
* Add content_exec and associated vtable entryDaniel Silverstone2019-05-051-0/+21
* Content: Make the content structure aware of viewport height.Michael Drake2019-02-171-0/+2
* Content: Log URLs with nsurl_access_log().Michael Drake2018-08-091-9/+9
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-1/+1
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-10/+19
* Content API: Avoid content message copy in content user callback.Michael Drake2017-08-261-13/+19
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-261-15/+17
* Improve content logging with content IDs (pointer values).Michael Drake2017-03-231-1/+1
* Update knockout plotter to use new APIVincent Sanders2017-02-111-1/+1
* Update all core use of plotters to new APIVincent Sanders2017-02-111-4/+4
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+2
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+0
* Update content to split public and internal APIVincent Sanders2016-06-061-13/+5
* move plotters header into public APIVincent Sanders2016-05-301-1/+0
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* update content wallclock timing to use monotonic time interfaceVincent Sanders2016-04-201-4/+7
* stop content header dragging in so many other headersVincent Sanders2016-04-191-0/+2
* reduce content header interdependancyVincent Sanders2016-04-181-1/+2
* clean up header usage in content hnadling coreVincent Sanders2016-04-181-20/+10
* Stop GIF animations when they are no longer in use, instead of waiting until ...Chris Young2016-02-111-0/+7
* Remove torrent of logging during browser window resize.Michael Drake2016-02-061-1/+1
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-1/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-20/+11
* Add scaled content redraw interface.Vincent Sanders2015-04-231-2/+71
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-1/+2
* Doxygen cleanupsVincent Sanders2014-11-091-6/+7
* Continue doxygen error cleanup.Vincent Sanders2014-11-081-79/+52
* fix up more doxygen errorsVincent Sanders2014-11-081-53/+19
* Improve content encoding information APIVincent Sanders2014-11-071-4/+4
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-061-0/+16
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-051-0/+24
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-8/+7
* fix DOM tree dump debugVincent Sanders2014-08-041-4/+7
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-5/+6
* remove unecessary includeVincent Sanders2014-02-041-3/+1
* Fix Coverity #1109872.Michael Drake2013-10-231-1/+2
* Fix Coverity #1109867.Michael Drake2013-10-231-1/+3
* move options includeVincent Sanders2013-05-281-1/+1
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-271-0/+5
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into tlsa/sele...Michael Drake2013-05-071-17/+15
|\
| * ensure correct cleanup of user list sentinal in content cloneVincent Sanders2013-05-041-18/+14