Bug 49612 - Add WKPageCanShowMIMEType
Summary: Add WKPageCanShowMIMEType
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 12:42 PST by Anders Carlsson
Modified: 2010-11-16 12:50 PST (History)
0 users

See Also:


Attachments
Patch (3.77 KB, patch)
2010-11-16 12:43 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2010-11-16 12:42:17 PST
Add WKPageCanShowMIMEType
Comment 1 Anders Carlsson 2010-11-16 12:43:17 PST
Created attachment 74024 [details]
Patch
Comment 2 Sam Weinig 2010-11-16 12:45:28 PST
Comment on attachment 74024 [details]
Patch

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

> WebKit2/UIProcess/API/C/WKPage.cpp:137
> +    return toImpl(pageRef)->canShowMIMEType(toImpl(mimeTypeRef)->string());

Can this use toWTFString()
Comment 3 Anders Carlsson 2010-11-16 12:50:44 PST
Committed r72126: <http://trac.webkit.org/changeset/72126>