[webkit-reviews] review granted: [Bug 209469] Filter DOMCache records in network process to reduce the number of records being sent to WebProcess : [Attachment 394359] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 13:20:32 PDT 2020


Alex Christensen <achristensen at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 209469: Filter DOMCache records in network process to reduce the number of
records being sent to WebProcess
https://bugs.webkit.org/show_bug.cgi?id=209469

Attachment 394359: Patch

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




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

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

> Source/WebCore/Modules/cache/DOMCache.h:77
> +    enum class ShouldRetrieveResponses { No, Yes };

: bool


More information about the webkit-reviews mailing list