Bug 59332

Summary: Chromium DevTools: recognize WebP as a valid mimetype in the Chromium port.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.