[webkit-reviews] review granted: [Bug 134432] [iOS][WK2] PDFs never load inline again after the Web process crashes : [Attachment 234054] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 28 15:30:51 PDT 2014


mitz at webkit.org <mitz at webkit.org> has granted Tim Horton <thorton at apple.com>'s
request for review:
Bug 134432: [iOS][WK2] PDFs never load inline again after the Web process
crashes
https://bugs.webkit.org/show_bug.cgi?id=134432

Attachment 234054: patch
https://bugs.webkit.org/attachment.cgi?id=234054&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=234054&action=review


> Source/WebKit2/UIProcess/Cocoa/WKWebViewContentProviderRegistry.mm:94
> +    for (auto& mimeType : _contentProviderForMIMEType.keys())
> +	   mimeTypes.append(mimeType);

Can you use copyKeysToVector to do this?


More information about the webkit-reviews mailing list