summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/favicon-shortcut.html
Commit message (Collapse)AuthorAgeFilesLines
* Enable most qmltests without testsupportAllan Sandfeld Jensen2020-04-071-10/+0
| | | | | | | | | Move the qmltests that require testsupport to qmltests2, this enables us to run most of the tests on CI configurations that isn't developer- builds. Change-Id: Ie0ba060632b36cbd738d6ede512a6a5f35880ae3 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Add FaviconManager to corePeter Varga2016-02-031-0/+10
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>