Bug 20652 - WebKit doesn't display favicons with MIME type image/vnd.microsoft.icon
Summary: WebKit doesn't display favicons with MIME type image/vnd.microsoft.icon
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL: http://www.iana.org/assignments/media...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-04 15:40 PDT by David Kilzer (:ddkilzer)
Modified: 2009-05-18 11:59 PDT (History)
0 users

See Also:


Attachments
Patch v1 (9.17 KB, patch)
2009-05-17 16:06 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2008-09-04 15:40:27 PDT
Similar to Bug 15640, the new official MIME type for favicons, image/vnd.microsoft.icon, is not returned from CGImageSourceCopyTypeIdentifiers(), so opening a favicon using this MIME type will result in it being downloaded instead of being displayed.
Comment 1 David Kilzer (:ddkilzer) 2009-05-17 16:06:34 PDT
Created attachment 30429 [details]
Patch v1
Comment 2 David Kilzer (:ddkilzer) 2009-05-18 11:59:57 PDT
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	LayoutTests/ChangeLog
	M	LayoutTests/http/tests/misc/favicon-as-image.html
	A	LayoutTests/http/tests/misc/resources/.htaccess
	A	LayoutTests/http/tests/misc/resources/favicon-vnd-ms.ico
	M	LayoutTests/platform/mac/http/tests/misc/favicon-as-image-expected.checksum
	M	LayoutTests/platform/mac/http/tests/misc/favicon-as-image-expected.png
	M	LayoutTests/platform/mac/http/tests/misc/favicon-as-image-expected.txt
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/inspector.js
	M	WebCore/platform/MIMETypeRegistry.cpp
Committed r43834

http://trac.webkit.org/changeset/43834