Bug 195212 - Drop cached WebProcesses for a given session when this session is destroyed
Summary: Drop cached WebProcesses for a given session when this session is destroyed
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: 195189
Blocks:
  Show dependency treegraph
 
Reported: 2019-03-01 09:29 PST by Chris Dumez
Modified: 2019-03-05 12:15 PST (History)
5 users (show)

See Also:


Attachments
Patch (9.38 KB, patch)
2019-03-01 09:32 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (9.38 KB, patch)
2019-03-01 12:43 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (9.38 KB, patch)
2019-03-04 12:26 PST, 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-03-01 09:29:01 PST
Drop cached WebProcesses for a give session when this session is destroyed. This way, when you close your private browsing windows, all the processes it used get cleared and it cannot leave any state behind.
Comment 1 Chris Dumez 2019-03-01 09:29:19 PST
<rdar://problem/48301483>
Comment 2 Chris Dumez 2019-03-01 09:32:13 PST
Created attachment 363334 [details]
Patch
Comment 3 Alex Christensen 2019-03-01 11:54:21 PST
Comment on attachment 363334 [details]
Patch

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

> Source/WebKit/ChangeLog:3
> +        Drop cached WebProcesses for a give session when this session is destroyed

given
Comment 4 Chris Dumez 2019-03-01 12:43:06 PST
Created attachment 363357 [details]
Patch
Comment 5 Chris Dumez 2019-03-04 12:26:53 PST
Created attachment 363541 [details]
Patch
Comment 6 Chris Dumez 2019-03-05 08:44:37 PST
ping review?
Comment 7 Geoffrey Garen 2019-03-05 11:49:16 PST
Comment on attachment 363541 [details]
Patch

r=me
Comment 8 WebKit Commit Bot 2019-03-05 12:15:00 PST
Comment on attachment 363541 [details]
Patch

Clearing flags on attachment: 363541

Committed r242496: <https://trac.webkit.org/changeset/242496>
Comment 9 WebKit Commit Bot 2019-03-05 12:15:02 PST
All reviewed patches have been landed.  Closing bug.