From 41d69eb0fa2375f0da6ba9b35136f5598be4b3a4 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Tue, 1 Dec 2015 10:50:02 +0100 Subject: Add FaviconManager to core 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 --- tests/auto/quick/qmltests/data/favicon-touch.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/auto/quick/qmltests/data/favicon-touch.html (limited to 'tests/auto/quick/qmltests/data/favicon-touch.html') diff --git a/tests/auto/quick/qmltests/data/favicon-touch.html b/tests/auto/quick/qmltests/data/favicon-touch.html new file mode 100644 index 000000000..271783434 --- /dev/null +++ b/tests/auto/quick/qmltests/data/favicon-touch.html @@ -0,0 +1,10 @@ + + + Favicon Test + + + + +

Favicon Test

+ + -- cgit v1.2.3