Bug 209469 - Filter DOMCache records in network process to reduce the number of records being sent to WebProcess
Summary: Filter DOMCache records in network process to reduce the number of records be...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-24 02:34 PDT by youenn fablet
Modified: 2020-03-27 09:11 PDT (History)
10 users (show)

See Also:


Attachments
Patch (36.07 KB, patch)
2020-03-24 02:39 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (39.41 KB, patch)
2020-03-24 04:13 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (39.46 KB, patch)
2020-03-27 08:06 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].