[Webkit-unassigned] [Bug 175265] [GTK] webkit_cookie_manager_delete_all_cookies doesn't delete the cookies before returning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 10 01:33:11 PDT 2017


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
webkit_cookie_manager_delete_all_cookies() has never been sync, it has always sent an async message to the network process to delete the cookies. However, it's expected that a subsequent load always happens after the cookies has been deleted, because the load message is sent after the delete cookies ones. I don't know why this is not happening now with the data manager, though.

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


More information about the webkit-unassigned mailing list