[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
Wed Feb 6 16:34:25 PST 2013


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





--- Comment #7 from Ruslan Abdikeev <aruslan at chromium.org>  2013-02-06 16:36:31 PST ---
(In reply to comment #6)
> (From update of attachment 186926 [details])
> Why are we making a change that causes all desktop webkit clients to download a non-standard icon that was meant for mobile devices?

Desktop clients shouldn't define ENABLE(TOUCH_ICON_LOADING).
When TOUCH_ICON_LOADING is not enabled, LinkRelAttribute ignores <link rel> for non-standard icons.
As the result, Document.cpp doesn't have them anyway.

This patch is to fix the error that causes all TOUCH_ICON_LOADING-enabled clients to never get touch icons.

-- 
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