Bug 59332 - Chromium DevTools: recognize WebP as a valid mimetype in the Chromium port.
Summary: Chromium DevTools: recognize WebP as a valid mimetype in the Chromium port.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 10:24 PDT by Pavel Feldman
Modified: 2011-04-26 01:31 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2011-04-25 10:28 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-04-25 10:24:00 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-04-25 10:28:29 PDT
Created attachment 90926 [details]
Patch
Comment 2 Yury Semikhatsky 2011-04-26 00:42:04 PDT
Comment on attachment 90926 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=90926&action=review

> Source/WebKit/chromium/src/js/DevTools.js:57
> +WebInspector.MIMETypes["image/webp"] = {2: true};

Why not put this into WebCore?
Comment 3 Pavel Feldman 2011-04-26 01:31:37 PDT
Comment on attachment 90926 [details]
Patch

Clearing flags on attachment: 90926

Committed r84894: <http://trac.webkit.org/changeset/84894>
Comment 4 Pavel Feldman 2011-04-26 01:31:46 PDT
All reviewed patches have been landed.  Closing bug.