[epiphany] web-dom-utils: Add another FIXME



commit ff58bf0e64a261eb6cb295f256803f11ca4a5dad
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jan 24 22:47:29 2016 -0600

    web-dom-utils: Add another FIXME

 lib/ephy-web-dom-utils.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/lib/ephy-web-dom-utils.c b/lib/ephy-web-dom-utils.c
index 1589d9c..6ffb86b 100644
--- a/lib/ephy-web-dom-utils.c
+++ b/lib/ephy-web-dom-utils.c
@@ -340,6 +340,9 @@ ephy_web_dom_utils_get_best_icon (WebKitDOMDocument *document,
   char *image = NULL;
   char *color = NULL;
 
+  /* 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
+   */
   ret = get_icon_from_mstile (document, &image, &color);
   if (! ret)
     ret = get_icon_from_ogp (document, &image, &color);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]