[Webkit-unassigned] [Bug 175265] [GTK][WPE] webkit_cookie_manager_delete_all_cookies doesn't delete the cookies if called before a web process is running

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 16 10:56:10 PDT 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #318242|                            |commit-queue-
              Flags|                            |

--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 318242
  --> https://bugs.webkit.org/attachment.cgi?id=318242
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=318242&action=review

We need a wk2 owner for this, Alex?

>> Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1191
>> +    return &processPool.websiteDataStore().websiteDataStore() == this || m_associatedProcessPools.contains(&processPool);
> 
> This is the magic line that makes everything work, right? How does this avoid the network process being unnecessarily spawned?

It doesn't avoid the network process from being spawnede, it avoids that a new process pool with a default configuration is spawned to do nothing. This ensures that our process pool, already configured, is used and the network process with the right configuration  is spawned only if needed, to do the right thing.

-- 
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/20170816/9aa0fb38/attachment-0001.html>


More information about the webkit-unassigned mailing list