summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/favicon2.html
Commit message (Collapse)AuthorAgeFilesLines
* Add FaviconManager to corePeter Varga2016-02-031-2/+2
| | | | | | | | | 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>
* Fix iconChanged signal and add favIconLoad QML testSzabolcs David2014-04-011-0/+10
If WebContentsDelegateQt::DidUpdateFaviconURL was not called after a page load, we need to reset the favicon URL. We can use the navigation entries to store favicon related information. Change-Id: I7bcfbd46c176fabce319eba32c379a293f8ebba6 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>