[webkit-reviews] review requested: [Bug 175265] [GTK][WPE] webkit_cookie_manager_delete_all_cookies doesn't delete the cookies if called before a web process is running : [Attachment 327054] New patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 16 02:58:30 PST 2017


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 175265: [GTK][WPE] webkit_cookie_manager_delete_all_cookies doesn't delete
the cookies if called before a web process is running
https://bugs.webkit.org/show_bug.cgi?id=175265

Attachment 327054: New patch

https://bugs.webkit.org/attachment.cgi?id=327054&action=review




--- Comment #29 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 327054

  --> https://bugs.webkit.org/attachment.cgi?id=327054&action=review

New patch

In r221834, WebProcessPool::setPrimaryDataStore() was added and the default one
is no longer created until the very last moment. Using
WebProcessPool::setPrimaryDataStore() when creating the web context fixes this
issue.


More information about the webkit-reviews mailing list