summaryrefslogtreecommitdiff
path: root/content/content.c
Commit message (Expand)AuthorAgeFilesLines
* implement content opacity check through the function tableVincent Sanders2020-05-131-12/+3
* consolodate the textsearch code into a single moduleVincent Sanders2020-05-121-81/+0
* hoist common text search out of content handlersVincent Sanders2020-05-121-12/+75
* clean up content headers and documentation commentsVincent Sanders2020-05-061-371/+272
* remove junk content_add_error apiVincent Sanders2020-05-061-6/+0
* remove unused junk error values from content structVincent Sanders2020-05-061-1/+0
* Add missing unrefsDaniel Silverstone2019-12-011-0/+3
* content_saw_insecure_objects: Fix various corner casesDaniel Silverstone2019-12-011-3/+12
* Add missing includeDaniel Silverstone2019-12-011-0/+1
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-011-0/+45
* Content: Remove redundant and unused redraw message fields.Michael Drake2019-11-111-8/+0
* 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