mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 17:22:44 +03:00
8a99b045bc
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. |
||
---|---|---|
.. | ||
fetchers | ||
backing_store.h | ||
content_factory.c | ||
content_factory.h | ||
content_protected.h | ||
content_type.h | ||
content.c | ||
content.h | ||
dirlist.c | ||
dirlist.h | ||
fetch.c | ||
fetch.h | ||
fetchers.h | ||
fs_backing_store.c | ||
hlcache.c | ||
hlcache.h | ||
llcache.c | ||
llcache.h | ||
Makefile | ||
mimesniff.c | ||
mimesniff.h | ||
no_backing_store.c | ||
urldb.c | ||
urldb.h |