Bug 106156 - SVG images not created in CachedImage::CreateImage() due to blank mimetype
Summary: SVG images not created in CachedImage::CreateImage() due to blank mimetype
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philip Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-04 18:13 PST by Philip Rogers
Modified: 2013-01-11 12:25 PST (History)
4 users (show)

See Also:


Attachments
First pass (2.97 KB, patch)
2013-01-09 15:02 PST, Philip Rogers
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Rogers 2013-01-04 18:13:34 PST
If we load a cached SVG image in an html page (<img src="svg.svg">), CachedImage::createImage() will use a blank mimetype which will not create an SVGImage on the first pass. This bypasses the SVGImageCache entirely.
Comment 1 Philip Rogers 2013-01-09 15:02:26 PST
Created attachment 181994 [details]
First pass
Comment 2 WebKit Review Bot 2013-01-11 12:25:10 PST
Comment on attachment 181994 [details]
First pass

Clearing flags on attachment: 181994

Committed r139484: <http://trac.webkit.org/changeset/139484>
Comment 3 WebKit Review Bot 2013-01-11 12:25:13 PST
All reviewed patches have been landed.  Closing bug.