Bug 5270

Summary: WebKit uses NSImage to get supported image types, yet uses CGImage to render
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ian
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Eric Seidel (no email)
Reported 2005-10-04 23:19:39 PDT
WebKit uses NSImage to get supported image types, yet uses CGImage to render This was actually the root cause of: http://bugzilla.opendarwin.org/show_bug.cgi?id=5175 since I register an NSSVGImageRep in WebKit+SVG and don't register with ImageIO. CGImageSourceCopyTypeIdentifiers would be a better choice for getting what image types CG supports.
Attachments
mitz
Comment 1 2006-12-17 13:54:43 PST
Fixed in r17701.
Note You need to log in before you can comment on or make changes to this bug.