[Webkit-unassigned] [Bug 65564] Support for multiple <link rel="icon"> favicon elements.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 15 16:41:23 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65564
--- Comment #13 from Rachel Blum <groby at chromium.org> 2011-08-15 16:41:23 PST ---
IconController::urlsForTypes is hard-coded to support exactly three icon types: FavIcon, TouchIcon, TouchPrecomposedIcon. It does not (even though it looks that way) support multiple icons beyond "one of each" for those three.
The patch in bug #37674 originally added support for a fourth type, "AnyIcon", which could be used to return a list of all icons. I split that out to keep sizes support separate from multi-icon support, and based on comment #1 here I picked a different approach. That might well have been wrong :)
If you think the original approach in #37674 would've been better (it's the second patch, if you want to take a look), I'm happy to resurrect that.
--
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