summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* fix image cache format specifiers signednessVincent Sanders2017-09-111-6/+9
* rationalise history icon bitmap handling to ensure correct lifetimeVincent Sanders2017-09-102-57/+0
* fix time_t loggingVincent Sanders2017-09-081-1/+1
* Hopefully quash warning about time_t formatting on openbsdDaniel Silverstone2017-09-081-1/+1
* Fixup everything the semantic patch missedVincent Sanders2017-09-072-7/+7
* update fetch debug logging to use catagoryVincent Sanders2017-09-061-40/+40
* add low level cache category and use itVincent Sanders2017-09-061-76/+69
* update bindings with logging changesVincent Sanders2017-09-066-18/+23
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-0619-336/+483
* use nslog library for logging if available.Vincent Sanders2017-09-031-1/+3
* Errorcodes: Add SPRITE_ERROR and use it in sprite content handler.Michael Drake2017-08-301-1/+1
* Sprite content handler: Ensure we broadcast error on librosprite error.Michael Drake2017-08-291-0/+1
* Sprite content handler: Fix leaked rosprite_mem_context on rosprite_load error.Michael Drake2017-08-291-4/+11
* RSVG content handler: Remove unused assignement.Michael Drake2017-08-281-1/+0
* hlcache content callback: Use designated initialiser for hlcache_event.Michael Drake2017-08-281-4/+3
* SVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-4/+1
* RSVG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-15/+6
* PNG content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-11/+4
* Sprite content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-281-5/+2
* initialise event struct correctly to avoid compiler warningVincent Sanders2017-08-271-1/+3
* ICO content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-8/+3
* GIF content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-9/+6
* BMP content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-9/+4
* CSS content handler: Convert to using content_broadcast_errorcode().Michael Drake2017-08-271-12/+5
* Content API: Avoid content message copy in content user callback.Michael Drake2017-08-264-22/+47
* Content API: Make content_broadcast take pointer to content_msg_data.Michael Drake2017-08-2611-44/+46
* fix coverity issue 1372473 Out-of-bounds writeVincent Sanders2017-06-091-2/+2
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-091-1/+1
* Duktape: Make declarations match definitions for fastint-enabled functions.Michael Drake2017-04-211-2/+2
* Duktape: Enable fastints.Michael Drake2017-04-201-0/+1
* Duktape: Make declaration match definition for duk_refzero_check_fast()Michael Drake2017-04-161-1/+1
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-04-161-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-04-161-0/+3
* Duktape: Update to 2.1.0 release.Michael Drake2017-04-163-5539/+7089
* CSS: Handle presentational hint for HR's "width" attribute.Michael Drake2017-04-101-0/+1
* Presentational hints: Ensure length is initialised for auto margins.Michael Drake2017-04-061-0/+2
* fix doc comment spelling mistakeVincent Sanders2017-03-281-1/+1
* Duktape: Suppress warnings about increasing alignment of pointer type.Michael Drake2017-03-231-2/+2
* Duktape: Atari Mint lacks trunc, log2 and cbrt.Michael Drake2017-03-231-1/+7
* Duktape: Make declarations match definitions for duk_raw_read_xxx_beMichael Drake2017-03-231-6/+6
* Duktape: Prevent clang static analysis.Michael Drake2017-03-231-0/+3
* Duktape 2.X: duk_error now returns a duk_ret_tMichael Drake2017-03-233-10/+6
* Duktape 2.x: duk_safe_call callbacks now have a void ptr user data param.Michael Drake2017-03-231-5/+5
* Duktape 2.X: Update to Duktape 2.0.2.Michael Drake2017-03-233-21021/+24871
* Improve content logging with content IDs (pointer values).Michael Drake2017-03-231-1/+1
* mimimal mime sniffing testVincent Sanders2017-03-201-3/+7
* reduce hlcache handle api usage in mimesniffVincent Sanders2017-03-194-13/+12
* make mimesniffing use core stringsVincent Sanders2017-03-192-222/+134
* fix urldb numerical v6 address handlingVincent Sanders2017-03-131-4/+12
* make the urldb content type setting API return an errorVincent Sanders2017-03-132-4/+8