[webkit-reviews] review requested: [Bug 212464] Allow using web processes for service workers even though they loaded about URLs : [Attachment 400448] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 04:27:14 PDT 2020


youenn fablet <youennf at gmail.com> has asked  for review:
Bug 212464: Allow using web processes for service workers even though they
loaded about URLs
https://bugs.webkit.org/show_bug.cgi?id=212464

Attachment 400448: Patch

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




--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 400448
  --> https://bugs.webkit.org/attachment.cgi?id=400448
Patch

This changes also the WebProcessCache, which might be an improvement as well.
The case that might need to be dealt with in the future is the case of a tab
opening about:blank in another process and then writing data on it.
The new process should then have its registrable domain set to the tab opener
and I am not sure this is guaranteed now.


More information about the webkit-reviews mailing list