[epiphany] web-dom-utils: Add a FIXME comment
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] web-dom-utils: Add a FIXME comment
- Date: Mon, 25 Jan 2016 04:20:50 +0000 (UTC)
commit 7992222e0f3ab1b1b46e29ed919abe994adfb962
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Jan 24 22:16:35 2016 -0600
web-dom-utils: Add a FIXME comment
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 19b2cb7..1589d9c 100644
--- a/lib/ephy-web-dom-utils.c
+++ b/lib/ephy-web-dom-utils.c
@@ -171,6 +171,9 @@ get_icon_from_mstile (WebKitDOMDocument *document,
metas = webkit_dom_document_get_elements_by_tag_name (document, "meta");
length = webkit_dom_node_list_get_length (metas);
+ /* FIXME: Ought to also search browserconfig.xml
+ * See: http://stackoverflow.com/questions/24625305/msapplication-tileimage-favicon-backup
+ */
for (i = 0; i < length; i++) {
WebKitDOMNode *node = webkit_dom_node_list_item (metas, i);
char *name;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]