[webkit-reviews] review granted: [Bug 128201] webKitCookieStorageCopyRequestHeaderFieldsForURL builds an empty Cookie header when there are no cookies : [Attachment 223150] proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 14:30:17 PST 2014


Sam Weinig <sam at webkit.org> has granted Alexey Proskuryakov <ap at webkit.org>'s
request for review:
Bug 128201: webKitCookieStorageCopyRequestHeaderFieldsForURL builds an empty
Cookie header when there are no cookies
https://bugs.webkit.org/show_bug.cgi?id=128201

Attachment 223150: proposed fix
https://bugs.webkit.org/attachment.cgi?id=223150&action=review

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


> Source/WebKit2/Shared/mac/CookieStorageShim.mm:64
> +    if (cookies.isNull())

I think we usually do if (!cookies)


More information about the webkit-reviews mailing list