[webkit-reviews] review granted: [Bug 181240] Implement Cache API partitioning based on ClientOrigin : [Attachment 330398] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 3 12:44:36 PST 2018


Alex Christensen <achristensen at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 181240: Implement Cache API partitioning based on ClientOrigin
https://bugs.webkit.org/show_bug.cgi?id=181240

Attachment 330398: Patch

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




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

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

> Source/WebCore/page/ClientOrigin.h:75
> +    std::optional<SecurityOriginData> topOrigin, clientOrigin;

We usually have each declaration on its own line.


More information about the webkit-reviews mailing list