netsurf/monkey
Vincent Sanders 8a99b045bc Remove url from content thumbnailers API
The content thumbnailers for each frontend were being provided the
contents url. This was only ever used to call the urldb thumbnail
setting API.

This changes it so the single callsite that passed a valid url adds
the bitmap to that url itself in desktop_history.c instead of forcing
every frontend to require the urldb API.

Additionally the old API could pass the url as NULL which was causing
asserts where this was not an expected parameter value. Because of
this this fixes bug #2286 which was also present in the monkey
frontend as both called nsurl_access() on the url without the NULL
check and caused an assertion.
2015-03-15 00:00:45 +00:00
..
401login.c
401login.h
bitmap.c
browser.c replace save_link operation table entry usage of textural url with nsurl 2014-11-03 23:05:59 +00:00
browser.h reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
cert.c Update monkey frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
cert.h Update monkey frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
dispatch.c remove the die API from the core. 2014-10-26 12:42:53 +00:00
dispatch.h remove the die API from the core. 2014-10-26 12:42:53 +00:00
download.c reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
fetch.c Update monkey frontend to cope with split operations table headers 2014-10-16 22:33:44 +01:00
fetch.h
filetype.c
filetype.h
font.c
main.c Monkey: fix double-free on exit 2015-02-25 00:12:15 +00:00
Makefile.defaults
Makefile.target revert unecessary librt linkage as it not comes from libnsfb pkg-config correctly 2014-11-27 16:04:16 +00:00
options.h
plot.c remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
plot.h
poll.c reduce uncesessary inclusion of browser.h and browser_private.h 2014-10-17 09:27:58 +01:00
poll.h
res
schedule.c
schedule.h
thumbnail.c Remove url from content thumbnailers API 2015-03-15 00:00:45 +00:00
utils.c remove the die API from the core. 2014-10-26 12:42:53 +00:00