WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
22905
Implement ImageSource::filenameExtension for Cario
https://bugs.webkit.org/show_bug.cgi?id=22905
Summary
Implement ImageSource::filenameExtension for Cario
Adam Barth
Reported
2008-12-17 14:47:21 PST
We recently added ImageSource::filenameExtension for CG, but we need to for Cario too. Patch forthcoming.
Attachments
patch
(7.27 KB, patch)
2008-12-17 15:13 PST
,
Adam Barth
no flags
Details
Formatted Diff
Diff
alternate patch
(7.45 KB, patch)
2008-12-17 22:02 PST
,
Adam Barth
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2008-12-17 15:13:58 PST
Created
attachment 26102
[details]
patch
Darin Adler
Comment 2
2008-12-17 15:26:22 PST
Comment on
attachment 26102
[details]
patch Seems a little indirect to return MIME types and then map them to extensions? Why not just return extensions directly?
Adam Barth
Comment 3
2008-12-17 15:35:32 PST
> Seems a little indirect to return MIME types and then map them to extensions? > Why not just return extensions directly?
In theory, the extensions vary by platform. On Windows, for example, they are configurable in the registry. I can change this to return the extension directly, if you like.
Adam Barth
Comment 4
2008-12-17 22:02:05 PST
Created
attachment 26112
[details]
alternate patch Here's an alternate version that skips the mimeType and defines the extension directly. Go ahead an r+ whichever you like better (or r- them both :) )
Darin Adler
Comment 5
2008-12-18 07:42:34 PST
Comment on
attachment 26112
[details]
alternate patch This is better. Thanks. r=me
Darin Adler
Comment 6
2008-12-18 07:42:47 PST
Comment on
attachment 26102
[details]
patch Clearing review patch on this one.
Darin Adler
Comment 7
2008-12-18 07:43:20 PST
The reason we are mapping MIME type to extension in the CoreGraphics version of this is that we're stuck with the API of ImageIO.
Adam Barth
Comment 8
2008-12-19 01:44:42 PST
Fixed in
r39396
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug