[webkit-reviews] review granted: [Bug 97034] [WK2][WTR] Policy client: dumping from decidePolicyForResponse callback : [Attachment 165066] patch v6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 02:41:07 PDT 2012


Kenneth Rohde Christiansen <kenneth at webkit.org> has granted Mikhail Pozdnyakov
<mikhail.pozdnyakov at intel.com>'s request for review:
Bug 97034: [WK2][WTR] Policy client: dumping from decidePolicyForResponse
callback
https://bugs.webkit.org/show_bug.cgi?id=97034

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

------- Additional Comments from Kenneth Rohde Christiansen
<kenneth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=165066&action=review


> Source/WebKit2/Shared/API/c/WKURLResponse.h:45
>  WK_EXPORT WKStringRef WKURLResponseCopyMIMEType(WKURLResponseRef);
>  
>  WK_EXPORT int32_t WKURLResponseHTTPStatusCode(WKURLResponseRef);
>  
> +WK_EXPORT WKStringRef WKURLResponseCopySuggestedFilename(WKURLResponseRef);
> +
> +WK_EXPORT bool WKURLResponseIsAttachment(WKURLResponseRef);

I wonder why these are not grouped


More information about the webkit-reviews mailing list