netsurf/beos
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
..
res Add missing simlinks. 2014-10-22 20:53:09 +01:00
about.cpp update beos frontend to cope with updated operation table 2014-10-16 23:25:22 +01:00
about.h Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds. 2012-03-22 21:48:24 +00:00
beos_res.rsrc The BeOS-specific part of the BeOS (and Haiku) port, modeled mostly from the GTK version. 2008-06-03 19:07:09 +00:00
bitmap.cpp Continue doxygen error cleanup. 2014-11-08 22:08:29 +00:00
bitmap.h Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds. 2012-03-22 21:48:24 +00:00
download.cpp update beos frontend to cope with updated operation table 2014-10-16 23:25:22 +01:00
download.h beos: Fix build 2014-01-16 17:28:16 +01:00
fetch_rsrc.cpp split version info into its own header and remove unnecessary nesurf.h includes 2014-10-13 15:08:16 +01:00
fetch_rsrc.h Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds. 2012-03-22 21:48:24 +00:00
filetype.cpp create table for fetcher operations and move all operations into it 2014-01-23 00:00:18 +00:00
filetype.h create table for fetcher operations and move all operations into it 2014-01-23 00:00:18 +00:00
font.cpp Continue doxygen error cleanup. 2014-11-08 22:08:29 +00:00
font.h Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds. 2012-03-22 21:48:24 +00:00
gui_options.cpp beos: Fix build 2014-01-16 17:28:16 +01:00
gui_options.h clean out useless outdated #if 0 blocks they serve no purpose and keep causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary 2013-02-18 14:47:21 +00:00
gui.cpp Move FILE_SCHEME_PREFIX to corestrings. 2015-02-26 16:14:23 +00:00
gui.h remove the die API from the core. 2014-10-26 12:42:53 +00:00
login.cpp update beos frontend to cope with updated operation table 2014-10-16 23:25:22 +01:00
Makefile.defaults Try using -pipe on beos/haiku as temporary file access may be slow 2014-11-24 13:18:52 +00:00
Makefile.target Add trivial maps facilitator at about:maps 2014-10-22 20:42:21 +01:00
options.h change all core and frontend options headers to new format 2013-05-28 14:16:10 +01:00
plotters.cpp Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
plotters.h clean out useless outdated #if 0 blocks they serve no purpose and keep causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary 2013-02-18 14:47:21 +00:00
res.h beos: Remove unused Tracker button bitmaps 2014-01-04 19:43:53 +01:00
res.rdef beos: Fix embedded files in resources 2014-01-04 19:43:58 +01:00
scaffolding.cpp Need nsurl. 2015-02-26 16:31:29 +00:00
scaffolding.h Need nsurl. 2015-02-26 16:31:29 +00:00
schedule.cpp Fix build 2014-08-07 23:04:30 +02:00
schedule.h beos: Fix build 2014-03-18 19:07:13 +01:00
search.cpp Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds. 2012-03-22 21:48:24 +00:00
throbber.cpp Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds. 2012-03-22 21:48:24 +00:00
throbber.h Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes and the rest so it builds. 2012-03-22 21:48:24 +00:00
thumbnail.cpp Remove url from content thumbnailers API 2015-03-15 00:00:45 +00:00
window.cpp remove unecessary utils/types.h 2014-11-02 20:10:32 +00:00
window.h update beos frontend to cope with updated operation table 2014-10-16 23:25:22 +01:00
WindowStack.h Update the BeOS/Haiku port 2012-11-24 21:39:40 +01:00