Bug 176037

Summary: ResourceLoadStatistics logic does not understand custom WebsiteData stores
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, bfulgham, cdumez, commit-queue, ggaren, wilander
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Brent Fulgham 2017-08-28 15:54:04 PDT
The NetworkProcess::updateCookiePartitioningForTopPrivatelyOwnedDomains always notifies the default website data store about observations it has made. This should be revised so that WebKit clients that register custom data stores through the WKWebsiteDataStores API can be assured that observations made in one session do not manipulate data from another session.
Comment 1 Brent Fulgham 2017-08-28 15:54:17 PDT
<rdar://problem/33338238>
Comment 2 Brent Fulgham 2017-08-28 16:11:24 PDT
Created attachment 319216 [details]
Patch
Comment 3 Brent Fulgham 2017-08-29 16:24:20 PDT
Created attachment 319301 [details]
Patch
Comment 4 WebKit Commit Bot 2017-08-29 19:54:34 PDT
Comment on attachment 319301 [details]
Patch

Clearing flags on attachment: 319301

Committed r221337: <http://trac.webkit.org/changeset/221337>
Comment 5 WebKit Commit Bot 2017-08-29 19:54:36 PDT
All reviewed patches have been landed.  Closing bug.