[Webkit-unassigned] [Bug 109061] <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 10:57:34 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109061





--- Comment #36 from Brady Eidson <beidson at apple.com>  2013-02-25 10:59:57 PST ---
(From update of attachment 189837)
View in context: https://bugs.webkit.org/attachment.cgi?id=189837&action=review

> Source/WebCore/dom/Document.cpp:4466
> +const Vector<IconURL>& Document::shortcutIconURLs()
> +{
> +    // Include any icons where type = link, rel = "shortcut icon".
> +    return iconURLs(Favicon);
> +}

Where does the "Favicon" symbol come from and...

> Source/WebCore/dom/Document.cpp:4468
> +const Vector<IconURL>& Document::iconURLs(int iconTypes)

...why is this not an enum?

This should be an enum

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list