[Webkit-unassigned] [Bug 6053] New: WebIconDatabase returns the Accessibility Verifier app icon instead of a generic document icon
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Dec 12 12:00:16 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6053
Summary: WebIconDatabase returns the Accessibility Verifier app
icon instead of a generic document icon
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: opendarwin.org at mitzpettel.com
If you have the Accessibility Verifier application (part of the Xcode Tools) installed, then when you type
"file:" or "file:::" in Safari's address bar, the icon in the address bar changes to the Accessibilty Verifier
application icon.
Accessibility Verifier registers the "????" file type with Launch Services. -[WebIconDatabase
_iconForFileURL:withSize] calls [workspace iconForFileType:@"????"] for getting the generic icon. I think the
correct call is [workspace iconForFileType:NSFileTypeForHFSTypeCode(kGenericDocumentIcon)];
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list