Bug 203034 - [WK2] Handle back/forward cache entry expiration in the UIProcess instead of the WebProcess
Summary: [WK2] Handle back/forward cache entry expiration in the UIProcess instead of ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 202293
  Show dependency treegraph
 
Reported: 2019-10-16 08:23 PDT by Chris Dumez
Modified: 2019-10-16 13:54 PDT (History)
6 users (show)

See Also:


Attachments
Patch (9.23 KB, patch)
2019-10-16 09:40 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (9.22 KB, patch)
2019-10-16 13:09 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2019-10-16 08:23:30 PDT
Move back/forward cache entry expiration logic from the WebProcess to the UIProcess, now that back/forward cache management is done in the UIProcess.
Comment 1 Radar WebKit Bug Importer 2019-10-16 08:23:49 PDT
<rdar://problem/56332453>
Comment 2 Chris Dumez 2019-10-16 09:40:32 PDT
Created attachment 381076 [details]
Patch
Comment 3 Antti Koivisto 2019-10-16 12:45:34 PDT
Comment on attachment 381076 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        [WK2] Move back/forward cache entry expiration from the WebProcess to the UIProcess

The title says "move" but no code is deleted by this patch?
Comment 4 Chris Dumez 2019-10-16 13:09:11 PDT
Created attachment 381100 [details]
Patch
Comment 5 WebKit Commit Bot 2019-10-16 13:54:30 PDT
Comment on attachment 381100 [details]
Patch

Clearing flags on attachment: 381100

Committed r251204: <https://trac.webkit.org/changeset/251204>
Comment 6 WebKit Commit Bot 2019-10-16 13:54:32 PDT
All reviewed patches have been landed.  Closing bug.