Bug 209469

Summary: Filter DOMCache records in network process to reduce the number of records being sent to WebProcess
Product: WebKit Reporter: youenn fablet <youennf>
Component: Service WorkersAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, annulen, cdumez, cgarcia, ddkilzer, ews-watchlist, gyuyoung.kim, ryuan.choi, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing none

Description youenn fablet 2020-03-24 02:34:39 PDT
Filter DOMCache records in network process to reduce the number of records being sent to WebProcess
Comment 1 youenn fablet 2020-03-24 02:34:53 PDT
<rdar://problem/55207565>
Comment 2 youenn fablet 2020-03-24 02:39:48 PDT
Created attachment 394357 [details]
Patch
Comment 3 youenn fablet 2020-03-24 04:13:02 PDT
Created attachment 394359 [details]
Patch
Comment 4 youenn fablet 2020-03-25 14:16:47 PDT
Ping review
Comment 5 Alex Christensen 2020-03-26 13:20:32 PDT
Comment on attachment 394359 [details]
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
Comment 6 youenn fablet 2020-03-27 08:06:47 PDT
Created attachment 394719 [details]
Patch for landing
Comment 7 EWS 2020-03-27 09:11:27 PDT
Committed r259115: <https://trac.webkit.org/changeset/259115>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 394719 [details].