RESOLVED FIXED191395
Resource Load Statistics: Enable cap on partitioned cache max age
https://bugs.webkit.org/show_bug.cgi?id=191395
Summary Resource Load Statistics: Enable cap on partitioned cache max age
John Wilander
Reported 2018-11-07 12:55:08 PST
We need a patch to turn this on.
Attachments
Patch (3.91 KB, patch)
2018-11-07 14:40 PST, John Wilander
no flags
Patch for landing (3.90 KB, patch)
2018-11-07 15:37 PST, John Wilander
no flags
Radar WebKit Bug Importer
Comment 1 2018-11-07 12:55:55 PST
John Wilander
Comment 2 2018-11-07 14:40:29 PST
Chris Dumez
Comment 3 2018-11-07 14:45:05 PST
Comment on attachment 354156 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=354156&action=review > Source/WebKit/UIProcess/ResourceLoadStatisticsMemoryStore.cpp:839 > RunLoop::main().dispatch([store = makeRef(m_store), seconds] () { updateCacheMaxAgeCap(); ?
John Wilander
Comment 4 2018-11-07 14:48:45 PST
(In reply to Chris Dumez from comment #3) > Comment on attachment 354156 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=354156&action=review > > > Source/WebKit/UIProcess/ResourceLoadStatisticsMemoryStore.cpp:839 > > RunLoop::main().dispatch([store = makeRef(m_store), seconds] () { > > updateCacheMaxAgeCap(); ? Yes, that's a nice enhancement. I tried first to chain them the other way around but decided I didn't want to set the member variable on every call to updateCacheMaxAgeCap(). Thanks for the review!
John Wilander
Comment 5 2018-11-07 14:51:26 PST
I will wait for the bots to run the tests before landing.
John Wilander
Comment 6 2018-11-07 15:30:53 PST
The Mac ImageOnlyFailure test issue is unrelated.
John Wilander
Comment 7 2018-11-07 15:37:14 PST
Created attachment 354170 [details] Patch for landing
WebKit Commit Bot
Comment 8 2018-11-07 16:16:08 PST
Comment on attachment 354170 [details] Patch for landing Clearing flags on attachment: 354170 Committed r237949: <https://trac.webkit.org/changeset/237949>
WebKit Commit Bot
Comment 9 2018-11-07 16:16:10 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.