Bug 107854

Summary: [WK2][EFL] PagePolicyClientEfl should be based on C WK2 API
Product: WebKit Reporter: Mikhail Pozdnyakov <mikhail.pozdnyakov>
Component: WebKit EFLAssignee: Mikhail Pozdnyakov <mikhail.pozdnyakov>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, benjamin, gyuyoung.kim, kenneth, lucas.de.marchi, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 107657    
Attachments:
Description Flags
patch
benjamin: review+
patch v2 none

Mikhail Pozdnyakov
Reported 2013-01-24 12:36:37 PST
SSIA
Attachments
patch (3.68 KB, patch)
2013-01-24 13:24 PST, Mikhail Pozdnyakov
benjamin: review+
patch v2 (3.63 KB, patch)
2013-01-25 01:14 PST, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2013-01-24 13:24:59 PST
Chris Dumez
Comment 2 2013-01-24 13:42:06 PST
Comment on attachment 184567 [details] patch LGTM.
Benjamin Poulain
Comment 3 2013-01-24 13:59:35 PST
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.
Mikhail Pozdnyakov
Comment 4 2013-01-25 01:14:35 PST
Created attachment 184694 [details] patch v2 removed "ignoring case"
WebKit Review Bot
Comment 5 2013-01-25 02:46:40 PST
Comment on attachment 184694 [details] patch v2 Clearing flags on attachment: 184694 Committed r140806: <http://trac.webkit.org/changeset/140806>
WebKit Review Bot
Comment 6 2013-01-25 02:46:44 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.