[webkit-reviews] review granted: [Bug 189711] Resource Load Statistics: Add optional cap on partitioned cache max age : [Attachment 350080] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 06:55:52 PDT 2018


Antti Koivisto <koivisto at iki.fi> has granted John Wilander
<wilander at apple.com>'s request for review:
Bug 189711: Resource Load Statistics: Add optional cap on partitioned cache max
age
https://bugs.webkit.org/show_bug.cgi?id=189711

Attachment 350080: Patch

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




--- Comment #7 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 350080
  --> https://bugs.webkit.org/attachment.cgi?id=350080
Patch

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

> Source/WebKit/NetworkProcess/cache/NetworkCache.cpp:194
> +    if (maxAge && hasReachedPrevalentResourceAgeCap(entry.response(),
entry.timeStamp(), maxAge.value()))
> +	   return UseDecision::NoDueToPrevalentResourceAgeCap;

What does 'Prevalent' signify here? It seems to be just an age cap.


More information about the webkit-reviews mailing list