summaryrefslogtreecommitdiffstats
path: root/src/core/favicon_manager_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up FaviconManager and fix icon url in NavigationEntryPeter Varga2016-03-111-3/+3
| | | | | | Change-Id: I56a109c9071ef581c6a51b5b7b8ce5a2464c6a76 Task-number: QTBUG-51179 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
* Add FaviconManager to corePeter Varga2016-02-031-0/+106
The new icon manager uses the WebContents::DownloadImage() API for downloading icons. It proposes the best quality among the available favicons via the iconChanged signal. Change-Id: I66a014365b6f6560ff34d40ee870aee84e4e70e4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>