[webkit-reviews] review granted: [Bug 196543] Pass storage quota parameters from UIProcess to NetworkProcess as part of WebsiteDataStore parameters : [Attachment 366629] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 14:29:31 PDT 2019


Alex Christensen <achristensen at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 196543: Pass storage quota parameters from UIProcess to NetworkProcess as
part of WebsiteDataStore parameters
https://bugs.webkit.org/show_bug.cgi?id=196543

Attachment 366629: Patch

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




--- Comment #4 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 366629
  --> https://bugs.webkit.org/attachment.cgi?id=366629
Patch

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

r=me

> Source/WebKit/NetworkProcess/NetworkProcess.cpp:466
> +    auto& managers = 
m_storageQuotaManagers.ensure(parameters.networkSessionParameters.sessionID, []
{

It seems like it would be even better to have the NetworkSession own its own
storage quota.


More information about the webkit-reviews mailing list