[Webkit-unassigned] [Bug 149766] DumpRenderTree built with public iOS SDK crashes under -[WebPreferences(WebPrivate) _setCurrentNetworkLoaderSessionCookieAcceptPolicy:]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 15:22:23 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149766

--- Comment #1 from Daniel Bates <dbates at webkit.org> ---
Notice that OpenSource iOS WebKit is built without USE(CFNETWORK). When WebKit is built without USE(CFNETWORK) we defer to the shared NSHTTPCookieStorage store for cookies instead of maintaining our own cookie store(s). So, NetworkStorageSession::cookieStorage() always returns a nullptr.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151002/ed02ce17/attachment-0001.html>


More information about the webkit-unassigned mailing list