summaryrefslogtreecommitdiff
path: root/monkey/thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-3/+2
| | | | | | | | | | | | | | | | 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.
* reduce uncesessary inclusion of browser.h and browser_private.hVincent Sanders2014-10-171-1/+5
|
* There's no reason to connect thumbnails with windows.Michael Drake2014-10-151-6/+1
|
* fix null dereference (coverity 1127058)Vincent Sanders2013-11-271-1/+2
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-3/+3
|
* Fix messageDaniel Silverstone2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12013
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+31
svn path=/trunk/netsurf/; revision=11968