SSIA
Created attachment 184567 [details] patch
Comment on attachment 184567 [details] patch LGTM.
Comment on attachment 184567 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=184567&action=review > Source/WebKit2/UIProcess/efl/PagePolicyClientEfl.cpp:94 > + bool isXMLType = WKStringIsEqualToUTF8CStringIgnoringCase(mimeType.get(), "text/xml") || WKStringIsEqualToUTF8CStringIgnoringCase(mimeType.get(), "application/xml"); Using the "IgnoringCase" here seems unnecessary. If ResourceResponse starts returning uppercase mimetype, it would break WebCore.
Created attachment 184694 [details] patch v2 removed "ignoring case"
Comment on attachment 184694 [details] patch v2 Clearing flags on attachment: 184694 Committed r140806: <http://trac.webkit.org/changeset/140806>
All reviewed patches have been landed. Closing bug.