Bug 211917

Summary: WebsiteDataStore functions should only send IPC to WebProcesses that are associated with its session
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, webkit-bug-importer, wilander
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2020-05-14 13:27:18 PDT
WebsiteDataStore functions should only send IPC to WebProcesses that are associated with its session.
setResourceLoadStatisticsEnabled() / clearResourceLoadStatisticsInWebProcesses() were talking to all WebProcesses, even those associated with other sessions, which was wrong.
Comment 1 Chris Dumez 2020-05-14 13:28:12 PDT
Created attachment 399398 [details]
Patch
Comment 2 EWS 2020-05-14 15:45:43 PDT
Committed r261717: <https://trac.webkit.org/changeset/261717>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399398 [details].
Comment 3 Radar WebKit Bug Importer 2020-05-14 15:46:19 PDT
<rdar://problem/63246940>