summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-17 23:12:06 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-17 23:12:30 -0500
commit1190aad0b3fb36ad5ee8abe6123a5825407b8469 (patch)
treefa02dc1f018cafa7e4b3897579777590931eecb1
parent3e9c629a0b288f043805e193d5360718641b6f34 (diff)
downloadepiphany-1190aad0b3fb36ad5ee8abe6123a5825407b8469.tar.gz
web-dom-utils: Add a comment
-rw-r--r--embed/web-extension/ephy-web-dom-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/web-extension/ephy-web-dom-utils.c b/embed/web-extension/ephy-web-dom-utils.c
index 3a2997cb8..2079035cf 100644
--- a/embed/web-extension/ephy-web-dom-utils.c
+++ b/embed/web-extension/ephy-web-dom-utils.c
@@ -434,6 +434,8 @@ ephy_web_dom_utils_get_best_icon (WebKitDOMDocument *document,
/* FIXME: These functions could be improved considerably. See the first two answers at:
* http://stackoverflow.com/questions/21991044/how-to-get-high-resolution-website-logo-favicon-for-a-given-url
+ *
+ * Also check out: https://www.slightfuture.com/webdev/gnome-web-app-icons
*/
found_icon = get_icon_from_html_icon (document, &image);
if (!found_icon)